[==========] Running 26 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 24 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260630 12:33:54.542752   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:34951,127.0.235.61:37035,127.0.235.60:45245
I20260630 12:33:54.544384   940 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260630 12:33:54.545315   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:33:54.561792   947 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:33:54.562183   949 instance_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:33:54.566392   946 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:54.567293   940 server_base.cc:1061] running on GCE node
I20260630 12:33:55.756858   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:55.757107   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:55.757335   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822835757310 us; error 0 us; skew 500 ppm
I20260630 12:33:55.758241   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:55.764449   940 webserver.cc:533] Webserver started at http://127.0.235.62:35631/ using document root <none> and password file <none>
I20260630 12:33:55.765215   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:55.765443   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:55.765878   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:55.771474   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "8df9b133c97540879e981aa3769ccf99"
format_stamp: "Formatted at 2026-06-30 12:33:55 on dist-test-slave-47x1"
I20260630 12:33:55.778823   940 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.003s	sys 0.005s
I20260630 12:33:55.783661   955 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:55.784706   940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:33:55.785036   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "8df9b133c97540879e981aa3769ccf99"
format_stamp: "Formatted at 2026-06-30 12:33:55 on dist-test-slave-47x1"
I20260630 12:33:55.785363   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:33:55.846855   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:55.848269   940 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
I20260630 12:33:55.848747   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:55.916365   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:34951
I20260630 12:33:55.916440  1006 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:34951 every 8 connection(s)
I20260630 12:33:55.922065   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:55.924549  1007 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:33:55.928424  1009 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:33:55.930573  1010 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:33:55.933069  1012 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:55.933769   940 server_base.cc:1061] running on GCE node
I20260630 12:33:55.934464   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:55.934697   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:55.934926   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822835934907 us; error 0 us; skew 500 ppm
I20260630 12:33:55.935439   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:55.939261   940 webserver.cc:533] Webserver started at http://127.0.235.61:38701/ using document root <none> and password file <none>
I20260630 12:33:55.939744   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:55.939963   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:55.940228   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:55.941232   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root/instance:
uuid: "c347e45c43f14db5bcee889fd75106dd"
format_stamp: "Formatted at 2026-06-30 12:33:55 on dist-test-slave-47x1"
I20260630 12:33:55.943989  1007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:55.946570   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:33:55.952849  1018 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:55.953819   940 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:33:55.954164   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root
uuid: "c347e45c43f14db5bcee889fd75106dd"
format_stamp: "Formatted at 2026-06-30 12:33:55 on dist-test-slave-47x1"
I20260630 12:33:55.954430   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:33:55.969509  1007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:55.971694   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
W20260630 12:33:55.971989   956 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.61:37035: connect: Connection refused (error 111)
I20260630 12:33:55.973438   940 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260630 12:33:55.976246  1007 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.61:37035: Network error: Client connection negotiation failed: client connection to 127.0.235.61:37035: connect: Connection refused (error 111)
I20260630 12:33:56.025879  1007 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } attempt: 1
W20260630 12:33:56.030773  1007 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.61:37035: Network error: Client connection negotiation failed: client connection to 127.0.235.61:37035: connect: Connection refused (error 111)
I20260630 12:33:56.039085   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.61:37035
I20260630 12:33:56.039314  1071 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.61:37035 every 8 connection(s)
I20260630 12:33:56.043678  1072 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:56.044414   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:56.049062  1072 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:56.050766  1074 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:33:56.052924  1075 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.056943   940 server_base.cc:1061] running on GCE node
W20260630 12:33:56.056973  1078 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.057871   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:56.058110   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:56.058308   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822836058290 us; error 0 us; skew 500 ppm
I20260630 12:33:56.058832   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:56.062114   940 webserver.cc:533] Webserver started at http://127.0.235.60:44327/ using document root <none> and password file <none>
I20260630 12:33:56.062716   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:56.062935   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:56.063239   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:56.063721  1072 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:56.064509   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-2-root/instance:
uuid: "d566af7151504483abd4cf0e944cf337"
format_stamp: "Formatted at 2026-06-30 12:33:56 on dist-test-slave-47x1"
I20260630 12:33:56.070433   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:33:56.075094  1084 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.075941   940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.001s
I20260630 12:33:56.076251  1072 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:56.076241   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-2-root
uuid: "d566af7151504483abd4cf0e944cf337"
format_stamp: "Formatted at 2026-06-30 12:33:56 on dist-test-slave-47x1"
I20260630 12:33:56.076681   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-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)
W20260630 12:33:56.082433  1072 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.60:45245: Network error: Client connection negotiation failed: client connection to 127.0.235.60:45245: connect: Connection refused (error 111)
I20260630 12:33:56.096189   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:56.097338   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:56.099426  1007 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } attempt: 2
I20260630 12:33:56.113358  1007 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:33:56.119107  1007 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.60:45245: Network error: Client connection negotiation failed: client connection to 127.0.235.60:45245: connect: Connection refused (error 111)
I20260630 12:33:56.126120  1072 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } attempt: 1
W20260630 12:33:56.131817  1072 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.60:45245: Network error: Client connection negotiation failed: client connection to 127.0.235.60:45245: connect: Connection refused (error 111)
I20260630 12:33:56.150758  1007 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } attempt: 1
W20260630 12:33:56.155730  1007 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.60:45245: Network error: Client connection negotiation failed: client connection to 127.0.235.60:45245: connect: Connection refused (error 111)
I20260630 12:33:56.168278   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.60:45245
I20260630 12:33:56.168388  1136 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.60:45245 every 8 connection(s)
I20260630 12:33:56.172147   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:33:56.172917  1137 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:56.178056  1137 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:56.189275  1137 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:56.198264  1137 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:33:56.207242  1072 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } attempt: 2
I20260630 12:33:56.216760  1137 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: Bootstrap starting.
I20260630 12:33:56.220872  1072 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd: Bootstrap starting.
I20260630 12:33:56.222605  1137 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:56.223245  1007 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } attempt: 2
I20260630 12:33:56.224733  1137 log.cc:826] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: Log is configured to *not* fsync() on all Append() calls
I20260630 12:33:56.227293  1072 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:56.230536  1137 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: No bootstrap required, opened a new log
I20260630 12:33:56.234859  1072 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd: No bootstrap required, opened a new log
I20260630 12:33:56.239136  1007 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99: Bootstrap starting.
I20260630 12:33:56.243374  1007 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:56.248550  1007 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99: No bootstrap required, opened a new log
I20260630 12:33:56.250607  1007 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
I20260630 12:33:56.250628  1137 raft_consensus.cc:359] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
I20260630 12:33:56.250628  1072 raft_consensus.cc:359] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
I20260630 12:33:56.251268  1007 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:56.251502  1137 raft_consensus.cc:385] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:56.251555  1072 raft_consensus.cc:385] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:56.251616  1007 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8df9b133c97540879e981aa3769ccf99, State: Initialized, Role: FOLLOWER
I20260630 12:33:56.251890  1072 raft_consensus.cc:740] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c347e45c43f14db5bcee889fd75106dd, State: Initialized, Role: FOLLOWER
I20260630 12:33:56.251871  1137 raft_consensus.cc:740] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d566af7151504483abd4cf0e944cf337, State: Initialized, Role: FOLLOWER
I20260630 12:33:56.252842  1007 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
I20260630 12:33:56.252839  1137 consensus_queue.cc:260] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
I20260630 12:33:56.252839  1072 consensus_queue.cc:260] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
I20260630 12:33:56.257339  1144 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [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: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.258260  1144 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:56.257718  1145 sys_catalog.cc:455] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [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: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.258826  1145 sys_catalog.cc:458] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:56.259297  1007 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:56.261729  1072 sys_catalog.cc:565] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:56.263523  1137 sys_catalog.cc:565] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:33:56.265134  1146 sys_catalog.cc:455] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [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: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.266134  1146 sys_catalog.cc:458] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:56.291260  1144 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:33:56.292038  1144 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
I20260630 12:33:56.297191  1047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8df9b133c97540879e981aa3769ccf99" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c347e45c43f14db5bcee889fd75106dd" is_pre_election: true
I20260630 12:33:56.298237  1047 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8df9b133c97540879e981aa3769ccf99 in term 0.
I20260630 12:33:56.299953   956 leader_election.cc:304] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8df9b133c97540879e981aa3769ccf99, c347e45c43f14db5bcee889fd75106dd; no voters: 
I20260630 12:33:56.302723  1144 leader_election.cc:290] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c347e45c43f14db5bcee889fd75106dd (127.0.235.61:37035), d566af7151504483abd4cf0e944cf337 (127.0.235.60:45245)
I20260630 12:33:56.303364  1144 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:33:56.303798  1144 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:33:56.304217  1144 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:56.304450   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:33:56.315122  1144 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
I20260630 12:33:56.317363  1112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8df9b133c97540879e981aa3769ccf99" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d566af7151504483abd4cf0e944cf337" is_pre_election: true
I20260630 12:33:56.318303  1112 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8df9b133c97540879e981aa3769ccf99 in term 0.
I20260630 12:33:56.323734  1047 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8df9b133c97540879e981aa3769ccf99" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c347e45c43f14db5bcee889fd75106dd"
I20260630 12:33:56.324268  1047 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:56.324407  1144 leader_election.cc:290] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [CANDIDATE]: Term 1 election: Requested vote from peers c347e45c43f14db5bcee889fd75106dd (127.0.235.61:37035), d566af7151504483abd4cf0e944cf337 (127.0.235.60:45245)
I20260630 12:33:56.324548  1112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "8df9b133c97540879e981aa3769ccf99" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d566af7151504483abd4cf0e944cf337"
I20260630 12:33:56.327376  1112 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:56.342259  1047 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8df9b133c97540879e981aa3769ccf99 in term 1.
I20260630 12:33:56.343107  1112 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8df9b133c97540879e981aa3769ccf99 in term 1.
I20260630 12:33:56.343820   956 leader_election.cc:304] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8df9b133c97540879e981aa3769ccf99, c347e45c43f14db5bcee889fd75106dd; no voters: 
I20260630 12:33:56.346804  1144 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:56.347348  1144 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 1 LEADER]: Becoming Leader. State: Replica: 8df9b133c97540879e981aa3769ccf99, State: Running, Role: LEADER
I20260630 12:33:56.348454  1144 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } }
W20260630 12:33:56.352144  1091 tablet.cc:2406] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: Can't schedule compaction. Clean time has not been advanced past its initial value.
W20260630 12:33:56.354151  1172 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:56.354488  1172 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:33:56.364241   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
W20260630 12:33:56.371241  1180 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:56.371652  1180 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:33:56.376734   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:56.381609  1173 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8df9b133c97540879e981aa3769ccf99. Latest consensus state: current_term: 1 leader_uuid: "8df9b133c97540879e981aa3769ccf99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.382458  1173 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [sys.catalog]: This master's current role is: LEADER
W20260630 12:33:56.384502  1181 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:33:56.385030  1181 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:33:56.389051  1184 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
W20260630 12:33:56.392459  1183 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:33:56.393872  1185 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.398860  1184 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:33:56.412539   940 server_base.cc:1061] running on GCE node
W20260630 12:33:56.412946  1188 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.414116   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:56.414337   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:56.414525   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822836414504 us; error 0 us; skew 500 ppm
I20260630 12:33:56.415046   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:56.418258   940 webserver.cc:533] Webserver started at http://127.0.235.1:33205/ using document root <none> and password file <none>
I20260630 12:33:56.418831   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:56.419087   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:56.419395   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:56.419607  1112 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 1 FOLLOWER]: Refusing update from remote peer 8df9b133c97540879e981aa3769ccf99: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:56.420980   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "cf37e75d567749f88206d463dc72938e"
format_stamp: "Formatted at 2026-06-30 12:33:56 on dist-test-slave-47x1"
I20260630 12:33:56.421131  1047 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 1 FOLLOWER]: Refusing update from remote peer 8df9b133c97540879e981aa3769ccf99: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:33:56.422286  1173 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:56.422948  1144 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:33:56.435264   940 fs_manager.cc:696] Time spent creating directory manager: real 0.014s	user 0.004s	sys 0.007s
I20260630 12:33:56.448936  1196 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.450101   940 fs_manager.cc:730] Time spent opening block manager: real 0.011s	user 0.003s	sys 0.001s
I20260630 12:33:56.450289  1145 sys_catalog.cc:455] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8df9b133c97540879e981aa3769ccf99. Latest consensus state: current_term: 1 leader_uuid: "8df9b133c97540879e981aa3769ccf99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.451092  1145 sys_catalog.cc:458] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:56.450567   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "cf37e75d567749f88206d463dc72938e"
format_stamp: "Formatted at 2026-06-30 12:33:56 on dist-test-slave-47x1"
I20260630 12:33:56.451781   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:33:56.453049  1146 sys_catalog.cc:455] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8df9b133c97540879e981aa3769ccf99. Latest consensus state: current_term: 1 leader_uuid: "8df9b133c97540879e981aa3769ccf99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.453758  1146 sys_catalog.cc:458] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:56.465054  1193 mvcc.cc:204] Tried to move back new op lower bound from 7302442337957982208 to 7302442337713442816. Current Snapshot: MvccSnapshot[applied={T|T < 7302442337957982208}]
I20260630 12:33:56.471447  1146 sys_catalog.cc:455] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8df9b133c97540879e981aa3769ccf99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.472204  1146 sys_catalog.cc:458] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:56.479066  1145 sys_catalog.cc:455] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "8df9b133c97540879e981aa3769ccf99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.479988  1145 sys_catalog.cc:458] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:33:56.483913  1144 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8df9b133c97540879e981aa3769ccf99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.484619  1144 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:56.485980  1144 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "8df9b133c97540879e981aa3769ccf99" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8df9b133c97540879e981aa3769ccf99" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 34951 } } peers { permanent_uuid: "c347e45c43f14db5bcee889fd75106dd" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 37035 } } peers { permanent_uuid: "d566af7151504483abd4cf0e944cf337" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 45245 } } }
I20260630 12:33:56.486718  1144 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [sys.catalog]: This master's current role is: LEADER
I20260630 12:33:56.489153  1184 catalog_manager.cc:1383] Generated new cluster ID: d7d8246933bd4c32b7e73f8b0606ecae
I20260630 12:33:56.489470  1184 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:33:56.513441   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:56.515936   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:56.522825   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:56.525931  1184 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:33:56.527817   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:56.528143   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.528208  1184 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:33:56.528486   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:56.528721   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.566409  1184 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99: Generated new TSK 0
I20260630 12:33:56.567881  1184 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:33:56.650120   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:44905
I20260630 12:33:56.650363  1263 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:44905 every 8 connection(s)
I20260630 12:33:56.676385   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:56.681365  1264 heartbeater.cc:344] Connected to a master server at 127.0.235.60:45245
I20260630 12:33:56.681805  1264 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:56.684247  1264 heartbeater.cc:507] Master 127.0.235.60:45245 requested a full tablet report, sending...
I20260630 12:33:56.688318  1265 heartbeater.cc:344] Connected to a master server at 127.0.235.61:37035
I20260630 12:33:56.688691  1265 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:56.688683  1102 ts_manager.cc:194] Registered new tserver with Master: cf37e75d567749f88206d463dc72938e (127.0.235.1:44905)
I20260630 12:33:56.689697  1265 heartbeater.cc:507] Master 127.0.235.61:37035 requested a full tablet report, sending...
I20260630 12:33:56.692741  1037 ts_manager.cc:194] Registered new tserver with Master: cf37e75d567749f88206d463dc72938e (127.0.235.1:44905)
W20260630 12:33:56.699622  1271 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.701114  1266 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34951
I20260630 12:33:56.701536  1266 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:56.702694  1266 heartbeater.cc:507] Master 127.0.235.62:34951 requested a full tablet report, sending...
I20260630 12:33:56.705411   972 ts_manager.cc:194] Registered new tserver with Master: cf37e75d567749f88206d463dc72938e (127.0.235.1:44905)
W20260630 12:33:56.706609  1272 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.708779   972 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39852
W20260630 12:33:56.711298  1274 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.711594   940 server_base.cc:1061] running on GCE node
I20260630 12:33:56.712911   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:56.713177   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:56.713378   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822836713361 us; error 0 us; skew 500 ppm
I20260630 12:33:56.714066   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:56.716611   940 webserver.cc:533] Webserver started at http://127.0.235.2:33927/ using document root <none> and password file <none>
I20260630 12:33:56.717211   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:56.717440   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:56.717759   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:56.719069   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "5327b8ff0fb043bfacf422c4437c7f55"
format_stamp: "Formatted at 2026-06-30 12:33:56 on dist-test-slave-47x1"
I20260630 12:33:56.724397   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:33:56.728245  1279 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.729146   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:33:56.729457   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "5327b8ff0fb043bfacf422c4437c7f55"
format_stamp: "Formatted at 2026-06-30 12:33:56 on dist-test-slave-47x1"
I20260630 12:33:56.729794   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:33:56.746476   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:56.747984   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:56.749399   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:56.752182   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:56.752431   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.752687   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:56.752895   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.835937   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:35101
I20260630 12:33:56.835995  1341 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:35101 every 8 connection(s)
I20260630 12:33:56.861346  1342 heartbeater.cc:344] Connected to a master server at 127.0.235.60:45245
I20260630 12:33:56.861764  1342 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:56.862838  1342 heartbeater.cc:507] Master 127.0.235.60:45245 requested a full tablet report, sending...
I20260630 12:33:56.865504   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:33:56.865859  1102 ts_manager.cc:194] Registered new tserver with Master: 5327b8ff0fb043bfacf422c4437c7f55 (127.0.235.2:35101)
I20260630 12:33:56.869347  1343 heartbeater.cc:344] Connected to a master server at 127.0.235.61:37035
I20260630 12:33:56.869716  1343 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:56.870599  1343 heartbeater.cc:507] Master 127.0.235.61:37035 requested a full tablet report, sending...
I20260630 12:33:56.873422  1345 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34951
I20260630 12:33:56.873847  1345 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:56.874109  1037 ts_manager.cc:194] Registered new tserver with Master: 5327b8ff0fb043bfacf422c4437c7f55 (127.0.235.2:35101)
I20260630 12:33:56.874840  1345 heartbeater.cc:507] Master 127.0.235.62:34951 requested a full tablet report, sending...
I20260630 12:33:56.877027   972 ts_manager.cc:194] Registered new tserver with Master: 5327b8ff0fb043bfacf422c4437c7f55 (127.0.235.2:35101)
I20260630 12:33:56.878815   972 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39856
W20260630 12:33:56.879792  1349 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:33:56.882520  1350 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.885566   940 server_base.cc:1061] running on GCE node
W20260630 12:33:56.885984  1352 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:33:56.887128   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:33:56.887396   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:33:56.887609   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822836887592 us; error 0 us; skew 500 ppm
I20260630 12:33:56.888276   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:33:56.890908   940 webserver.cc:533] Webserver started at http://127.0.235.3:36489/ using document root <none> and password file <none>
I20260630 12:33:56.891474   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:33:56.891698   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:33:56.892019   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:33:56.893362   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "14561db560f84d5fb79d9024a86cb10c"
format_stamp: "Formatted at 2026-06-30 12:33:56 on dist-test-slave-47x1"
I20260630 12:33:56.898818   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:33:56.902774  1357 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.903581   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:33:56.903908   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "14561db560f84d5fb79d9024a86cb10c"
format_stamp: "Formatted at 2026-06-30 12:33:56 on dist-test-slave-47x1"
I20260630 12:33:56.904250   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:33:56.922998   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:33:56.924453   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:33:56.926854   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:33:56.930372   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:33:56.930619   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:56.930896   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:33:56.931108   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:33:57.014490   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:45205
I20260630 12:33:57.014562  1419 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:45205 every 8 connection(s)
I20260630 12:33:57.047065  1420 heartbeater.cc:344] Connected to a master server at 127.0.235.60:45245
I20260630 12:33:57.047498  1420 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:57.048476  1420 heartbeater.cc:507] Master 127.0.235.60:45245 requested a full tablet report, sending...
I20260630 12:33:57.048558  1421 heartbeater.cc:344] Connected to a master server at 127.0.235.61:37035
I20260630 12:33:57.049021  1421 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:57.049968  1421 heartbeater.cc:507] Master 127.0.235.61:37035 requested a full tablet report, sending...
I20260630 12:33:57.052897  1102 ts_manager.cc:194] Registered new tserver with Master: 14561db560f84d5fb79d9024a86cb10c (127.0.235.3:45205)
I20260630 12:33:57.053082  1037 ts_manager.cc:194] Registered new tserver with Master: 14561db560f84d5fb79d9024a86cb10c (127.0.235.3:45205)
I20260630 12:33:57.055290  1422 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34951
I20260630 12:33:57.055685  1422 heartbeater.cc:461] Registering TS with master...
I20260630 12:33:57.056507  1422 heartbeater.cc:507] Master 127.0.235.62:34951 requested a full tablet report, sending...
I20260630 12:33:57.058570   972 ts_manager.cc:194] Registered new tserver with Master: 14561db560f84d5fb79d9024a86cb10c (127.0.235.3:45205)
I20260630 12:33:57.059058   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.024634196s
I20260630 12:33:57.060082   972 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39866
I20260630 12:33:57.377629  1180 catalog_manager.cc:1295] Loaded cluster ID: d7d8246933bd4c32b7e73f8b0606ecae
I20260630 12:33:57.377978  1180 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd: loading cluster ID for follower catalog manager: success
I20260630 12:33:57.385124  1180 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd: acquiring CA information for follower catalog manager: success
I20260630 12:33:57.388911  1181 catalog_manager.cc:1295] Loaded cluster ID: d7d8246933bd4c32b7e73f8b0606ecae
I20260630 12:33:57.389180  1181 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: loading cluster ID for follower catalog manager: success
I20260630 12:33:57.390746  1180 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:33:57.393837  1181 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: acquiring CA information for follower catalog manager: success
I20260630 12:33:57.397169  1181 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:33:57.712507  1266 heartbeater.cc:499] Master 127.0.235.62:34951 was elected leader, sending a full tablet report...
I20260630 12:33:57.882176  1345 heartbeater.cc:499] Master 127.0.235.62:34951 was elected leader, sending a full tablet report...
I20260630 12:33:58.062856  1422 heartbeater.cc:499] Master 127.0.235.62:34951 was elected leader, sending a full tablet report...
I20260630 12:33:58.298027  1169 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:33:58.412313   972 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39876:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260630 12:33:58.496436  1385 tablet_service.cc:1511] Processing CreateTablet for tablet f13b0827b4004398a4df2a84161fe121 (DEFAULT_TABLE table=test-workload [id=36c018a1499b47e19128988aedea0b1f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:33:58.497747  1228 tablet_service.cc:1511] Processing CreateTablet for tablet e06ffcb1b6b34c4e841c6a76879a7596 (DEFAULT_TABLE table=test-workload [id=36c018a1499b47e19128988aedea0b1f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:33:58.498198  1385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f13b0827b4004398a4df2a84161fe121. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:58.498968  1228 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e06ffcb1b6b34c4e841c6a76879a7596. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:58.501528  1229 tablet_service.cc:1511] Processing CreateTablet for tablet bf97d0f5ad4c49e5bc1c791daa68b7b9 (DEFAULT_TABLE table=test-workload [id=36c018a1499b47e19128988aedea0b1f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:33:58.502895  1229 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf97d0f5ad4c49e5bc1c791daa68b7b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:58.502602  1307 tablet_service.cc:1511] Processing CreateTablet for tablet eeb708536eb7471c81f56f51364f0e45 (DEFAULT_TABLE table=test-workload [id=36c018a1499b47e19128988aedea0b1f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:33:58.503859  1307 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eeb708536eb7471c81f56f51364f0e45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:33:58.523619  1457 tablet_bootstrap.cc:492] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55: Bootstrap starting.
I20260630 12:33:58.526728  1456 tablet_bootstrap.cc:492] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c: Bootstrap starting.
I20260630 12:33:58.528527  1455 tablet_bootstrap.cc:492] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e: Bootstrap starting.
I20260630 12:33:58.533313  1457 tablet_bootstrap.cc:654] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:58.533766  1455 tablet_bootstrap.cc:654] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:58.533990  1456 tablet_bootstrap.cc:654] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:58.542500  1457 tablet_bootstrap.cc:492] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55: No bootstrap required, opened a new log
I20260630 12:33:58.543012  1457 ts_tablet_manager.cc:1403] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.004s
I20260630 12:33:58.544075  1456 tablet_bootstrap.cc:492] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c: No bootstrap required, opened a new log
I20260630 12:33:58.544205  1455 tablet_bootstrap.cc:492] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e: No bootstrap required, opened a new log
I20260630 12:33:58.544546  1456 ts_tablet_manager.cc:1403] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.005s
I20260630 12:33:58.544690  1455 ts_tablet_manager.cc:1403] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.000s
I20260630 12:33:58.545915  1457 raft_consensus.cc:359] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5327b8ff0fb043bfacf422c4437c7f55" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35101 } }
I20260630 12:33:58.546527  1457 raft_consensus.cc:385] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:58.546847  1457 raft_consensus.cc:740] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5327b8ff0fb043bfacf422c4437c7f55, State: Initialized, Role: FOLLOWER
I20260630 12:33:58.546926  1455 raft_consensus.cc:359] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } }
I20260630 12:33:58.547487  1455 raft_consensus.cc:385] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:58.547290  1456 raft_consensus.cc:359] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "14561db560f84d5fb79d9024a86cb10c" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 45205 } }
I20260630 12:33:58.547822  1455 raft_consensus.cc:740] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf37e75d567749f88206d463dc72938e, State: Initialized, Role: FOLLOWER
I20260630 12:33:58.547602  1457 consensus_queue.cc:260] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5327b8ff0fb043bfacf422c4437c7f55" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35101 } }
I20260630 12:33:58.547928  1456 raft_consensus.cc:385] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:58.548367  1457 raft_consensus.cc:399] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:58.548398  1456 raft_consensus.cc:740] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14561db560f84d5fb79d9024a86cb10c, State: Initialized, Role: FOLLOWER
I20260630 12:33:58.548730  1457 raft_consensus.cc:493] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:58.549186  1457 raft_consensus.cc:3060] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:58.548990  1455 consensus_queue.cc:260] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } }
I20260630 12:33:58.549257  1456 consensus_queue.cc:260] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "14561db560f84d5fb79d9024a86cb10c" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 45205 } }
I20260630 12:33:58.549713  1455 raft_consensus.cc:399] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:58.549961  1456 raft_consensus.cc:399] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:58.550078  1455 raft_consensus.cc:493] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:58.550386  1456 raft_consensus.cc:493] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:58.550781  1456 raft_consensus.cc:3060] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:58.550479  1455 raft_consensus.cc:3060] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:58.554895  1457 raft_consensus.cc:515] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5327b8ff0fb043bfacf422c4437c7f55" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35101 } }
I20260630 12:33:58.555456  1457 leader_election.cc:304] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [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: 5327b8ff0fb043bfacf422c4437c7f55; no voters: 
I20260630 12:33:58.557400  1456 raft_consensus.cc:515] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "14561db560f84d5fb79d9024a86cb10c" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 45205 } }
I20260630 12:33:58.557400  1455 raft_consensus.cc:515] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } }
I20260630 12:33:58.557703  1457 leader_election.cc:290] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:58.558208  1461 raft_consensus.cc:2804] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:58.558396  1455 leader_election.cc:304] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [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: cf37e75d567749f88206d463dc72938e; no voters: 
I20260630 12:33:58.558365  1456 leader_election.cc:304] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [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: 14561db560f84d5fb79d9024a86cb10c; no voters: 
I20260630 12:33:58.561697  1455 leader_election.cc:290] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:58.562181  1464 raft_consensus.cc:2804] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:58.563910  1461 raft_consensus.cc:697] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 1 LEADER]: Becoming Leader. State: Replica: 5327b8ff0fb043bfacf422c4437c7f55, State: Running, Role: LEADER
I20260630 12:33:58.564774  1461 consensus_queue.cc:237] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [LEADER]: Queue going to LEADER mode. State: All 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: "5327b8ff0fb043bfacf422c4437c7f55" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35101 } }
I20260630 12:33:58.566473  1455 ts_tablet_manager.cc:1434] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.014s
I20260630 12:33:58.568552  1455 tablet_bootstrap.cc:492] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e: Bootstrap starting.
I20260630 12:33:58.569584  1464 raft_consensus.cc:697] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 1 LEADER]: Becoming Leader. State: Replica: cf37e75d567749f88206d463dc72938e, State: Running, Role: LEADER
I20260630 12:33:58.570365  1464 consensus_queue.cc:237] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [LEADER]: Queue going to LEADER mode. State: All 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: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } }
I20260630 12:33:58.572183  1457 ts_tablet_manager.cc:1434] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55: Time spent starting tablet: real 0.029s	user 0.011s	sys 0.013s
I20260630 12:33:58.575446  1455 tablet_bootstrap.cc:654] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e: Neither blocks nor log segments found. Creating new log.
I20260630 12:33:58.579351  1456 leader_election.cc:290] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:58.583508  1456 ts_tablet_manager.cc:1434] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c: Time spent starting tablet: real 0.039s	user 0.017s	sys 0.004s
I20260630 12:33:58.590955   972 catalog_manager.cc:5697] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5327b8ff0fb043bfacf422c4437c7f55 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "5327b8ff0fb043bfacf422c4437c7f55" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5327b8ff0fb043bfacf422c4437c7f55" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35101 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:58.591905   971 catalog_manager.cc:5697] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e reported cstate change: term changed from 0 to 1, leader changed from <none> to cf37e75d567749f88206d463dc72938e (127.0.235.1). New cstate: current_term: 1 leader_uuid: "cf37e75d567749f88206d463dc72938e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:58.582886  1470 raft_consensus.cc:2804] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:58.611168  1470 raft_consensus.cc:697] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 1 LEADER]: Becoming Leader. State: Replica: 14561db560f84d5fb79d9024a86cb10c, State: Running, Role: LEADER
I20260630 12:33:58.611915  1470 consensus_queue.cc:237] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [LEADER]: Queue going to LEADER mode. State: All 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: "14561db560f84d5fb79d9024a86cb10c" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 45205 } }
I20260630 12:33:58.628407  1455 tablet_bootstrap.cc:492] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e: No bootstrap required, opened a new log
I20260630 12:33:58.628947  1455 ts_tablet_manager.cc:1403] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e: Time spent bootstrapping tablet: real 0.061s	user 0.034s	sys 0.006s
I20260630 12:33:58.631963  1455 raft_consensus.cc:359] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } }
I20260630 12:33:58.632755  1455 raft_consensus.cc:385] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:33:58.633095  1455 raft_consensus.cc:740] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cf37e75d567749f88206d463dc72938e, State: Initialized, Role: FOLLOWER
I20260630 12:33:58.633878  1455 consensus_queue.cc:260] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } }
I20260630 12:33:58.634784  1455 raft_consensus.cc:399] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:33:58.635229  1455 raft_consensus.cc:493] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:33:58.635577  1455 raft_consensus.cc:3060] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:33:58.643311  1455 raft_consensus.cc:515] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } }
I20260630 12:33:58.644062  1455 leader_election.cc:304] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [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: cf37e75d567749f88206d463dc72938e; no voters: 
I20260630 12:33:58.644809  1464 raft_consensus.cc:2804] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:33:58.645339  1464 raft_consensus.cc:697] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 1 LEADER]: Becoming Leader. State: Replica: cf37e75d567749f88206d463dc72938e, State: Running, Role: LEADER
I20260630 12:33:58.646032  1464 consensus_queue.cc:237] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [LEADER]: Queue going to LEADER mode. State: All 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: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } }
I20260630 12:33:58.648494  1455 leader_election.cc:290] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:33:58.650194  1455 ts_tablet_manager.cc:1434] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e: Time spent starting tablet: real 0.021s	user 0.016s	sys 0.000s
I20260630 12:33:58.665588   971 catalog_manager.cc:5697] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c reported cstate change: term changed from 0 to 1, leader changed from <none> to 14561db560f84d5fb79d9024a86cb10c (127.0.235.3). New cstate: current_term: 1 leader_uuid: "14561db560f84d5fb79d9024a86cb10c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "14561db560f84d5fb79d9024a86cb10c" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 45205 } health_report { overall_health: HEALTHY } } }
I20260630 12:33:58.674461   970 catalog_manager.cc:5697] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e reported cstate change: term changed from 0 to 1, leader changed from <none> to cf37e75d567749f88206d463dc72938e (127.0.235.1). New cstate: current_term: 1 leader_uuid: "cf37e75d567749f88206d463dc72938e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cf37e75d567749f88206d463dc72938e" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44905 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:00.299001  1169 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:00.301337  1169 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:00.751523   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:34:00.770452   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:00.771189   940 tablet_replica.cc:333] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e: stopping tablet replica
I20260630 12:34:00.771819   940 raft_consensus.cc:2243] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:00.772305   940 raft_consensus.cc:2272] T bf97d0f5ad4c49e5bc1c791daa68b7b9 P cf37e75d567749f88206d463dc72938e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:00.774416   940 tablet_replica.cc:333] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e: stopping tablet replica
I20260630 12:34:00.774863   940 raft_consensus.cc:2243] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:00.775234   940 raft_consensus.cc:2272] T e06ffcb1b6b34c4e841c6a76879a7596 P cf37e75d567749f88206d463dc72938e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:00.855821   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:34:00.865388   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:34:00.884209   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:00.884835   940 tablet_replica.cc:333] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55: stopping tablet replica
I20260630 12:34:00.885360   940 raft_consensus.cc:2243] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:00.885787   940 raft_consensus.cc:2272] T eeb708536eb7471c81f56f51364f0e45 P 5327b8ff0fb043bfacf422c4437c7f55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:00.903162   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:34:00.910701   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:34:00.924970   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:00.925503   940 tablet_replica.cc:333] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c: stopping tablet replica
I20260630 12:34:00.925927   940 raft_consensus.cc:2243] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:00.926355   940 raft_consensus.cc:2272] T f13b0827b4004398a4df2a84161fe121 P 14561db560f84d5fb79d9024a86cb10c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:00.943526   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:34:00.950829   940 master.cc:562] Master@127.0.235.62:34951 shutting down...
I20260630 12:34:01.105973   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:01.106921   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:01.107278   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8df9b133c97540879e981aa3769ccf99: stopping tablet replica
I20260630 12:34:01.125002   940 master.cc:584] Master@127.0.235.62:34951 shutdown complete.
I20260630 12:34:01.135501   940 master.cc:562] Master@127.0.235.61:37035 shutting down...
I20260630 12:34:01.154192   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:01.154806   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:01.155210   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P c347e45c43f14db5bcee889fd75106dd: stopping tablet replica
I20260630 12:34:01.194128   940 master.cc:584] Master@127.0.235.61:37035 shutdown complete.
I20260630 12:34:01.204188   940 master.cc:562] Master@127.0.235.60:45245 shutting down...
I20260630 12:34:01.217052   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:01.217547   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:01.217861   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P d566af7151504483abd4cf0e944cf337: stopping tablet replica
I20260630 12:34:01.234557   940 master.cc:584] Master@127.0.235.60:45245 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (6718 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:34:01.258353   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:33009
I20260630 12:34:01.259339   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:01.263837  1479 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:01.265101  1480 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:01.266963   940 server_base.cc:1061] running on GCE node
W20260630 12:34:01.266911  1482 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:01.267913   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:01.268121   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:01.268257   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822841268246 us; error 0 us; skew 500 ppm
I20260630 12:34:01.268651   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:01.270653   940 webserver.cc:533] Webserver started at http://127.0.235.62:36571/ using document root <none> and password file <none>
I20260630 12:34:01.271064   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:01.271207   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:01.271412   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:01.272338   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "e64da9c77fa84ac786b936d89ecdb6f0"
format_stamp: "Formatted at 2026-06-30 12:34:01 on dist-test-slave-47x1"
I20260630 12:34:01.276207   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:34:01.279145  1487 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.279830   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:34:01.280071   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "e64da9c77fa84ac786b936d89ecdb6f0"
format_stamp: "Formatted at 2026-06-30 12:34:01 on dist-test-slave-47x1"
I20260630 12:34:01.280298   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:01.289247   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:01.290123   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:01.322466   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:33009
I20260630 12:34:01.322548  1538 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:33009 every 8 connection(s)
I20260630 12:34:01.326196  1539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:01.334921  1539 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0: Bootstrap starting.
I20260630 12:34:01.338833  1539 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:01.342344  1539 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0: No bootstrap required, opened a new log
I20260630 12:34:01.344831  1539 raft_consensus.cc:359] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e64da9c77fa84ac786b936d89ecdb6f0" member_type: VOTER }
I20260630 12:34:01.345386  1539 raft_consensus.cc:385] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:01.345675  1539 raft_consensus.cc:740] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e64da9c77fa84ac786b936d89ecdb6f0, State: Initialized, Role: FOLLOWER
I20260630 12:34:01.346333  1539 consensus_queue.cc:260] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e64da9c77fa84ac786b936d89ecdb6f0" member_type: VOTER }
I20260630 12:34:01.346768  1539 raft_consensus.cc:399] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:01.346951  1539 raft_consensus.cc:493] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:01.347157  1539 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:01.350775  1539 raft_consensus.cc:515] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e64da9c77fa84ac786b936d89ecdb6f0" member_type: VOTER }
I20260630 12:34:01.351234  1539 leader_election.cc:304] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [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: e64da9c77fa84ac786b936d89ecdb6f0; no voters: 
I20260630 12:34:01.352229  1539 leader_election.cc:290] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:01.352511  1542 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:01.353832  1542 raft_consensus.cc:697] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 1 LEADER]: Becoming Leader. State: Replica: e64da9c77fa84ac786b936d89ecdb6f0, State: Running, Role: LEADER
I20260630 12:34:01.354535  1542 consensus_queue.cc:237] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [LEADER]: Queue going to LEADER mode. State: All 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: "e64da9c77fa84ac786b936d89ecdb6f0" member_type: VOTER }
I20260630 12:34:01.355088  1539 sys_catalog.cc:565] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:01.357259  1543 sys_catalog.cc:455] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e64da9c77fa84ac786b936d89ecdb6f0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e64da9c77fa84ac786b936d89ecdb6f0" member_type: VOTER } }
I20260630 12:34:01.357335  1544 sys_catalog.cc:455] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e64da9c77fa84ac786b936d89ecdb6f0. Latest consensus state: current_term: 1 leader_uuid: "e64da9c77fa84ac786b936d89ecdb6f0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e64da9c77fa84ac786b936d89ecdb6f0" member_type: VOTER } }
I20260630 12:34:01.358050  1544 sys_catalog.cc:458] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:01.359252  1543 sys_catalog.cc:458] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:01.360841  1548 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:01.369004  1548 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:01.369935   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:01.377101  1548 catalog_manager.cc:1383] Generated new cluster ID: ad8ca676b0b144ada2680331850cdb42
I20260630 12:34:01.377338  1548 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:01.395673  1548 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:01.396807  1548 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:01.414196  1548 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0: Generated new TSK 0
I20260630 12:34:01.414724  1548 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:01.436209   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:01.441531  1560 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:01.442793  1561 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:01.444074  1563 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:01.444258   940 server_base.cc:1061] running on GCE node
I20260630 12:34:01.445144   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:01.445318   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:01.445434   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822841445424 us; error 0 us; skew 500 ppm
I20260630 12:34:01.445855   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:01.448050   940 webserver.cc:533] Webserver started at http://127.0.235.1:42323/ using document root <none> and password file <none>
I20260630 12:34:01.448441   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:01.448589   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:01.448895   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:01.449909   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
format_stamp: "Formatted at 2026-06-30 12:34:01 on dist-test-slave-47x1"
I20260630 12:34:01.454100   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:01.457044  1568 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.457754   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:01.458057   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
format_stamp: "Formatted at 2026-06-30 12:34:01 on dist-test-slave-47x1"
I20260630 12:34:01.458338   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:01.476260   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:01.477185   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:01.478498   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:01.480548   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:01.480767   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.480991   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:01.481153   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.515642   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:35275
I20260630 12:34:01.515733  1630 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:35275 every 8 connection(s)
I20260630 12:34:01.520296   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:01.526835  1635 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:01.528931  1636 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:01.530331  1638 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:01.532495   940 server_base.cc:1061] running on GCE node
I20260630 12:34:01.533298   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:01.533479   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:01.533717   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822841533696 us; error 0 us; skew 500 ppm
I20260630 12:34:01.533793  1631 heartbeater.cc:344] Connected to a master server at 127.0.235.62:33009
I20260630 12:34:01.534178  1631 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:01.534413   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:01.535008  1631 heartbeater.cc:507] Master 127.0.235.62:33009 requested a full tablet report, sending...
I20260630 12:34:01.536885   940 webserver.cc:533] Webserver started at http://127.0.235.2:38759/ using document root <none> and password file <none>
I20260630 12:34:01.537262  1504 ts_manager.cc:194] Registered new tserver with Master: efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275)
I20260630 12:34:01.537408   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:01.537704   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:01.537978   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:01.539041  1504 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50552
I20260630 12:34:01.539033   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "e73c074ddf814715a5bea8511a200c24"
format_stamp: "Formatted at 2026-06-30 12:34:01 on dist-test-slave-47x1"
I20260630 12:34:01.543538   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:34:01.546450  1643 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.547299   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:01.547580   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "e73c074ddf814715a5bea8511a200c24"
format_stamp: "Formatted at 2026-06-30 12:34:01 on dist-test-slave-47x1"
I20260630 12:34:01.547825   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:01.567150   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:01.568092   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:01.569355   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:01.571468   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:01.571635   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.571905   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:01.572058   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.607326   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:38665
I20260630 12:34:01.607425  1705 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:38665 every 8 connection(s)
I20260630 12:34:01.611850   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:01.618147  1709 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:01.620428  1710 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:01.621933  1712 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:01.622098   940 server_base.cc:1061] running on GCE node
I20260630 12:34:01.623049   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:01.623273   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:01.623457   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822841623437 us; error 0 us; skew 500 ppm
I20260630 12:34:01.623639  1706 heartbeater.cc:344] Connected to a master server at 127.0.235.62:33009
I20260630 12:34:01.623991  1706 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:01.624109   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:01.624866  1706 heartbeater.cc:507] Master 127.0.235.62:33009 requested a full tablet report, sending...
I20260630 12:34:01.626739   940 webserver.cc:533] Webserver started at http://127.0.235.3:40837/ using document root <none> and password file <none>
I20260630 12:34:01.627173  1504 ts_manager.cc:194] Registered new tserver with Master: e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:01.627381   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:01.627657   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:01.627972   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:01.628891  1504 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50558
I20260630 12:34:01.629338   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "0cc9193c46ac47b3a6056468be6edce2"
format_stamp: "Formatted at 2026-06-30 12:34:01 on dist-test-slave-47x1"
I20260630 12:34:01.633908   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:34:01.636821  1717 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.637578   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:01.637857   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "0cc9193c46ac47b3a6056468be6edce2"
format_stamp: "Formatted at 2026-06-30 12:34:01 on dist-test-slave-47x1"
I20260630 12:34:01.638222   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:01.653584   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:01.654570   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:01.655826   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:01.658030   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:01.658246   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.658469   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:01.658644   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:01.693209   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:42895
I20260630 12:34:01.693296  1779 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:42895 every 8 connection(s)
I20260630 12:34:01.706223  1780 heartbeater.cc:344] Connected to a master server at 127.0.235.62:33009
I20260630 12:34:01.706568  1780 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:01.707187  1780 heartbeater.cc:507] Master 127.0.235.62:33009 requested a full tablet report, sending...
I20260630 12:34:01.709003  1504 ts_manager.cc:194] Registered new tserver with Master: 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:01.709318   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013186401s
I20260630 12:34:01.710649  1504 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50568
I20260630 12:34:02.541450  1631 heartbeater.cc:499] Master 127.0.235.62:33009 was elected leader, sending a full tablet report...
I20260630 12:34:02.631582  1706 heartbeater.cc:499] Master 127.0.235.62:33009 was elected leader, sending a full tablet report...
I20260630 12:34:02.713063  1780 heartbeater.cc:499] Master 127.0.235.62:33009 was elected leader, sending a full tablet report...
I20260630 12:34:02.762267  1504 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50578:
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:34:02.764617  1504 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:34:02.825562  1596 tablet_service.cc:1511] Processing CreateTablet for tablet e16a5b1505f148e68ebbc58887ae0593 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:02.827203  1596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e16a5b1505f148e68ebbc58887ae0593. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.825557  1595 tablet_service.cc:1511] Processing CreateTablet for tablet c3f47e0916454f8ca67f50f43ee8ff2e (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:02.833276  1595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3f47e0916454f8ca67f50f43ee8ff2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.851816  1594 tablet_service.cc:1511] Processing CreateTablet for tablet 556948ef395b4d25908e59026ec4086c (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:02.852658  1593 tablet_service.cc:1511] Processing CreateTablet for tablet c46f0905c72049658a897b249f5562f9 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:02.853169  1594 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 556948ef395b4d25908e59026ec4086c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.853899  1593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c46f0905c72049658a897b249f5562f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.857999  1592 tablet_service.cc:1511] Processing CreateTablet for tablet 500a71e9d69a43368d5ceee26d6e163d (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:02.860258  1592 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 500a71e9d69a43368d5ceee26d6e163d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.860334  1744 tablet_service.cc:1511] Processing CreateTablet for tablet c3f47e0916454f8ca67f50f43ee8ff2e (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:02.861255  1743 tablet_service.cc:1511] Processing CreateTablet for tablet 556948ef395b4d25908e59026ec4086c (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:02.861766  1744 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3f47e0916454f8ca67f50f43ee8ff2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.863096  1742 tablet_service.cc:1511] Processing CreateTablet for tablet c46f0905c72049658a897b249f5562f9 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:02.860253  1745 tablet_service.cc:1511] Processing CreateTablet for tablet e16a5b1505f148e68ebbc58887ae0593 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:02.865201  1743 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 556948ef395b4d25908e59026ec4086c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.878525  1742 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c46f0905c72049658a897b249f5562f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.883997  1745 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e16a5b1505f148e68ebbc58887ae0593. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.889173  1801 tablet_bootstrap.cc:492] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc: Bootstrap starting.
I20260630 12:34:02.889962  1671 tablet_service.cc:1511] Processing CreateTablet for tablet e16a5b1505f148e68ebbc58887ae0593 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:02.891250  1671 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e16a5b1505f148e68ebbc58887ae0593. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.898795  1801 tablet_bootstrap.cc:654] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:02.901913  1668 tablet_service.cc:1511] Processing CreateTablet for tablet c46f0905c72049658a897b249f5562f9 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:02.903650  1668 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c46f0905c72049658a897b249f5562f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.907681  1669 tablet_service.cc:1511] Processing CreateTablet for tablet 556948ef395b4d25908e59026ec4086c (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:02.909039  1669 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 556948ef395b4d25908e59026ec4086c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.908893  1741 tablet_service.cc:1511] Processing CreateTablet for tablet 500a71e9d69a43368d5ceee26d6e163d (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:02.910348  1741 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 500a71e9d69a43368d5ceee26d6e163d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.910532  1801 tablet_bootstrap.cc:492] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc: No bootstrap required, opened a new log
I20260630 12:34:02.911033  1801 ts_tablet_manager.cc:1403] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc: Time spent bootstrapping tablet: real 0.022s	user 0.007s	sys 0.009s
I20260630 12:34:02.914930  1740 tablet_service.cc:1511] Processing CreateTablet for tablet 4125f36aa4fb4c91b46f6637fcc97ce6 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:02.916343  1740 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4125f36aa4fb4c91b46f6637fcc97ce6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.917218  1594 tablet_service.cc:1511] Processing CreateTablet for tablet 4125f36aa4fb4c91b46f6637fcc97ce6 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:02.918445  1594 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4125f36aa4fb4c91b46f6637fcc97ce6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.919494  1666 tablet_service.cc:1511] Processing CreateTablet for tablet 4125f36aa4fb4c91b46f6637fcc97ce6 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:02.920985  1666 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4125f36aa4fb4c91b46f6637fcc97ce6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.920866  1665 tablet_service.cc:1511] Processing CreateTablet for tablet 57e3189691eb484bb979555d83f36eff (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:02.922374  1665 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57e3189691eb484bb979555d83f36eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.926256  1667 tablet_service.cc:1511] Processing CreateTablet for tablet 500a71e9d69a43368d5ceee26d6e163d (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:02.927513  1667 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 500a71e9d69a43368d5ceee26d6e163d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.927798  1739 tablet_service.cc:1511] Processing CreateTablet for tablet 57e3189691eb484bb979555d83f36eff (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:02.929042  1739 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57e3189691eb484bb979555d83f36eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.931247  1800 tablet_bootstrap.cc:492] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2: Bootstrap starting.
I20260630 12:34:02.931845  1670 tablet_service.cc:1511] Processing CreateTablet for tablet c3f47e0916454f8ca67f50f43ee8ff2e (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:02.931958  1664 tablet_service.cc:1511] Processing CreateTablet for tablet 06996d075e434d33b79be7732bab58a2 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:02.933009  1595 tablet_service.cc:1511] Processing CreateTablet for tablet 06996d075e434d33b79be7732bab58a2 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:02.933722  1670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3f47e0916454f8ca67f50f43ee8ff2e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.934224  1595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06996d075e434d33b79be7732bab58a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.939920  1664 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06996d075e434d33b79be7732bab58a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.946961  1801 raft_consensus.cc:359] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:02.949255  1800 tablet_bootstrap.cc:654] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:02.954738  1742 tablet_service.cc:1511] Processing CreateTablet for tablet 06996d075e434d33b79be7732bab58a2 (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:02.956005  1742 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06996d075e434d33b79be7732bab58a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.951666  1801 raft_consensus.cc:385] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:02.941568  1596 tablet_service.cc:1511] Processing CreateTablet for tablet 57e3189691eb484bb979555d83f36eff (DEFAULT_TABLE table=test-workload [id=666dff63ac8d477cb9549bc160c7a9a2]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:02.983911  1801 raft_consensus.cc:740] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Initialized, Role: FOLLOWER
I20260630 12:34:02.985538  1596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 57e3189691eb484bb979555d83f36eff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:02.986078  1801 consensus_queue.cc:260] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:02.987766  1800 tablet_bootstrap.cc:492] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2: No bootstrap required, opened a new log
I20260630 12:34:02.988233  1800 ts_tablet_manager.cc:1403] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2: Time spent bootstrapping tablet: real 0.057s	user 0.011s	sys 0.000s
I20260630 12:34:02.990869  1800 raft_consensus.cc:359] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:02.991573  1800 raft_consensus.cc:385] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:02.991861  1800 raft_consensus.cc:740] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.011219  1805 tablet_bootstrap.cc:492] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24: Bootstrap starting.
I20260630 12:34:03.013229  1801 ts_tablet_manager.cc:1434] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc: Time spent starting tablet: real 0.102s	user 0.020s	sys 0.011s
I20260630 12:34:03.014173  1801 tablet_bootstrap.cc:492] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc: Bootstrap starting.
I20260630 12:34:03.017169  1800 consensus_queue.cc:260] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.018129  1801 tablet_bootstrap.cc:654] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.022953  1805 tablet_bootstrap.cc:654] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.026530  1800 ts_tablet_manager.cc:1434] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2: Time spent starting tablet: real 0.038s	user 0.010s	sys 0.003s
I20260630 12:34:03.027506  1800 tablet_bootstrap.cc:492] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: Bootstrap starting.
I20260630 12:34:03.036618  1800 tablet_bootstrap.cc:654] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.037747  1801 tablet_bootstrap.cc:492] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc: No bootstrap required, opened a new log
I20260630 12:34:03.038370  1801 ts_tablet_manager.cc:1403] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.011s
I20260630 12:34:03.040424  1805 tablet_bootstrap.cc:492] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24: No bootstrap required, opened a new log
I20260630 12:34:03.040766  1805 ts_tablet_manager.cc:1403] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24: Time spent bootstrapping tablet: real 0.030s	user 0.007s	sys 0.015s
I20260630 12:34:03.040792  1801 raft_consensus.cc:359] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.041453  1801 raft_consensus.cc:385] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.041692  1801 raft_consensus.cc:740] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.042515  1801 consensus_queue.cc:260] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.043533  1800 tablet_bootstrap.cc:492] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: No bootstrap required, opened a new log
I20260630 12:34:03.042968  1805 raft_consensus.cc:359] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.043882  1805 raft_consensus.cc:385] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.043995  1800 ts_tablet_manager.cc:1403] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.000s
I20260630 12:34:03.044184  1805 raft_consensus.cc:740] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.044389  1801 ts_tablet_manager.cc:1434] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260630 12:34:03.045310  1801 tablet_bootstrap.cc:492] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc: Bootstrap starting.
I20260630 12:34:03.045034  1805 consensus_queue.cc:260] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.046655  1800 raft_consensus.cc:359] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.047432  1800 raft_consensus.cc:385] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.047717  1800 raft_consensus.cc:740] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.048769  1800 consensus_queue.cc:260] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.051111  1801 tablet_bootstrap.cc:654] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.051183  1800 ts_tablet_manager.cc:1434] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:34:03.052168  1800 tablet_bootstrap.cc:492] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2: Bootstrap starting.
I20260630 12:34:03.057595  1800 tablet_bootstrap.cc:654] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.061288  1805 ts_tablet_manager.cc:1434] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24: Time spent starting tablet: real 0.020s	user 0.008s	sys 0.002s
I20260630 12:34:03.062302  1805 tablet_bootstrap.cc:492] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24: Bootstrap starting.
I20260630 12:34:03.067432  1800 tablet_bootstrap.cc:492] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2: No bootstrap required, opened a new log
I20260630 12:34:03.068017  1800 ts_tablet_manager.cc:1403] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.008s
I20260630 12:34:03.068361  1805 tablet_bootstrap.cc:654] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.067445  1801 tablet_bootstrap.cc:492] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc: No bootstrap required, opened a new log
I20260630 12:34:03.069893  1800 raft_consensus.cc:359] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.070434  1801 ts_tablet_manager.cc:1403] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc: Time spent bootstrapping tablet: real 0.025s	user 0.008s	sys 0.010s
I20260630 12:34:03.070607  1800 raft_consensus.cc:385] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.071094  1800 raft_consensus.cc:740] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.071828  1800 consensus_queue.cc:260] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.073909  1800 ts_tablet_manager.cc:1434] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:34:03.074628  1805 tablet_bootstrap.cc:492] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24: No bootstrap required, opened a new log
I20260630 12:34:03.074859  1800 tablet_bootstrap.cc:492] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: Bootstrap starting.
I20260630 12:34:03.075075  1805 ts_tablet_manager.cc:1403] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:34:03.077643  1805 raft_consensus.cc:359] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.074818  1801 raft_consensus.cc:359] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.078337  1805 raft_consensus.cc:385] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.078542  1801 raft_consensus.cc:385] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.078641  1805 raft_consensus.cc:740] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.078915  1801 raft_consensus.cc:740] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.079530  1800 tablet_bootstrap.cc:654] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.079430  1805 consensus_queue.cc:260] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.079756  1801 consensus_queue.cc:260] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.081777  1805 ts_tablet_manager.cc:1434] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:34:03.082737  1805 tablet_bootstrap.cc:492] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24: Bootstrap starting.
I20260630 12:34:03.086510  1801 ts_tablet_manager.cc:1434] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc: Time spent starting tablet: real 0.016s	user 0.004s	sys 0.002s
I20260630 12:34:03.087451  1801 tablet_bootstrap.cc:492] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc: Bootstrap starting.
I20260630 12:34:03.087886  1805 tablet_bootstrap.cc:654] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.093446  1801 tablet_bootstrap.cc:654] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.102048  1804 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.102666  1804 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.118172  1804 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.118755  1800 tablet_bootstrap.cc:492] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: No bootstrap required, opened a new log
I20260630 12:34:03.119254  1800 ts_tablet_manager.cc:1403] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: Time spent bootstrapping tablet: real 0.045s	user 0.023s	sys 0.020s
I20260630 12:34:03.120817  1805 tablet_bootstrap.cc:492] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24: No bootstrap required, opened a new log
I20260630 12:34:03.121325  1805 ts_tablet_manager.cc:1403] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24: Time spent bootstrapping tablet: real 0.039s	user 0.022s	sys 0.013s
I20260630 12:34:03.121933  1801 tablet_bootstrap.cc:492] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc: No bootstrap required, opened a new log
I20260630 12:34:03.121856  1800 raft_consensus.cc:359] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.122610  1801 ts_tablet_manager.cc:1403] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc: Time spent bootstrapping tablet: real 0.035s	user 0.016s	sys 0.001s
I20260630 12:34:03.122646  1800 raft_consensus.cc:385] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.123224  1800 raft_consensus.cc:740] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.124081  1800 consensus_queue.cc:260] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.124279  1805 raft_consensus.cc:359] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.125049  1805 raft_consensus.cc:385] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.125411  1805 raft_consensus.cc:740] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.126194  1805 consensus_queue.cc:260] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.128548  1805 ts_tablet_manager.cc:1434] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:34:03.126076  1801 raft_consensus.cc:359] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.129504  1805 tablet_bootstrap.cc:492] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24: Bootstrap starting.
I20260630 12:34:03.129729  1801 raft_consensus.cc:385] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.130107  1801 raft_consensus.cc:740] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.130954  1801 consensus_queue.cc:260] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.132791  1800 ts_tablet_manager.cc:1434] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:34:03.135828  1805 tablet_bootstrap.cc:654] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.137081  1800 tablet_bootstrap.cc:492] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2: Bootstrap starting.
I20260630 12:34:03.142051  1801 ts_tablet_manager.cc:1434] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.003s
I20260630 12:34:03.142995  1801 tablet_bootstrap.cc:492] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc: Bootstrap starting.
I20260630 12:34:03.151429  1801 tablet_bootstrap.cc:654] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.151918  1805 tablet_bootstrap.cc:492] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24: No bootstrap required, opened a new log
I20260630 12:34:03.152406  1805 ts_tablet_manager.cc:1403] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.008s
I20260630 12:34:03.154650  1800 tablet_bootstrap.cc:654] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.155993  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:03.156733  1755 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 0.
I20260630 12:34:03.156822  1805 raft_consensus.cc:359] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.157569  1805 raft_consensus.cc:385] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.157879  1805 raft_consensus.cc:740] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.158398  1570 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.158564  1805 consensus_queue.cc:260] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.159812  1681 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:03.160635  1805 ts_tablet_manager.cc:1434] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:34:03.160605  1681 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 0.
I20260630 12:34:03.161760  1805 tablet_bootstrap.cc:492] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24: Bootstrap starting.
I20260630 12:34:03.161846  1804 raft_consensus.cc:2804] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:03.162351  1804 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.162744  1804 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.168136  1805 tablet_bootstrap.cc:654] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.173671  1804 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.177003  1681 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:03.177386  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:03.177735  1681 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.178128  1755 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.187378  1755 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 1.
I20260630 12:34:03.188709  1681 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 1.
I20260630 12:34:03.188776  1570 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.194124  1804 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 1 election: Requested vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.194798  1804 raft_consensus.cc:2804] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.195297  1804 raft_consensus.cc:697] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 1 LEADER]: Becoming Leader. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:03.196223  1804 consensus_queue.cc:237] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.203783  1801 tablet_bootstrap.cc:492] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc: No bootstrap required, opened a new log
I20260630 12:34:03.204164  1800 tablet_bootstrap.cc:492] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2: No bootstrap required, opened a new log
I20260630 12:34:03.204376  1801 ts_tablet_manager.cc:1403] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc: Time spent bootstrapping tablet: real 0.062s	user 0.022s	sys 0.009s
I20260630 12:34:03.204624  1800 ts_tablet_manager.cc:1403] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2: Time spent bootstrapping tablet: real 0.068s	user 0.010s	sys 0.023s
I20260630 12:34:03.207490  1800 raft_consensus.cc:359] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.207718  1801 raft_consensus.cc:359] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.208250  1800 raft_consensus.cc:385] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.208465  1801 raft_consensus.cc:385] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.208570  1800 raft_consensus.cc:740] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.208827  1805 tablet_bootstrap.cc:492] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24: No bootstrap required, opened a new log
I20260630 12:34:03.208886  1801 raft_consensus.cc:740] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.209560  1805 ts_tablet_manager.cc:1403] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24: Time spent bootstrapping tablet: real 0.048s	user 0.027s	sys 0.020s
I20260630 12:34:03.209553  1800 consensus_queue.cc:260] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.209939  1801 consensus_queue.cc:260] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.212167  1801 ts_tablet_manager.cc:1434] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:34:03.212507  1805 raft_consensus.cc:359] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.213056  1801 tablet_bootstrap.cc:492] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc: Bootstrap starting.
I20260630 12:34:03.213196  1805 raft_consensus.cc:385] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.213526  1805 raft_consensus.cc:740] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.214334  1805 consensus_queue.cc:260] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.214548  1501 catalog_manager.cc:5697] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc reported cstate change: term changed from 0 to 1, leader changed from <none> to efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1). New cstate: current_term: 1 leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:03.217828  1805 ts_tablet_manager.cc:1434] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:34:03.218845  1805 tablet_bootstrap.cc:492] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24: Bootstrap starting.
I20260630 12:34:03.219827  1801 tablet_bootstrap.cc:654] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.224798  1805 tablet_bootstrap.cc:654] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.220161  1800 ts_tablet_manager.cc:1434] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:34:03.232530  1801 tablet_bootstrap.cc:492] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc: No bootstrap required, opened a new log
I20260630 12:34:03.232621  1810 raft_consensus.cc:493] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.233033  1801 ts_tablet_manager.cc:1403] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.008s
I20260630 12:34:03.233307  1810 raft_consensus.cc:515] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.237069  1805 tablet_bootstrap.cc:492] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24: No bootstrap required, opened a new log
I20260630 12:34:03.237035  1801 raft_consensus.cc:359] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.237679  1805 ts_tablet_manager.cc:1403] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24: Time spent bootstrapping tablet: real 0.019s	user 0.005s	sys 0.012s
I20260630 12:34:03.237970  1801 raft_consensus.cc:385] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.238315  1801 raft_consensus.cc:740] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.238741  1810 leader_election.cc:290] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.238989  1801 consensus_queue.cc:260] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.241097  1805 raft_consensus.cc:359] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.241719  1801 ts_tablet_manager.cc:1434] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:34:03.242033  1805 raft_consensus.cc:385] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.242408  1805 raft_consensus.cc:740] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.242952  1801 tablet_bootstrap.cc:492] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc: Bootstrap starting.
I20260630 12:34:03.243254  1805 consensus_queue.cc:260] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.249536  1805 ts_tablet_manager.cc:1434] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:34:03.250516  1805 tablet_bootstrap.cc:492] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24: Bootstrap starting.
I20260630 12:34:03.254257  1800 tablet_bootstrap.cc:492] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2: Bootstrap starting.
I20260630 12:34:03.263273  1801 tablet_bootstrap.cc:654] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.263485  1805 tablet_bootstrap.cc:654] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.268002  1800 tablet_bootstrap.cc:654] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.277650  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e16a5b1505f148e68ebbc58887ae0593" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.278647  1606 raft_consensus.cc:2468] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 0.
I20260630 12:34:03.280359  1646 leader_election.cc:304] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.281471  1810 raft_consensus.cc:2804] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:03.281920  1810 raft_consensus.cc:493] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.282495  1810 raft_consensus.cc:3060] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.291880  1810 raft_consensus.cc:515] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.295403  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e16a5b1505f148e68ebbc58887ae0593" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:03.296126  1606 raft_consensus.cc:3060] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.311332  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e16a5b1505f148e68ebbc58887ae0593" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:03.313066  1606 raft_consensus.cc:2468] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 1.
W20260630 12:34:03.313191  1645 leader_election.cc:343] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:03.314568  1801 tablet_bootstrap.cc:492] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc: No bootstrap required, opened a new log
I20260630 12:34:03.314395  1646 leader_election.cc:304] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.317065  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e16a5b1505f148e68ebbc58887ae0593" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
W20260630 12:34:03.318771  1645 leader_election.cc:343] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:03.319461  1810 leader_election.cc:290] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.320130  1810 raft_consensus.cc:2804] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.320709  1810 raft_consensus.cc:697] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Becoming Leader. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:03.320892  1801 ts_tablet_manager.cc:1403] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc: Time spent bootstrapping tablet: real 0.078s	user 0.025s	sys 0.024s
I20260630 12:34:03.321741  1810 consensus_queue.cc:237] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.324834  1805 tablet_bootstrap.cc:492] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24: No bootstrap required, opened a new log
I20260630 12:34:03.325294  1805 ts_tablet_manager.cc:1403] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24: Time spent bootstrapping tablet: real 0.075s	user 0.019s	sys 0.043s
I20260630 12:34:03.326004  1806 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.326490  1806 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.324698  1801 raft_consensus.cc:359] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.329830  1801 raft_consensus.cc:385] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.328037  1805 raft_consensus.cc:359] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.331329  1801 raft_consensus.cc:740] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.331482  1805 raft_consensus.cc:385] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.332757  1805 raft_consensus.cc:740] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.333293  1801 consensus_queue.cc:260] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.333706  1805 consensus_queue.cc:260] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.336562  1801 ts_tablet_manager.cc:1434] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:34:03.336601  1805 ts_tablet_manager.cc:1434] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.004s
I20260630 12:34:03.337682  1801 tablet_bootstrap.cc:492] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc: Bootstrap starting.
I20260630 12:34:03.338043  1805 tablet_bootstrap.cc:492] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24: Bootstrap starting.
I20260630 12:34:03.345064  1801 tablet_bootstrap.cc:654] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.346824  1806 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:03.347328  1806 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.348119  1805 tablet_bootstrap.cc:654] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.347724  1806 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.357411  1806 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
W20260630 12:34:03.367144  1552 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:34:03.326470  1800 tablet_bootstrap.cc:492] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2: No bootstrap required, opened a new log
I20260630 12:34:03.369740  1800 ts_tablet_manager.cc:1403] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2: Time spent bootstrapping tablet: real 0.116s	user 0.032s	sys 0.030s
I20260630 12:34:03.369930  1557 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:34:03.371179  1557 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:34:03.373979  1800 raft_consensus.cc:359] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.387326  1800 raft_consensus.cc:385] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.387712  1800 raft_consensus.cc:740] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.399205  1832 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.399703  1832 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.401898  1832 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.403955  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.404829  1606 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 0.
I20260630 12:34:03.406352  1646 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.407286  1832 raft_consensus.cc:2804] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:03.407424  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.407667  1832 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.408008  1832 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.409119  1605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.389629  1800 consensus_queue.cc:260] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.409793  1605 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 0.
I20260630 12:34:03.411209  1800 ts_tablet_manager.cc:1434] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2: Time spent starting tablet: real 0.041s	user 0.006s	sys 0.002s
I20260630 12:34:03.409801  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:03.411927  1755 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 0.
I20260630 12:34:03.413162  1720 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.414208  1836 raft_consensus.cc:2804] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:03.408010  1606 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 0.
I20260630 12:34:03.414651  1836 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.414988  1836 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.415352  1720 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.416142  1806 raft_consensus.cc:2804] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:03.416514  1806 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.416363  1832 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.416888  1806 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.423585  1806 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.425632  1806 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:03.426779  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:03.428758  1832 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.429159  1606 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.429085  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:03.427453  1805 tablet_bootstrap.cc:492] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24: No bootstrap required, opened a new log
I20260630 12:34:03.430334  1755 raft_consensus.cc:2393] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e73c074ddf814715a5bea8511a200c24 in current term 1: Already voted for candidate 0cc9193c46ac47b3a6056468be6edce2 in this term.
I20260630 12:34:03.430353  1805 ts_tablet_manager.cc:1403] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24: Time spent bootstrapping tablet: real 0.093s	user 0.029s	sys 0.050s
I20260630 12:34:03.428058  1605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:03.430660  1836 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.434149  1805 raft_consensus.cc:359] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.434509  1836 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:03.434850  1805 raft_consensus.cc:385] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.434813  1646 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [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: e73c074ddf814715a5bea8511a200c24; no voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:03.435317  1805 raft_consensus.cc:740] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.434957  1605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:03.432632  1502 catalog_manager.cc:5697] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 reported cstate change: term changed from 0 to 1, leader changed from <none> to e73c074ddf814715a5bea8511a200c24 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:03.435982  1605 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.435976  1805 consensus_queue.cc:260] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.436925  1801 tablet_bootstrap.cc:492] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc: No bootstrap required, opened a new log
I20260630 12:34:03.437978  1801 ts_tablet_manager.cc:1403] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc: Time spent bootstrapping tablet: real 0.100s	user 0.036s	sys 0.024s
I20260630 12:34:03.438192  1800 tablet_bootstrap.cc:492] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2: Bootstrap starting.
I20260630 12:34:03.439193  1805 ts_tablet_manager.cc:1434] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:34:03.438928  1810 raft_consensus.cc:2749] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:34:03.445775  1680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:03.445945  1606 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 1.
I20260630 12:34:03.446444  1680 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 0.
I20260630 12:34:03.447031  1720 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.447865  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:03.447950  1681 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:03.448211  1605 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 1.
I20260630 12:34:03.448527  1678 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.448786  1681 raft_consensus.cc:2393] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 1: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:03.449842  1720 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.450920  1806 raft_consensus.cc:2804] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.451344  1836 raft_consensus.cc:2804] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.458828  1679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:03.460316  1679 raft_consensus.cc:2393] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 1: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:03.461369  1801 raft_consensus.cc:359] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.461557  1810 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.462044  1801 raft_consensus.cc:385] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.462389  1801 raft_consensus.cc:740] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.462221  1810 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.463125  1801 consensus_queue.cc:260] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.465953  1810 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.466127  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.466750  1606 raft_consensus.cc:2468] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 0.
I20260630 12:34:03.467541  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:03.467935  1646 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.468725  1810 raft_consensus.cc:2804] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:34:03.468784  1645 leader_election.cc:343] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:03.469157  1810 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.469491  1810 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.459371  1806 raft_consensus.cc:697] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:03.472074  1678 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 1.
I20260630 12:34:03.472700  1836 raft_consensus.cc:697] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:03.473860  1806 consensus_queue.cc:237] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.473968  1836 consensus_queue.cc:237] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.477977  1810 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.478399  1801 ts_tablet_manager.cc:1434] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc: Time spent starting tablet: real 0.040s	user 0.007s	sys 0.000s
I20260630 12:34:03.480367  1810 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.481645  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
W20260630 12:34:03.483515  1645 leader_election.cc:343] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:03.483600  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:03.484362  1606 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.484475  1502 catalog_manager.cc:5697] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:03.491158  1606 raft_consensus.cc:2468] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 1.
I20260630 12:34:03.492123  1646 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:03.492326  1800 tablet_bootstrap.cc:654] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.492818  1810 raft_consensus.cc:2804] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.493312  1810 raft_consensus.cc:697] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Becoming Leader. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:03.493964  1810 consensus_queue.cc:237] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.500089  1800 tablet_bootstrap.cc:492] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2: No bootstrap required, opened a new log
I20260630 12:34:03.500564  1800 ts_tablet_manager.cc:1403] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2: Time spent bootstrapping tablet: real 0.063s	user 0.011s	sys 0.000s
I20260630 12:34:03.501597  1501 catalog_manager.cc:5697] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 reported cstate change: term changed from 0 to 1, leader changed from <none> to e73c074ddf814715a5bea8511a200c24 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:03.501901  1502 catalog_manager.cc:5697] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:03.503867  1804 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.503893  1800 raft_consensus.cc:359] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.504773  1800 raft_consensus.cc:385] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.504438  1804 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.505092  1800 raft_consensus.cc:740] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.505775  1800 consensus_queue.cc:260] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.506570  1804 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.507867  1800 ts_tablet_manager.cc:1434] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:34:03.508788  1800 tablet_bootstrap.cc:492] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2: Bootstrap starting.
I20260630 12:34:03.508641  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:03.508657  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:03.509503  1678 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 0.
I20260630 12:34:03.509585  1755 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 0.
I20260630 12:34:03.510942  1570 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.512542  1804 raft_consensus.cc:2804] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:03.512900  1804 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.513214  1804 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.515251  1800 tablet_bootstrap.cc:654] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:03.519703  1804 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.520622  1800 tablet_bootstrap.cc:492] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2: No bootstrap required, opened a new log
I20260630 12:34:03.521034  1800 ts_tablet_manager.cc:1403] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:34:03.521696  1804 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 1 election: Requested vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.521996  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:03.522590  1678 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.522647  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:03.523108  1755 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.523315  1800 raft_consensus.cc:359] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.523931  1800 raft_consensus.cc:385] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:03.524173  1800 raft_consensus.cc:740] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Initialized, Role: FOLLOWER
I20260630 12:34:03.524793  1800 consensus_queue.cc:260] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.526665  1800 ts_tablet_manager.cc:1434] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:34:03.529048  1755 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 1.
I20260630 12:34:03.530098  1570 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.530462  1678 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 1.
I20260630 12:34:03.530930  1804 raft_consensus.cc:2804] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.531391  1804 raft_consensus.cc:697] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 LEADER]: Becoming Leader. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:03.532021  1804 consensus_queue.cc:237] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.539827  1810 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.539264  1502 catalog_manager.cc:5697] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc reported cstate change: term changed from 0 to 1, leader changed from <none> to efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1). New cstate: current_term: 1 leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:03.540235  1810 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.541823  1810 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.542887  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.543093  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:03.543521  1606 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 0.
I20260630 12:34:03.543687  1755 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 0.
I20260630 12:34:03.544533  1646 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.545262  1810 raft_consensus.cc:2804] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:03.545603  1810 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.545977  1810 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.550907  1810 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.552282  1810 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:03.552887  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:03.553121  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:03.553369  1606 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.553663  1755 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.557559  1606 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 1.
I20260630 12:34:03.557685  1755 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 1.
I20260630 12:34:03.558444  1646 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.559154  1810 raft_consensus.cc:2804] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.559576  1810 raft_consensus.cc:697] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Becoming Leader. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:03.560421  1810 consensus_queue.cc:237] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.566705  1502 catalog_manager.cc:5697] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 reported cstate change: term changed from 0 to 1, leader changed from <none> to e73c074ddf814715a5bea8511a200c24 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:03.572167  1836 raft_consensus.cc:493] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.572633  1836 raft_consensus.cc:515] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.574566  1836 leader_election.cc:290] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:03.575016  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.575512  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:03.575601  1606 raft_consensus.cc:2468] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 0.
I20260630 12:34:03.576020  1678 raft_consensus.cc:2468] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 0.
I20260630 12:34:03.576529  1720 leader_election.cc:304] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.577296  1836 raft_consensus.cc:2804] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:03.577585  1836 raft_consensus.cc:493] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:03.577852  1836 raft_consensus.cc:3060] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.581831  1836 raft_consensus.cc:515] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.583360  1836 leader_election.cc:290] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:03.583951  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:03.584213  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:03.584419  1606 raft_consensus.cc:3060] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.584738  1678 raft_consensus.cc:3060] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.588474  1606 raft_consensus.cc:2468] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 1.
I20260630 12:34:03.588685  1678 raft_consensus.cc:2468] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 1.
I20260630 12:34:03.589354  1720 leader_election.cc:304] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:03.589984  1836 raft_consensus.cc:2804] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:03.590468  1836 raft_consensus.cc:697] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:03.591048  1836 consensus_queue.cc:237] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.597528  1502 catalog_manager.cc:5697] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:03.633353  1804 consensus_queue.cc:1048] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:03.644382  1804 consensus_queue.cc:1048] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:03.734935   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:03.740769  1856 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:03.741274  1857 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:03.742868   940 server_base.cc:1061] running on GCE node
W20260630 12:34:03.742800  1859 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:03.743855   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:03.744071   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:03.744261   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822843744243 us; error 0 us; skew 500 ppm
I20260630 12:34:03.744735   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:03.744699  1836 raft_consensus.cc:493] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.745283  1836 raft_consensus.cc:515] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.747049  1836 leader_election.cc:290] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:03.747872  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e16a5b1505f148e68ebbc58887ae0593" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.748176  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e16a5b1505f148e68ebbc58887ae0593" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:03.748627  1606 raft_consensus.cc:2393] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 1: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:03.749608   940 webserver.cc:533] Webserver started at http://127.0.235.4:43035/ using document root <none> and password file <none>
I20260630 12:34:03.750303   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:03.750087  1720 leader_election.cc:304] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2; no voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:03.750581   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:03.750947   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:03.751224  1836 raft_consensus.cc:3060] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.752345   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "8aeb222eea6b44d98bffc35b1ef11f43"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-47x1"
I20260630 12:34:03.757541  1836 raft_consensus.cc:2749] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:03.758169   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260630 12:34:03.761345  1864 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.762099   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:03.762393   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "8aeb222eea6b44d98bffc35b1ef11f43"
format_stamp: "Formatted at 2026-06-30 12:34:03 on dist-test-slave-47x1"
I20260630 12:34:03.762694   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:03.776734   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:03.777994   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:03.779429   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:03.781275   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:03.781436   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.781605   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:03.781731   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:03.806360  1810 consensus_queue.cc:1048] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:03.819952  1810 consensus_queue.cc:1048] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:03.840838   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:44215
I20260630 12:34:03.840922  1928 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:44215 every 8 connection(s)
I20260630 12:34:03.854467  1929 heartbeater.cc:344] Connected to a master server at 127.0.235.62:33009
I20260630 12:34:03.854770  1929 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:03.855378  1929 heartbeater.cc:507] Master 127.0.235.62:33009 requested a full tablet report, sending...
I20260630 12:34:03.857048  1501 ts_manager.cc:194] Registered new tserver with Master: 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4:44215)
I20260630 12:34:03.858292  1501 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50592
I20260630 12:34:03.896373  1836 consensus_queue.cc:1048] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:03.906550  1840 consensus_queue.cc:1048] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:03.910300  1806 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:03.910699  1806 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:03.911638  1840 consensus_queue.cc:1048] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:03.912578  1806 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:03.914543  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:03.915283  1606 raft_consensus.cc:2393] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 1: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:03.916502  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:03.918267  1721 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2; no voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:03.919046  1806 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:03.925704  1852 consensus_queue.cc:1048] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:03.926396  1840 consensus_queue.cc:1048] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:03.929600  1806 raft_consensus.cc:2749] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:03.940196  1804 consensus_queue.cc:1048] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:04.034269  1810 consensus_queue.cc:1048] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:04.039997  1810 consensus_queue.cc:1048] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:04.055846  1832 consensus_queue.cc:1048] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:04.066417  1832 consensus_queue.cc:1048] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:04.115239  1806 consensus_queue.cc:1048] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:04.124148  1836 consensus_queue.cc:1048] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:04.860473  1929 heartbeater.cc:499] Master 127.0.235.62:33009 was elected leader, sending a full tablet report...
I20260630 12:34:05.372326  1557 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:05.391517  1755 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "556948ef395b4d25908e59026ec4086c"
dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
mode: GRACEFUL
new_leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
 from {username='slave'} at 127.0.0.1:33878
I20260630 12:34:05.392328  1755 raft_consensus.cc:606] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Received request to transfer leadership to TS efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:05.393510  1557 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:34:05.393913  1557 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:05.432272  1840 raft_consensus.cc:993] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: : Instructing follower efde9e62dfc34d6c86d68ecf91829fcc to start an election
I20260630 12:34:05.432797  1950 raft_consensus.cc:1081] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Signalling peer efde9e62dfc34d6c86d68ecf91829fcc to start an election
I20260630 12:34:05.434319  1606 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "556948ef395b4d25908e59026ec4086c"
dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
 from {username='slave'} at 127.0.0.1:38724
I20260630 12:34:05.434772  1606 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:05.435048  1606 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:05.440029  1606 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:05.441835  1606 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 election: Requested vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:05.442881  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:05.442693  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:05.443519  1755 raft_consensus.cc:3055] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:05.443568  1678 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:05.444013  1755 raft_consensus.cc:740] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:05.444970  1755 consensus_queue.cc:260] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:05.446372  1755 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:05.451220  1678 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 2.
I20260630 12:34:05.452521  1572 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:05.452987  1755 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 2.
I20260630 12:34:05.453306  1804 raft_consensus.cc:2804] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:05.454497  1804 raft_consensus.cc:697] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Becoming Leader. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:05.455297  1804 consensus_queue.cc:237] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:05.463133  1501 catalog_manager.cc:5697] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc reported cstate change: term changed from 1 to 2, leader changed from 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3) to efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1). New cstate: current_term: 2 leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:05.912817  1755 raft_consensus.cc:1275] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Refusing update from remote peer efde9e62dfc34d6c86d68ecf91829fcc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:05.913985  1804 consensus_queue.cc:1048] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:05.924408  1678 raft_consensus.cc:1275] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Refusing update from remote peer efde9e62dfc34d6c86d68ecf91829fcc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:05.926157  1959 consensus_queue.cc:1048] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:07.394779  1557 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:07.400048  1557 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:07.400377  1557 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:10.498818  1968 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:10.499670  1968 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:10.502542  1968 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:10.977097  1969 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:10.978068  1969 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:10.981402  1969 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:10.990193  1966 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:10.990717  1966 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:10.992738  1966 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:10.993175  1966 raft_consensus.cc:493] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:10.993664  1966 raft_consensus.cc:515] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:10.995560  1966 leader_election.cc:290] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:10.996578  1966 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:10.997081  1966 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:10.999147  1966 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.005055  1971 raft_consensus.cc:493] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:11.005671  1971 raft_consensus.cc:515] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.006377  1970 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:11.006919  1970 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.009410  1970 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.008360  1971 leader_election.cc:290] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.011014  1557 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:11.012349  1753 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.013088  1752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.023617  1557 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:11.024102  1973 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:11.024871  1973 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.027042  1973 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:11.027822  1557 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:11.029322  1681 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:11.029668  1971 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:11.030210  1971 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.032269  1971 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.033306  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.033829  1969 raft_consensus.cc:493] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:11.033957  1755 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 1.
I20260630 12:34:11.034369  1969 raft_consensus.cc:515] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.036348  1969 leader_election.cc:290] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.038110  1645 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: 
I20260630 12:34:11.039841  1971 raft_consensus.cc:2804] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:11.040148  1971 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting leader election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:11.040438  1971 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.047564  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:11.047955  1971 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.050292  1968 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:11.050786  1968 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.051653  1972 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:11.052112  1972 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.052742  1968 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:11.054554  1681 raft_consensus.cc:1240] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Rejecting Update request from peer efde9e62dfc34d6c86d68ecf91829fcc for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:11.055665  1970 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:11.056285  1970 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.057197  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:11.056526  1681 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:11.059073  1606 raft_consensus.cc:2468] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 1.
I20260630 12:34:11.062675  1676 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:11.055686  1679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:11.065006  1972 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.066653  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:11.065799  1605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:11.067708  1605 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 1.
I20260630 12:34:11.058708  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:11.061882  1680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:11.069056  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.069633  1755 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 2.
I20260630 12:34:11.066645  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:11.070866  1970 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.071657  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e16a5b1505f148e68ebbc58887ae0593" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:11.074621  1971 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.075819  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.076555  1755 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 1.
I20260630 12:34:11.078209  1606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:11.078387  1646 leader_election.cc:304] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:11.078824  1606 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 1.
I20260630 12:34:11.079681  1970 raft_consensus.cc:2804] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:11.080026  1970 raft_consensus.cc:493] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:11.080425  1970 raft_consensus.cc:3060] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.081384  1645 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: 
I20260630 12:34:11.082173  1969 consensus_queue.cc:1059] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:11.082679  1605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:11.083297  1605 raft_consensus.cc:2468] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 1.
I20260630 12:34:11.083359  1966 raft_consensus.cc:3055] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:11.083804  1966 raft_consensus.cc:740] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 LEADER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:11.084826  1966 consensus_queue.cc:260] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.080037  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:11.086295  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.088160  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:11.089184  1970 raft_consensus.cc:515] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.090553  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.091764  1970 leader_election.cc:290] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.092187  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.093614  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.095225  1966 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.095166  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e16a5b1505f148e68ebbc58887ae0593" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:11.097298  1720 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:11.098112  1974 raft_consensus.cc:2804] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:11.098496  1974 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:11.098652  1720 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:11.098934  1974 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.099402  1973 raft_consensus.cc:2804] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:11.099771  1973 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:11.100183  1973 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.101867  1572 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [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: efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24
I20260630 12:34:11.103423  1966 raft_consensus.cc:2749] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.104077  1645 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: 
I20260630 12:34:11.104830  1975 raft_consensus.cc:2804] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:11.102837  1972 raft_consensus.cc:2804] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:34:11.105266  1572 leader_election.cc:304] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [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: efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24
I20260630 12:34:11.105393  1972 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting leader election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:11.105865  1972 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:11.105952  1966 raft_consensus.cc:2749] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.106379  1572 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [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: efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24
I20260630 12:34:11.107033  1966 raft_consensus.cc:2749] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.106947  1973 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.107430  1572 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [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: efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24
I20260630 12:34:11.108074  1966 raft_consensus.cc:2749] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.109405  1605 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:11.109732  1973 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:11.109959  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:11.110347  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:11.111547  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:11.105261  1975 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting leader election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:11.112411  1975 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.112978  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:11.113137  1646 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: e73c074ddf814715a5bea8511a200c24; no voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:11.114189  1970 raft_consensus.cc:2749] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.115672  1646 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:11.116430  1970 raft_consensus.cc:2804] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:11.116775  1970 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:11.117120  1970 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.118405  1646 leader_election.cc:304] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: e73c074ddf814715a5bea8511a200c24; no voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:11.119120  1832 raft_consensus.cc:2749] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.120097  1972 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.122004  1972 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.099792  1720 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2; no voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:11.122504  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:11.126274  1973 raft_consensus.cc:2749] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:34:11.122928  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:11.123847  1974 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.127568  1645 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: e73c074ddf814715a5bea8511a200c24; no voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:11.127771  1570 leader_election.cc:304] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [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: efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24
I20260630 12:34:11.123847  1970 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.125360  1975 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.129113  1966 raft_consensus.cc:2749] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.130615  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:11.130955  1970 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.131289  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:11.132900  1974 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:11.133128  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:11.132834  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:11.132817  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:11.128919  1972 raft_consensus.cc:2749] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader election lost for term 3. Reason: could not achieve majority
I20260630 12:34:11.134577  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:11.134862  1720 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2; no voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:11.135586  1974 raft_consensus.cc:2749] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.136554  1975 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:11.135756  1646 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: e73c074ddf814715a5bea8511a200c24; no voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:11.136075  1720 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2; no voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:11.137420  1975 raft_consensus.cc:2749] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.137512  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:11.139246  1974 raft_consensus.cc:2749] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:34:11.139165  1645 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: e73c074ddf814715a5bea8511a200c24; no voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:11.139915  1975 raft_consensus.cc:2749] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
W20260630 12:34:11.141692  1552 auto_rebalancer.cc:639] Failed to schedule move for tablet c46f0905c72049658a897b249f5562f9: Illegal state: Replica efde9e62dfc34d6c86d68ecf91829fcc is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } }
I20260630 12:34:11.145552  1604 consensus_queue.cc:237] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:11.151561  1755 raft_consensus.cc:1275] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Refusing update from remote peer efde9e62dfc34d6c86d68ecf91829fcc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:11.152791  1969 consensus_queue.cc:1048] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:11.155287  1678 raft_consensus.cc:1240] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Rejecting Update request from peer efde9e62dfc34d6c86d68ecf91829fcc for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:11.156669  1969 consensus_queue.cc:1059] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true }, Status: INVALID_TERM, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:11.157634  1966 raft_consensus.cc:3055] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:11.158017  1966 raft_consensus.cc:740] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 1 LEADER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:11.158788  1966 consensus_queue.cc:260] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:11.159679  1966 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.264410  1678 raft_consensus.cc:1240] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Rejecting Update request from peer efde9e62dfc34d6c86d68ecf91829fcc for earlier term 2. Current term is 3. Ops: []
I20260630 12:34:11.265476  1966 consensus_queue.cc:1059] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: INVALID_TERM, Last received: 2.2, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:11.266310  1969 raft_consensus.cc:3055] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:34:11.266572  1969 raft_consensus.cc:740] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:11.267169  1969 consensus_queue.cc:260] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.268015  1969 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:11.433243  1755 raft_consensus.cc:1240] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Rejecting Update request from peer e73c074ddf814715a5bea8511a200c24 for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:11.433779  1754 raft_consensus.cc:1240] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Rejecting Update request from peer e73c074ddf814715a5bea8511a200c24 for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:11.434480  1975 consensus_queue.cc:1059] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:11.435094  1972 consensus_queue.cc:1059] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:11.435315  1970 raft_consensus.cc:3055] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:11.435813  1970 raft_consensus.cc:740] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:11.435999  1975 raft_consensus.cc:3055] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:11.436332  1975 raft_consensus.cc:740] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:11.436667  1970 consensus_queue.cc:260] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.437070  1975 consensus_queue.cc:260] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.437880  1970 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.438287  1975 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.500636  1678 raft_consensus.cc:1240] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Rejecting Update request from peer 0cc9193c46ac47b3a6056468be6edce2 for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:11.501890  1974 consensus_queue.cc:1059] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:11.502578  1968 raft_consensus.cc:3055] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:11.502895  1968 raft_consensus.cc:740] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:11.503543  1968 consensus_queue.cc:260] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.504446  1968 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:11.632302  1678 raft_consensus.cc:1240] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Rejecting Update request from peer 0cc9193c46ac47b3a6056468be6edce2 for earlier term 1. Current term is 2. Ops: []
I20260630 12:34:11.633450  1968 consensus_queue.cc:1059] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:11.634186  1974 raft_consensus.cc:3055] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:11.634471  1974 raft_consensus.cc:740] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:11.635080  1974 consensus_queue.cc:260] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:11.635917  1974 raft_consensus.cc:3060] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:12.044037  1925 debug-util.cc:398] Leaking SignalData structure 0x7b0800121260 after lost signal to thread 943
W20260630 12:34:12.044901  1925 debug-util.cc:398] Leaking SignalData structure 0x7b0800120ba0 after lost signal to thread 1538
W20260630 12:34:12.046312  1925 debug-util.cc:398] Leaking SignalData structure 0x7b08001661e0 after lost signal to thread 1705
W20260630 12:34:12.047072  1925 debug-util.cc:398] Leaking SignalData structure 0x7b080016b960 after lost signal to thread 1779
I20260630 12:34:12.491755  1982 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:12.492223  1982 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:12.493968  1982 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.494829  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 3 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.495182  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 3 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:12.496691  1570 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.497464  1982 raft_consensus.cc:2749] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:34:12.587790  1983 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:12.588260  1983 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.589951  1983 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.590842  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:12.591192  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.592027  1678 raft_consensus.cc:2393] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 2: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:12.591384  1604 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 2.
I20260630 12:34:12.593185  1720 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.593828  1983 raft_consensus.cc:2804] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:12.594197  1983 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:12.594477  1983 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:12.598737  1983 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.600571  1983 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.600944  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:12.601158  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:12.601734  1678 raft_consensus.cc:2393] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 2: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:12.608268  1604 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 2.
I20260630 12:34:12.609344  1720 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.610113  1983 raft_consensus.cc:2804] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:12.611119  1983 raft_consensus.cc:697] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:12.611729  1982 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:12.612088  1983 consensus_queue.cc:237] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.612208  1982 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.613523  1985 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:12.613863  1985 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.614439  1982 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.615769  1985 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.615819  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:12.616637  1754 raft_consensus.cc:2393] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc in current term 2: Already voted for candidate 0cc9193c46ac47b3a6056468be6edce2 in this term.
I20260630 12:34:12.617683  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.618374  1678 raft_consensus.cc:2468] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 2.
I20260630 12:34:12.617836  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.619045  1675 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 2.
I20260630 12:34:12.619665  1572 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:12.620335  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:12.620554  1572 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:12.621040  1754 raft_consensus.cc:2393] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc in current term 2: Already voted for candidate 0cc9193c46ac47b3a6056468be6edce2 in this term.
I20260630 12:34:12.621297  1982 raft_consensus.cc:2804] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:12.621410  1985 raft_consensus.cc:2804] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:12.621706  1982 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting leader election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:12.621827  1985 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting leader election (detected failure of leader e73c074ddf814715a5bea8511a200c24)
I20260630 12:34:12.622177  1982 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:12.622267  1985 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:12.629941  1982 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.633246  1501 catalog_manager.cc:5697] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 1 to 2, leader changed from efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1) to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3). New cstate: current_term: 2 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:12.633982  1985 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.634111  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:12.636039  1985 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 election: Requested vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.636909  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:12.637650  1754 raft_consensus.cc:2393] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc in current term 2: Already voted for candidate 0cc9193c46ac47b3a6056468be6edce2 in this term.
I20260630 12:34:12.637809  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:12.638573  1755 raft_consensus.cc:2393] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc in current term 2: Already voted for candidate 0cc9193c46ac47b3a6056468be6edce2 in this term.
I20260630 12:34:12.639746  1982 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 election: Requested vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.639676  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:12.642838  1675 raft_consensus.cc:2468] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 2.
I20260630 12:34:12.644019  1572 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:12.645356  1982 raft_consensus.cc:2804] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:12.645977  1982 raft_consensus.cc:697] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Becoming Leader. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:12.647006  1678 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 2.
I20260630 12:34:12.647047  1982 consensus_queue.cc:237] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.648624  1572 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:12.649664  1985 raft_consensus.cc:2804] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:12.650966  1985 raft_consensus.cc:697] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Becoming Leader. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:12.651885  1985 consensus_queue.cc:237] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.656924  1983 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:12.657569  1983 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:12.660151  1983 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.661540  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.661971  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:12.662492  1675 raft_consensus.cc:2393] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 2: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:12.662755  1604 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 2.
I20260630 12:34:12.664155  1720 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.665382  1983 raft_consensus.cc:2804] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:12.665776  1983 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:12.666160  1983 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:12.671892  1503 catalog_manager.cc:5697] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc reported cstate change: term changed from 1 to 2, leader changed from e73c074ddf814715a5bea8511a200c24 (127.0.235.2) to efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1). New cstate: current_term: 2 leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:12.674372  1983 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:12.676326  1983 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 2 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.676879  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:12.677371  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:12.678069  1675 raft_consensus.cc:2393] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 2: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:12.683461  1604 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 2.
I20260630 12:34:12.684482  1720 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.685257  1983 raft_consensus.cc:2804] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:12.685721  1983 raft_consensus.cc:697] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:12.686475  1983 consensus_queue.cc:237] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:12.687052  1503 catalog_manager.cc:5697] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc reported cstate change: term changed from 1 to 2, leader changed from e73c074ddf814715a5bea8511a200c24 (127.0.235.2) to efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1). New cstate: current_term: 2 leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:12.696693  1501 catalog_manager.cc:5697] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 1 to 2, leader changed from efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1) to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3), now has a pending config: VOTER efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1), VOTER e73c074ddf814715a5bea8511a200c24 (127.0.235.2), VOTER 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3), NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4). New cstate: current_term: 2 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } } pending_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:12.726418  1983 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:12.726994  1983 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.729219  1983 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.729875  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:12.730284  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.730932  1675 raft_consensus.cc:2468] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 2.
I20260630 12:34:12.731962  1721 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:12.732607  1983 raft_consensus.cc:2804] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:34:12.732985  1983 raft_consensus.cc:493] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:12.733328  1983 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.740620  1983 raft_consensus.cc:515] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.742669  1983 leader_election.cc:290] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 3 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.743366  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:12.743729  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "57e3189691eb484bb979555d83f36eff" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:12.744297  1675 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.744901  1982 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:12.745328  1982 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.746943  1982 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.747620  1678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.748337  1678 raft_consensus.cc:2393] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc in current term 2: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:12.748418  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:12.749051  1755 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 2.
I20260630 12:34:12.750072  1570 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.750494  1975 raft_consensus.cc:493] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:12.750932  1975 raft_consensus.cc:515] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.751186  1982 raft_consensus.cc:2804] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:12.751210  1675 raft_consensus.cc:2468] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 3.
I20260630 12:34:12.751637  1982 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting leader election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:12.752055  1982 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:12.752821  1975 leader_election.cc:290] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.754451  1721 leader_election.cc:304] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:12.755283  1983 raft_consensus.cc:2804] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:34:12.755913  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:12.756438  1983 raft_consensus.cc:697] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 3 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:12.756606  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:12.757241  1755 raft_consensus.cc:2468] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 2.
I20260630 12:34:12.757293  1983 consensus_queue.cc:237] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.758653  1645 leader_election.cc:304] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:12.759950  1975 raft_consensus.cc:2804] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:34:12.760313  1975 raft_consensus.cc:493] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:12.760681  1975 raft_consensus.cc:3060] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.763232  1982 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.765981  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:12.766781  1675 raft_consensus.cc:2393] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc in current term 2: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:12.768900  1982 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 election: Requested vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.769470  1755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:12.769659  1975 raft_consensus.cc:515] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.773519  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:12.774883  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:12.775132  1975 leader_election.cc:290] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.775420  1754 raft_consensus.cc:3060] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.777881  1501 catalog_manager.cc:5697] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 2 to 3, leader changed from efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1) to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3). New cstate: current_term: 3 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:12.778995  1755 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 2.
I20260630 12:34:12.780153  1570 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.781180  1982 raft_consensus.cc:2804] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:12.781625  1982 raft_consensus.cc:697] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Becoming Leader. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:12.781831  1754 raft_consensus.cc:2468] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 3.
I20260630 12:34:12.782459  1982 consensus_queue.cc:237] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.783069  1645 leader_election.cc:304] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:12.784125  1975 raft_consensus.cc:2804] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:34:12.791848  1975 raft_consensus.cc:697] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Becoming Leader. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:12.792802  1975 consensus_queue.cc:237] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.796254  1501 catalog_manager.cc:5697] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc reported cstate change: term changed from 1 to 2, leader changed from 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3) to efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1). New cstate: current_term: 2 leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:12.800592  1503 catalog_manager.cc:5697] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 reported cstate change: term changed from 1 to 3, leader changed from 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3) to e73c074ddf814715a5bea8511a200c24 (127.0.235.2). New cstate: current_term: 3 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:12.848611  1975 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:12.849125  1975 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.851267  1975 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.851696  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:12.851903  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:12.852347  1604 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 2.
I20260630 12:34:12.853363  1646 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:12.853976  1975 raft_consensus.cc:2804] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:34:12.854367  1975 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:12.854645  1975 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.859088  1975 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.860567  1975 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.861251  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:12.861553  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:12.861841  1604 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.868537  1604 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 3.
I20260630 12:34:12.869649  1646 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [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: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:12.870296  1975 raft_consensus.cc:2804] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:34:12.870774  1975 raft_consensus.cc:697] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Becoming Leader. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:12.871522  1975 consensus_queue.cc:237] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.879089  1503 catalog_manager.cc:5697] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 reported cstate change: term changed from 2 to 3, leader changed from 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3) to e73c074ddf814715a5bea8511a200c24 (127.0.235.2). New cstate: current_term: 3 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:12.900974  1983 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:12.901391  1983 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.903122  1983 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.904129  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.904623  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:12.904958  1675 raft_consensus.cc:2393] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 3: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:12.905223  1604 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 3.
I20260630 12:34:12.906258  1720 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.906872  1983 raft_consensus.cc:2804] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:34:12.907217  1983 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting leader election (detected failure of leader efde9e62dfc34d6c86d68ecf91829fcc)
I20260630 12:34:12.907506  1983 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.911873  1983 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.913458  1983 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 3 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.914112  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:12.914291  1975 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:12.914781  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:12.914870  1975 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.916107  1675 raft_consensus.cc:2393] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate 0cc9193c46ac47b3a6056468be6edce2 in current term 3: Already voted for candidate e73c074ddf814715a5bea8511a200c24 in this term.
I20260630 12:34:12.917289  1975 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.917650  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 4 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:12.919581  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 4 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:12.920168  1754 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 3.
I20260630 12:34:12.920279  1604 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 3.
I20260630 12:34:12.921175  1720 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: e73c074ddf814715a5bea8511a200c24
I20260630 12:34:12.921398  1645 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:12.921919  1983 raft_consensus.cc:2804] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:34:12.922221  1975 raft_consensus.cc:2804] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader pre-election won for term 4
I20260630 12:34:12.922529  1983 raft_consensus.cc:697] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 3 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:12.922572  1975 raft_consensus.cc:493] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:12.923139  1975 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:34:12.923542  1983 consensus_queue.cc:237] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.930330  1975 raft_consensus.cc:515] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.932237  1975 leader_election.cc:290] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 4 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:12.932572  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 4 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:12.933017  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "556948ef395b4d25908e59026ec4086c" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 4 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:12.933110  1604 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:34:12.935933  1503 catalog_manager.cc:5697] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 2 to 3, leader changed from efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1) to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3). New cstate: current_term: 3 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:12.937697  1983 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:12.938155  1604 raft_consensus.cc:2468] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 4.
I20260630 12:34:12.938234  1983 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.939268  1646 leader_election.cc:304] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 4 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:12.940327  1975 raft_consensus.cc:2804] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 FOLLOWER]: Leader election won for term 4
I20260630 12:34:12.940786  1975 raft_consensus.cc:697] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 LEADER]: Becoming Leader. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:12.940899  1983 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.942602  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:12.941607  1975 consensus_queue.cc:237] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.944967  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:12.945595  1675 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 2.
I20260630 12:34:12.946817  1721 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:12.947611  1983 raft_consensus.cc:2804] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:34:12.948037  1983 raft_consensus.cc:493] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:12.948392  1983 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.954741  1983 raft_consensus.cc:515] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.954718  1503 catalog_manager.cc:5697] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 reported cstate change: term changed from 3 to 4, leader changed from 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3) to e73c074ddf814715a5bea8511a200c24 (127.0.235.2). New cstate: current_term: 4 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:12.956766  1983 leader_election.cc:290] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 3 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:12.957988  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:12.958061  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4125f36aa4fb4c91b46f6637fcc97ce6" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:12.958761  1675 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:12.963968  1675 raft_consensus.cc:2468] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 3.
I20260630 12:34:12.964833  1721 leader_election.cc:304] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:12.965550  1983 raft_consensus.cc:2804] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:34:12.966068  1983 raft_consensus.cc:697] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:12.966867  1983 consensus_queue.cc:237] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:12.975062  1503 catalog_manager.cc:5697] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 2 to 3, leader changed from efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1) to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3). New cstate: current_term: 3 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:13.028965  1557 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:13.031611  1975 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:13.032042  1975 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.034493  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:13.034760  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:13.035324  1754 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 2.
I20260630 12:34:13.036520  1645 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [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: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:13.037317  1996 raft_consensus.cc:2804] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:34:13.037674  1996 raft_consensus.cc:493] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:13.037983  1996 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.038489  1604 raft_consensus.cc:1240] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Rejecting Update request from peer 0cc9193c46ac47b3a6056468be6edce2 for earlier term 2. Current term is 3. Ops: []
I20260630 12:34:13.039405  1754 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e"
dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
mode: GRACEFUL
new_leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
 from {username='slave'} at 127.0.0.1:33878
I20260630 12:34:13.039994  1754 raft_consensus.cc:606] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Received request to transfer leadership to TS efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:13.040030  1983 consensus_queue.cc:1059] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: INVALID_TERM, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:13.041040  1984 raft_consensus.cc:3055] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:34:13.041180  1975 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:13.041420  1984 raft_consensus.cc:740] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:13.042423  1984 consensus_queue.cc:260] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.043604  1984 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.048316  1996 raft_consensus.cc:515] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.053215  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:13.055166  1675 raft_consensus.cc:1240] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Rejecting Update request from peer efde9e62dfc34d6c86d68ecf91829fcc for earlier term 2. Current term is 3. Ops: []
I20260630 12:34:13.055379  1996 leader_election.cc:290] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:13.056006  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06996d075e434d33b79be7732bab58a2" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:13.053835  1754 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.056907  1982 consensus_queue.cc:1059] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: INVALID_TERM, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.057698  1982 raft_consensus.cc:3055] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:34:13.058037  1982 raft_consensus.cc:740] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:13.059332  1982 consensus_queue.cc:260] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.060428  1982 raft_consensus.cc:3060] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.063109  1754 raft_consensus.cc:2468] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e73c074ddf814715a5bea8511a200c24 in term 3.
I20260630 12:34:13.064479  1645 leader_election.cc:304] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, e73c074ddf814715a5bea8511a200c24; no voters: 
I20260630 12:34:13.065492  1996 raft_consensus.cc:2804] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:34:13.066635  1996 raft_consensus.cc:697] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Becoming Leader. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:13.067425  1996 consensus_queue.cc:237] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.068413  1675 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c46f0905c72049658a897b249f5562f9"
dest_uuid: "e73c074ddf814715a5bea8511a200c24"
mode: GRACEFUL
new_leader_uuid: "0cc9193c46ac47b3a6056468be6edce2"
 from {username='slave'} at 127.0.0.1:40088
I20260630 12:34:13.068996  1675 raft_consensus.cc:606] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Received request to transfer leadership to TS 0cc9193c46ac47b3a6056468be6edce2
I20260630 12:34:13.070315  1557 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260630 12:34:13.070959  1557 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:13.072685  1975 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:13.073161  1975 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.075237  1975 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:13.075958  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" is_pre_election: true
I20260630 12:34:13.076839  1604 raft_consensus.cc:2410] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e73c074ddf814715a5bea8511a200c24 for term 3 because replica has last-logged OpId of term: 1 index: 2, which is greater than that of the candidate, which has last-logged OpId of term: 1 index: 1.
I20260630 12:34:13.076771  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "e73c074ddf814715a5bea8511a200c24" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:13.076884  1982 raft_consensus.cc:493] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0cc9193c46ac47b3a6056468be6edce2)
I20260630 12:34:13.077551  1982 raft_consensus.cc:515] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.078435  1645 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: e73c074ddf814715a5bea8511a200c24; no voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc
I20260630 12:34:13.079340  1982 leader_election.cc:290] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:13.079526  1975 raft_consensus.cc:2749] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:34:13.075543  1503 catalog_manager.cc:5697] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 reported cstate change: term changed from 2 to 3, leader changed from efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1) to e73c074ddf814715a5bea8511a200c24 (127.0.235.2). New cstate: current_term: 3 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:13.080047  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "e73c074ddf814715a5bea8511a200c24" is_pre_election: true
I20260630 12:34:13.080745  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "500a71e9d69a43368d5ceee26d6e163d" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0cc9193c46ac47b3a6056468be6edce2" is_pre_election: true
I20260630 12:34:13.081514  1754 raft_consensus.cc:2368] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc for earlier term 2. Current term is 3.
I20260630 12:34:13.082490  1570 leader_election.cc:400] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Vote denied by peer 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895) with higher term. Message: Invalid argument: T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc for earlier term 2. Current term is 3.
I20260630 12:34:13.082768  1570 leader_election.cc:403] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 2 pre-election: Cancelling election due to peer responding with higher term
I20260630 12:34:13.083222  1982 raft_consensus.cc:3060] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.088866  1982 raft_consensus.cc:2749] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Leader pre-election lost for term 2. Reason: Vote denied by peer 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895) with higher term. Message: Invalid argument: T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate efde9e62dfc34d6c86d68ecf91829fcc for earlier term 2. Current term is 3.
I20260630 12:34:13.092039  1604 raft_consensus.cc:1275] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Refusing update from remote peer 0cc9193c46ac47b3a6056468be6edce2: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:34:13.093179  1984 consensus_queue.cc:1048] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.098966  1983 raft_consensus.cc:993] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2: : Instructing follower efde9e62dfc34d6c86d68ecf91829fcc to start an election
I20260630 12:34:13.099648  1984 raft_consensus.cc:1081] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Signalling peer efde9e62dfc34d6c86d68ecf91829fcc to start an election
I20260630 12:34:13.101902  1603 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e"
dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
 from {username='slave'} at 127.0.0.1:38724
I20260630 12:34:13.102612  1603 raft_consensus.cc:493] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:13.103058  1603 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.105122  1983 raft_consensus.cc:2955] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.108319  1603 raft_consensus.cc:515] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:13.109166  1604 raft_consensus.cc:1240] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Rejecting Update request from peer 0cc9193c46ac47b3a6056468be6edce2 for earlier term 2. Current term is 3. Ops: []
I20260630 12:34:13.110858  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:13.111989  1675 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.112413  1754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3f47e0916454f8ca67f50f43ee8ff2e" candidate_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
I20260630 12:34:13.113108  1984 consensus_queue.cc:1059] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: INVALID_TERM, Last received: 2.3, Next index: 4, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.117462  1675 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 3.
I20260630 12:34:13.111056  1603 leader_election.cc:290] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 3 election: Requested vote from peers e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665), 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3:42895)
I20260630 12:34:13.118476  1572 leader_election.cc:304] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: e73c074ddf814715a5bea8511a200c24, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:13.119314  1982 raft_consensus.cc:2804] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:34:13.120361  1982 raft_consensus.cc:697] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 3 LEADER]: Becoming Leader. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:13.122052  1982 consensus_queue.cc:237] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.3, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:13.135215  1675 raft_consensus.cc:1240] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Rejecting Update request from peer 0cc9193c46ac47b3a6056468be6edce2 for earlier term 2. Current term is 3. Ops: []
I20260630 12:34:13.136761  2007 consensus_queue.cc:1059] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true }, Status: INVALID_TERM, Last received: 0.0, Next index: 3, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.136389  1503 catalog_manager.cc:5697] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc reported cstate change: term changed from 2 to 3, leader changed from 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3) to efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1), pending config changed. New cstate: current_term: 3 leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: UNKNOWN } } } pending_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.150681  1754 raft_consensus.cc:3055] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:34:13.151047  1754 raft_consensus.cc:740] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:13.151890  1754 consensus_queue.cc:260] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:13.153036  1754 raft_consensus.cc:3060] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.156872  1503 catalog_manager.cc:5697] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: config changed from index -1 to 2, term changed from 3 to 2, leader changed from efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1) to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3), NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added, no longer has a pending config: VOTER efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1), VOTER e73c074ddf814715a5bea8511a200c24 (127.0.235.2), VOTER 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3), NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4). New cstate: current_term: 2 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:13.158991  1755 raft_consensus.cc:1240] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 3 LEADER]: Rejecting Update request from peer efde9e62dfc34d6c86d68ecf91829fcc for earlier term 2. Current term is 3. Ops: []
I20260630 12:34:13.160636  1982 consensus_queue.cc:1059] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: INVALID_TERM, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.161202  1982 consensus_queue.cc:1243] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Peer 0cc9193c46ac47b3a6056468be6edce2 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 1
I20260630 12:34:13.160410  1754 raft_consensus.cc:2468] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate efde9e62dfc34d6c86d68ecf91829fcc in term 3.
I20260630 12:34:13.161594  1985 raft_consensus.cc:3055] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:34:13.162046  1985 raft_consensus.cc:740] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:13.162844  1985 consensus_queue.cc:260] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.163926  1985 raft_consensus.cc:3060] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.175768  1603 raft_consensus.cc:1275] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Refusing update from remote peer 0cc9193c46ac47b3a6056468be6edce2: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 2. (term mismatch)
I20260630 12:34:13.176158  1603 pending_rounds.cc:85] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc: Aborting all ops after (but not including) 1
I20260630 12:34:13.176429  1603 pending_rounds.cc:107] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc: Aborting uncommitted NO_OP operation due to leader change: 2.2
I20260630 12:34:13.176745  1603 raft_consensus.cc:2889] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:34:13.178076  1983 consensus_queue.cc:1048] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.186955  1675 raft_consensus.cc:1275] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Refusing update from remote peer 0cc9193c46ac47b3a6056468be6edce2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:34:13.188203  1983 consensus_queue.cc:1048] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.221886  1675 raft_consensus.cc:1240] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Rejecting Update request from peer efde9e62dfc34d6c86d68ecf91829fcc for earlier term 2. Current term is 3. Ops: []
I20260630 12:34:13.223297  1985 consensus_queue.cc:1059] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: INVALID_TERM, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.223903  1985 consensus_queue.cc:1243] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Peer e73c074ddf814715a5bea8511a200c24 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 1
I20260630 12:34:13.224278  1982 raft_consensus.cc:3055] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:34:13.224637  1982 raft_consensus.cc:740] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 LEADER]: Becoming Follower/Learner. State: Replica: efde9e62dfc34d6c86d68ecf91829fcc, State: Running, Role: LEADER
I20260630 12:34:13.225430  1982 consensus_queue.cc:260] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.226580  1982 raft_consensus.cc:3060] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:34:13.258352  1754 raft_consensus.cc:1275] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:34:13.259932  1975 consensus_queue.cc:1048] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.268616  1603 raft_consensus.cc:1275] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:34:13.270490  1975 consensus_queue.cc:1048] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.306537  1603 raft_consensus.cc:1240] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Rejecting Update request from peer 0cc9193c46ac47b3a6056468be6edce2 for earlier term 3. Current term is 4. Ops: []
I20260630 12:34:13.307724  1983 consensus_queue.cc:1059] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: INVALID_TERM, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:13.308323  2007 raft_consensus.cc:3055] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 3 LEADER]: Stepping down as leader of term 3
I20260630 12:34:13.308609  2007 raft_consensus.cc:740] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:13.309346  2007 consensus_queue.cc:260] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.3, Last appended by leader: 3, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.310262  2007 raft_consensus.cc:3060] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:34:13.314917  1754 raft_consensus.cc:1275] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 2. (term mismatch)
I20260630 12:34:13.315279  1754 pending_rounds.cc:85] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: Aborting all ops after (but not including) 1
I20260630 12:34:13.315519  1754 pending_rounds.cc:107] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: Aborting uncommitted NO_OP operation due to leader change: 2.2
I20260630 12:34:13.315819  1754 raft_consensus.cc:2889] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:34:13.317080  1975 consensus_queue.cc:1048] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.322172  2016 raft_consensus.cc:993] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24: : Instructing follower 0cc9193c46ac47b3a6056468be6edce2 to start an election
I20260630 12:34:13.322652  2016 raft_consensus.cc:1081] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Signalling peer 0cc9193c46ac47b3a6056468be6edce2 to start an election
I20260630 12:34:13.324540  1755 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "c46f0905c72049658a897b249f5562f9"
dest_uuid: "0cc9193c46ac47b3a6056468be6edce2"
 from {username='slave'} at 127.0.0.1:33588
I20260630 12:34:13.326977  1603 raft_consensus.cc:1275] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:34:13.327692  1755 raft_consensus.cc:493] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:13.328085  1755 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:34:13.328552  1975 consensus_queue.cc:1048] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.335420  1755 raft_consensus.cc:515] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.341878  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: true dest_uuid: "efde9e62dfc34d6c86d68ecf91829fcc"
I20260630 12:34:13.342216  1675 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c46f0905c72049658a897b249f5562f9" candidate_uuid: "0cc9193c46ac47b3a6056468be6edce2" candidate_term: 4 candidate_status { last_received { term: 3 index: 2 } } ignore_live_leader: true dest_uuid: "e73c074ddf814715a5bea8511a200c24"
I20260630 12:34:13.342461  1604 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:34:13.342849  1675 raft_consensus.cc:3055] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Stepping down as leader of term 3
I20260630 12:34:13.343178  1675 raft_consensus.cc:740] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: e73c074ddf814715a5bea8511a200c24, State: Running, Role: LEADER
I20260630 12:34:13.343961  1675 consensus_queue.cc:260] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 2, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.344887  1675 raft_consensus.cc:3060] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Advancing to term 4
I20260630 12:34:13.348105  1755 leader_election.cc:290] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 4 election: Requested vote from peers efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275), e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665)
I20260630 12:34:13.348799  1604 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 4.
I20260630 12:34:13.349891  1720 leader_election.cc:304] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [CANDIDATE]: Term 4 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0cc9193c46ac47b3a6056468be6edce2, efde9e62dfc34d6c86d68ecf91829fcc; no voters: 
I20260630 12:34:13.350710  2007 raft_consensus.cc:2804] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: Leader election won for term 4
I20260630 12:34:13.351194  2007 raft_consensus.cc:697] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 4 LEADER]: Becoming Leader. State: Replica: 0cc9193c46ac47b3a6056468be6edce2, State: Running, Role: LEADER
I20260630 12:34:13.351884  2007 consensus_queue.cc:237] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [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: 2, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } }
I20260630 12:34:13.352736  1675 raft_consensus.cc:2468] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0cc9193c46ac47b3a6056468be6edce2 in term 4.
I20260630 12:34:13.359047  1501 catalog_manager.cc:5697] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 3 to 4, leader changed from e73c074ddf814715a5bea8511a200c24 (127.0.235.2) to 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3). New cstate: current_term: 4 leader_uuid: "0cc9193c46ac47b3a6056468be6edce2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:13.445514  1604 raft_consensus.cc:1275] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 4 index: 3. (index mismatch)
I20260630 12:34:13.446784  1975 consensus_queue.cc:1048] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:13.455261  1755 raft_consensus.cc:1275] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 4 index: 3. (term mismatch)
I20260630 12:34:13.455577  1755 pending_rounds.cc:85] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: Aborting all ops after (but not including) 2
I20260630 12:34:13.455832  1755 pending_rounds.cc:107] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: Aborting uncommitted NO_OP operation due to leader change: 3.3
I20260630 12:34:13.456029  1755 raft_consensus.cc:2889] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:34:13.457624  2016 consensus_queue.cc:1048] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:13.515013  1604 raft_consensus.cc:1275] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Refusing update from remote peer 0cc9193c46ac47b3a6056468be6edce2: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 2. (term mismatch)
I20260630 12:34:13.515321  1604 pending_rounds.cc:85] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc: Aborting all ops after (but not including) 1
I20260630 12:34:13.515559  1604 pending_rounds.cc:107] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc: Aborting uncommitted NO_OP operation due to leader change: 2.2
I20260630 12:34:13.515770  1604 raft_consensus.cc:2889] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:34:13.517011  2007 consensus_queue.cc:1048] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:34:13.524011  1572 consensus_peers.cc:597] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc -> Peer 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4:44215): Couldn't send request to peer 8aeb222eea6b44d98bffc35b1ef11f43. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c3f47e0916454f8ca67f50f43ee8ff2e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:13.524771  1675 raft_consensus.cc:1275] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Refusing update from remote peer 0cc9193c46ac47b3a6056468be6edce2: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:34:13.526340  2007 consensus_queue.cc:1048] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.573808  1755 raft_consensus.cc:1275] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Refusing update from remote peer efde9e62dfc34d6c86d68ecf91829fcc: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:34:13.574230  1604 raft_consensus.cc:1275] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 2. (term mismatch)
I20260630 12:34:13.574584  1604 pending_rounds.cc:85] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc: Aborting all ops after (but not including) 1
I20260630 12:34:13.574828  1604 pending_rounds.cc:107] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc: Aborting uncommitted NO_OP operation due to leader change: 2.2
I20260630 12:34:13.575070  1604 raft_consensus.cc:2889] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:34:13.575187  1982 consensus_queue.cc:1048] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:13.576385  2016 consensus_queue.cc:1048] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.582470  1982 raft_consensus.cc:2955] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 3 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.583276  1503 catalog_manager.cc:5697] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 reported cstate change: term changed from 2 to 3, leader changed from 0cc9193c46ac47b3a6056468be6edce2 (127.0.235.3) to efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1). New cstate: current_term: 3 leader_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.587746  1754 raft_consensus.cc:1275] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:34:13.589329  2016 consensus_queue.cc:1048] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.609922  1982 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.BulkChangeConfig from 127.0.0.1:48104 (request call id 1) took 2466 ms. Trace:
I20260630 12:34:13.610380  1982 rpcz_store.cc:276] 0630 12:34:11.143853 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:34:11.144005 (+   152us) service_pool.cc:224] Handling call
0630 12:34:11.148572 (+  4567us) log.cc:844] Serialized 492 byte log entry
0630 12:34:13.609845 (+2461273us) inbound_call.cc:177] Queueing success response
Metrics: {"dns_us":157,"mutex_wait_us":7,"raft.queue_time_us":1167,"raft.run_cpu_time_us":1888,"raft.run_wall_time_us":1887,"spinlock_wait_cycles":1408,"thread_start_us":557,"threads_started":1,"wal-append.queue_time_us":860,"wal-append.run_cpu_time_us":1685,"wal-append.run_wall_time_us":1001730}
I20260630 12:34:13.621711  1675 raft_consensus.cc:1275] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Refusing update from remote peer efde9e62dfc34d6c86d68ecf91829fcc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:34:13.623230  1985 consensus_queue.cc:1048] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.637835  1675 raft_consensus.cc:2955] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.641975  1678 consensus_queue.cc:237] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [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: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } attrs { replace: true } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
I20260630 12:34:13.651398  1752 raft_consensus.cc:1275] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:13.653445  1996 consensus_queue.cc:1048] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:13.656863  1604 raft_consensus.cc:1275] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:13.662513  1996 consensus_queue.cc:1048] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:34:13.669832  1647 consensus_peers.cc:597] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 -> Peer 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4:44215): Couldn't send request to peer 8aeb222eea6b44d98bffc35b1ef11f43. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e16a5b1505f148e68ebbc58887ae0593. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:13.674108  1996 raft_consensus.cc:2955] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } attrs { replace: true } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.677542  1604 raft_consensus.cc:2955] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } attrs { replace: true } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.678013  1752 raft_consensus.cc:2955] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } attrs { replace: true } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.687552  1503 catalog_manager.cc:5697] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 reported cstate change: config changed from index -1 to 2, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:13.688966  1675 consensus_queue.cc:237] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 4.3, Last appended by leader: 2, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } }
W20260630 12:34:13.696216  1647 consensus_peers.cc:597] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 -> Peer 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4:44215): Couldn't send request to peer 8aeb222eea6b44d98bffc35b1ef11f43. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 556948ef395b4d25908e59026ec4086c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:13.700125  1603 raft_consensus.cc:1275] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 4 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260630 12:34:13.701602  1752 raft_consensus.cc:1275] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: Refusing update from remote peer e73c074ddf814715a5bea8511a200c24: Log matching property violated. Preceding OpId in replica: term: 4 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260630 12:34:13.701622  2016 consensus_queue.cc:1048] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:34:13.705641  2016 consensus_queue.cc:1048] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:13.710130  1975 raft_consensus.cc:2955] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 LEADER]: Committing config change with OpId 4.4: config changed from index -1 to 4, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.713382  1752 raft_consensus.cc:2955] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: Committing config change with OpId 4.4: config changed from index -1 to 4, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.713896  1603 raft_consensus.cc:2955] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Committing config change with OpId 4.4: config changed from index -1 to 4, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.726998  1503 catalog_manager.cc:5697] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc reported cstate change: config changed from index -1 to 4, NON_VOTER 8aeb222eea6b44d98bffc35b1ef11f43 (127.0.235.4) added. New cstate: current_term: 4 leader_uuid: "e73c074ddf814715a5bea8511a200c24" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "efde9e62dfc34d6c86d68ecf91829fcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35275 } } peers { permanent_uuid: "e73c074ddf814715a5bea8511a200c24" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38665 } attrs { replace: true } } peers { permanent_uuid: "0cc9193c46ac47b3a6056468be6edce2" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42895 } } peers { permanent_uuid: "8aeb222eea6b44d98bffc35b1ef11f43" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 44215 } attrs { promote: true } } }
I20260630 12:34:13.739989  1675 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "556948ef395b4d25908e59026ec4086c"
dest_uuid: "e73c074ddf814715a5bea8511a200c24"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:38894
I20260630 12:34:13.740849  1675 raft_consensus.cc:606] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 LEADER]: Received request to transfer leadership
I20260630 12:34:13.744690  1675 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "556948ef395b4d25908e59026ec4086c"
dest_uuid: "e73c074ddf814715a5bea8511a200c24"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:38894
I20260630 12:34:13.745239  1675 raft_consensus.cc:606] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 LEADER]: Received request to transfer leadership
W20260630 12:34:13.746584  1491 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for 556948ef395b4d25908e59026ec4086c already in progress [suppressed 5 similar messages]
I20260630 12:34:13.749553  1675 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "556948ef395b4d25908e59026ec4086c"
dest_uuid: "e73c074ddf814715a5bea8511a200c24"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:38894
I20260630 12:34:13.750116  1675 raft_consensus.cc:606] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 LEADER]: Received request to transfer leadership
I20260630 12:34:13.787951   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
W20260630 12:34:13.809180  1720 consensus_peers.cc:597] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 -> Peer efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275): Couldn't send request to peer efde9e62dfc34d6c86d68ecf91829fcc. 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:34:13.818852   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:13.819586   940 tablet_replica.cc:333] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc: stopping tablet replica
I20260630 12:34:13.820286   940 raft_consensus.cc:2243] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.820895   940 raft_consensus.cc:2272] T 57e3189691eb484bb979555d83f36eff P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.823303   940 tablet_replica.cc:333] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc: stopping tablet replica
I20260630 12:34:13.823853   940 raft_consensus.cc:2243] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.824249   940 raft_consensus.cc:2272] T 4125f36aa4fb4c91b46f6637fcc97ce6 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.826606   940 tablet_replica.cc:333] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc: stopping tablet replica
I20260630 12:34:13.827090   940 raft_consensus.cc:2243] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.827447   940 raft_consensus.cc:2272] T 500a71e9d69a43368d5ceee26d6e163d P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.829406   940 tablet_replica.cc:333] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc: stopping tablet replica
I20260630 12:34:13.829914   940 raft_consensus.cc:2243] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.830399   940 raft_consensus.cc:2272] T 556948ef395b4d25908e59026ec4086c P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.837859   940 tablet_replica.cc:333] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc: stopping tablet replica
I20260630 12:34:13.838400   940 raft_consensus.cc:2243] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.838853   940 raft_consensus.cc:2272] T 06996d075e434d33b79be7732bab58a2 P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.841548   940 tablet_replica.cc:333] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc: stopping tablet replica
I20260630 12:34:13.842080   940 raft_consensus.cc:2243] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.842470   940 raft_consensus.cc:2272] T c46f0905c72049658a897b249f5562f9 P efde9e62dfc34d6c86d68ecf91829fcc [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.844395   940 tablet_replica.cc:333] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc: stopping tablet replica
I20260630 12:34:13.844842   940 raft_consensus.cc:2243] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.845242   940 raft_consensus.cc:2272] T e16a5b1505f148e68ebbc58887ae0593 P efde9e62dfc34d6c86d68ecf91829fcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.847167   940 tablet_replica.cc:333] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc: stopping tablet replica
I20260630 12:34:13.847602   940 raft_consensus.cc:2243] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:34:13.848537   940 raft_consensus.cc:2272] T c3f47e0916454f8ca67f50f43ee8ff2e P efde9e62dfc34d6c86d68ecf91829fcc [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.867782   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:34:13.885393   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:34:13.913195   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:13.913836   940 tablet_replica.cc:333] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24: stopping tablet replica
I20260630 12:34:13.914430   940 raft_consensus.cc:2243] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.914855   940 raft_consensus.cc:2272] T 57e3189691eb484bb979555d83f36eff P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.916996   940 tablet_replica.cc:333] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24: stopping tablet replica
I20260630 12:34:13.917487   940 raft_consensus.cc:2243] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.917872   940 raft_consensus.cc:2272] T c46f0905c72049658a897b249f5562f9 P e73c074ddf814715a5bea8511a200c24 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.919971   940 tablet_replica.cc:333] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24: stopping tablet replica
I20260630 12:34:13.920469   940 raft_consensus.cc:2243] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:34:13.921109   940 raft_consensus.cc:2272] T 500a71e9d69a43368d5ceee26d6e163d P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.923122   940 tablet_replica.cc:333] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24: stopping tablet replica
I20260630 12:34:13.923609   940 raft_consensus.cc:2243] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:34:13.924281   940 raft_consensus.cc:2272] T 06996d075e434d33b79be7732bab58a2 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.926198   940 tablet_replica.cc:333] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24: stopping tablet replica
I20260630 12:34:13.926676   940 raft_consensus.cc:2243] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 LEADER]: Raft consensus shutting down.
I20260630 12:34:13.927495   940 raft_consensus.cc:2272] T 556948ef395b4d25908e59026ec4086c P e73c074ddf814715a5bea8511a200c24 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.929333   940 tablet_replica.cc:333] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24: stopping tablet replica
I20260630 12:34:13.929869   940 raft_consensus.cc:2243] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.930289   940 raft_consensus.cc:2272] T 4125f36aa4fb4c91b46f6637fcc97ce6 P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.932301   940 tablet_replica.cc:333] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24: stopping tablet replica
I20260630 12:34:13.932747   940 raft_consensus.cc:2243] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:13.933158   940 raft_consensus.cc:2272] T c3f47e0916454f8ca67f50f43ee8ff2e P e73c074ddf814715a5bea8511a200c24 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:13.935231   940 tablet_replica.cc:333] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24: stopping tablet replica
I20260630 12:34:13.935664   940 raft_consensus.cc:2243] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:13.936443   940 raft_consensus.cc:2272] T e16a5b1505f148e68ebbc58887ae0593 P e73c074ddf814715a5bea8511a200c24 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:34:13.943252  1721 consensus_peers.cc:597] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 -> Peer e73c074ddf814715a5bea8511a200c24 (127.0.235.2:38665): Couldn't send request to peer e73c074ddf814715a5bea8511a200c24. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:34:13.962620  1720 consensus_peers.cc:597] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 -> Peer efde9e62dfc34d6c86d68ecf91829fcc (127.0.235.1:35275): Couldn't send request to peer efde9e62dfc34d6c86d68ecf91829fcc. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:35275: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:13.967168   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:34:13.991659   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:34:14.018795   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:14.019419   940 tablet_replica.cc:333] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2: stopping tablet replica
I20260630 12:34:14.019991   940 raft_consensus.cc:2243] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:34:14.020677   940 raft_consensus.cc:2272] T 57e3189691eb484bb979555d83f36eff P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:14.023044   940 tablet_replica.cc:333] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2: stopping tablet replica
I20260630 12:34:14.023536   940 raft_consensus.cc:2243] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:14.023970   940 raft_consensus.cc:2272] T e16a5b1505f148e68ebbc58887ae0593 P 0cc9193c46ac47b3a6056468be6edce2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:14.026139   940 tablet_replica.cc:333] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2: stopping tablet replica
I20260630 12:34:14.026607   940 raft_consensus.cc:2243] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:14.026984   940 raft_consensus.cc:2272] T 500a71e9d69a43368d5ceee26d6e163d P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:14.028877   940 tablet_replica.cc:333] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2: stopping tablet replica
I20260630 12:34:14.029409   940 raft_consensus.cc:2243] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:14.029789   940 raft_consensus.cc:2272] T 06996d075e434d33b79be7732bab58a2 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:14.031735   940 tablet_replica.cc:333] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2: stopping tablet replica
I20260630 12:34:14.032186   940 raft_consensus.cc:2243] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:14.032603   940 raft_consensus.cc:2272] T 556948ef395b4d25908e59026ec4086c P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:14.034420   940 tablet_replica.cc:333] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2: stopping tablet replica
I20260630 12:34:14.034871   940 raft_consensus.cc:2243] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:34:14.035562   940 raft_consensus.cc:2272] T 4125f36aa4fb4c91b46f6637fcc97ce6 P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:14.037341   940 tablet_replica.cc:333] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: stopping tablet replica
I20260630 12:34:14.037783   940 raft_consensus.cc:2243] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 4 LEADER]: Raft consensus shutting down.
I20260630 12:34:14.038488   940 pending_rounds.cc:70] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: Trying to abort 1 pending ops.
I20260630 12:34:14.038726   940 pending_rounds.cc:77] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2: Aborting op as it isn't in flight: id { term: 4 index: 3 } timestamp: 7302442407335698432 op_type: NO_OP noop_request { }
I20260630 12:34:14.039062   940 raft_consensus.cc:2889] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 4 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:34:14.039335   940 raft_consensus.cc:2272] T c46f0905c72049658a897b249f5562f9 P 0cc9193c46ac47b3a6056468be6edce2 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:14.041137   940 tablet_replica.cc:333] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2: stopping tablet replica
I20260630 12:34:14.041599   940 raft_consensus.cc:2243] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:14.042073   940 raft_consensus.cc:2272] T c3f47e0916454f8ca67f50f43ee8ff2e P 0cc9193c46ac47b3a6056468be6edce2 [term 3 FOLLOWER]: Raft consensus is shut down!
W20260630 12:34:14.061573  1552 auto_rebalancer.cc:911] Removing replace marker failed after 3 inline attempts; will retry on next rebalancer loop iteration: Client connection negotiation failed: client connection to 127.0.235.2:38665: connect: Connection refused
W20260630 12:34:14.061937  1552 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for 556948ef395b4d25908e59026ec4086c already in progress
W20260630 12:34:14.062191  1552 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 556948ef395b4d25908e59026ec4086c already in progress
I20260630 12:34:14.072186   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:34:14.098568   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:34:14.128029   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:15.036492   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:34:15.051090   940 master.cc:562] Master@127.0.235.62:33009 shutting down...
I20260630 12:34:15.072641  1557 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:34:15.078689  1552 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
W20260630 12:34:15.079089  1557 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:34:15.080299   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:15.080997   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:15.081358   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P e64da9c77fa84ac786b936d89ecdb6f0: stopping tablet replica
I20260630 12:34:15.101250   940 master.cc:584] Master@127.0.235.62:33009 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (13886 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:34:15.145207   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:45175,127.0.235.61:32957,127.0.235.60:46827
I20260630 12:34:15.146575   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:15.151804  2035 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:15.151806  2036 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.154384   940 server_base.cc:1061] running on GCE node
W20260630 12:34:15.154433  2038 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.155465   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:15.155682   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:15.155857   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822855155814 us; error 0 us; skew 500 ppm
I20260630 12:34:15.156322   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:15.158569   940 webserver.cc:533] Webserver started at http://127.0.235.62:33631/ using document root <none> and password file <none>
I20260630 12:34:15.159057   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:15.159271   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:15.159555   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:15.160784   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "eed910028a6e49a7b715f124411cbe55"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.165239   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:15.168180  2043 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.168857   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:15.169142   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "eed910028a6e49a7b715f124411cbe55"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.169413   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:15.184278   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:15.185402   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:15.222123   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:45175
I20260630 12:34:15.222206  2094 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:45175 every 8 connection(s)
I20260630 12:34:15.226146  2095 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:15.226389   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:15.232316  2097 instance_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:34:15.233960  2095 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:15.235129  2100 instance_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:34:15.235643  2098 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.236392   940 server_base.cc:1061] running on GCE node
I20260630 12:34:15.237679   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:15.237924   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:15.238169   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822855238147 us; error 0 us; skew 500 ppm
I20260630 12:34:15.238909   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:15.241539   940 webserver.cc:533] Webserver started at http://127.0.235.61:36663/ using document root <none> and password file <none>
I20260630 12:34:15.242219   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:15.242457   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:15.242755   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:15.243963   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root/instance:
uuid: "71cbc1c208d242bbb069606f8606c7ef"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.248826  2095 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:15.249285   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:34:15.253381  2108 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.254211   940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:15.254482   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root
uuid: "71cbc1c208d242bbb069606f8606c7ef"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
W20260630 12:34:15.254786  2095 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.61:32957: Network error: Client connection negotiation failed: client connection to 127.0.235.61:32957: connect: Connection refused (error 111)
I20260630 12:34:15.254779   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-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:34:15.276614   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:15.277710   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:15.282425  2095 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } attempt: 1
W20260630 12:34:15.286556  2095 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.61:32957: Network error: Client connection negotiation failed: client connection to 127.0.235.61:32957: connect: Connection refused (error 111)
I20260630 12:34:15.315056   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.61:32957
I20260630 12:34:15.315142  2159 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.61:32957 every 8 connection(s)
I20260630 12:34:15.318739  2160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:15.318845   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:15.324107  2162 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:15.325459  2163 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.325917  2160 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:15.327865  2165 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.329531   940 server_base.cc:1061] running on GCE node
I20260630 12:34:15.330312   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:15.330521   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:15.330717   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822855330684 us; error 0 us; skew 500 ppm
I20260630 12:34:15.331182   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:15.333444   940 webserver.cc:533] Webserver started at http://127.0.235.60:44291/ using document root <none> and password file <none>
I20260630 12:34:15.333914   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:15.334133   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:15.334395   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:15.335573   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-2-root/instance:
uuid: "5b3a63d8a2d741e89e368d647b4b257c"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.338333  2160 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:15.341020   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.002s
I20260630 12:34:15.345032  2172 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.345827   940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:15.346118   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-2-root
uuid: "5b3a63d8a2d741e89e368d647b4b257c"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.346460   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-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:34:15.350212  2160 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:15.356026  2160 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.60:46827: Network error: Client connection negotiation failed: client connection to 127.0.235.60:46827: connect: Connection refused (error 111)
I20260630 12:34:15.358716   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:15.359841   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:15.365974  2095 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } attempt: 2
I20260630 12:34:15.374517  2160 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } attempt: 1
I20260630 12:34:15.376881  2095 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:15.379395  2160 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.60:46827: Network error: Client connection negotiation failed: client connection to 127.0.235.60:46827: connect: Connection refused (error 111)
W20260630 12:34:15.381999  2095 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.235.60:46827: Network error: Client connection negotiation failed: client connection to 127.0.235.60:46827: connect: Connection refused (error 111)
I20260630 12:34:15.404599   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.60:46827
I20260630 12:34:15.404692  2224 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.60:46827 every 8 connection(s)
I20260630 12:34:15.407801   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:15.408476  2225 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:15.414649  2225 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:15.415584  2095 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } attempt: 1
I20260630 12:34:15.427482  2225 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:15.433318  2095 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: Bootstrap starting.
I20260630 12:34:15.436921  2225 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:15.438967  2095 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:15.438861  2160 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } attempt: 2
I20260630 12:34:15.444435  2095 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: No bootstrap required, opened a new log
I20260630 12:34:15.447875  2095 raft_consensus.cc:359] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:15.448719  2095 raft_consensus.cc:385] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:15.449043  2095 raft_consensus.cc:740] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eed910028a6e49a7b715f124411cbe55, State: Initialized, Role: FOLLOWER
I20260630 12:34:15.449854  2095 consensus_queue.cc:260] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:15.452149  2231 sys_catalog.cc:455] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [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: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.452960  2231 sys_catalog.cc:458] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:15.453660  2095 sys_catalog.cc:565] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:15.455686  2225 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c: Bootstrap starting.
I20260630 12:34:15.461748  2160 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef: Bootstrap starting.
I20260630 12:34:15.467350  2225 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:15.467890   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:34:15.468312  2160 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef: Neither blocks nor log segments found. Creating new log.
W20260630 12:34:15.472378  2242 catalog_manager.cc:1594] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:15.472716  2242 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:15.473189  2225 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c: No bootstrap required, opened a new log
I20260630 12:34:15.473582  2160 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef: No bootstrap required, opened a new log
I20260630 12:34:15.475313  2225 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:15.475838  2225 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:15.475615  2160 raft_consensus.cc:359] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:15.476083  2225 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b3a63d8a2d741e89e368d647b4b257c, State: Initialized, Role: FOLLOWER
I20260630 12:34:15.476229  2160 raft_consensus.cc:385] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:15.476536  2160 raft_consensus.cc:740] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 71cbc1c208d242bbb069606f8606c7ef, State: Initialized, Role: FOLLOWER
I20260630 12:34:15.476776  2225 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:15.477829  2160 consensus_queue.cc:260] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:15.478825  2245 raft_consensus.cc:493] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:15.478741  2246 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [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: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.479822  2246 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:15.479521  2245 raft_consensus.cc:515] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:15.480178  2225 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:15.481276  2247 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [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: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.482043  2247 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:15.482833  2160 sys_catalog.cc:565] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:15.482960  2070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "71cbc1c208d242bbb069606f8606c7ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eed910028a6e49a7b715f124411cbe55" is_pre_election: true
I20260630 12:34:15.483898  2070 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71cbc1c208d242bbb069606f8606c7ef in term 0.
I20260630 12:34:15.484150  2200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "71cbc1c208d242bbb069606f8606c7ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b3a63d8a2d741e89e368d647b4b257c" is_pre_election: true
I20260630 12:34:15.484814  2200 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 71cbc1c208d242bbb069606f8606c7ef in term 0.
I20260630 12:34:15.485882  2112 leader_election.cc:304] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71cbc1c208d242bbb069606f8606c7ef, eed910028a6e49a7b715f124411cbe55; no voters: 
I20260630 12:34:15.486307  2245 leader_election.cc:290] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eed910028a6e49a7b715f124411cbe55 (127.0.235.62:45175), 5b3a63d8a2d741e89e368d647b4b257c (127.0.235.60:46827)
I20260630 12:34:15.486981  2245 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:15.487475  2245 raft_consensus.cc:493] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:15.488040  2245 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:15.500805  2245 raft_consensus.cc:515] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:15.504112  2245 leader_election.cc:290] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [CANDIDATE]: Term 1 election: Requested vote from peers eed910028a6e49a7b715f124411cbe55 (127.0.235.62:45175), 5b3a63d8a2d741e89e368d647b4b257c (127.0.235.60:46827)
I20260630 12:34:15.505239  2070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "71cbc1c208d242bbb069606f8606c7ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eed910028a6e49a7b715f124411cbe55"
I20260630 12:34:15.506049  2070 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:15.506440  2200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "71cbc1c208d242bbb069606f8606c7ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b3a63d8a2d741e89e368d647b4b257c"
I20260630 12:34:15.507233  2200 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:15.514837   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:34:15.515334  2070 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71cbc1c208d242bbb069606f8606c7ef in term 1.
I20260630 12:34:15.515662  2200 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 71cbc1c208d242bbb069606f8606c7ef in term 1.
I20260630 12:34:15.516397  2112 leader_election.cc:304] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 71cbc1c208d242bbb069606f8606c7ef, eed910028a6e49a7b715f124411cbe55; no voters: 
I20260630 12:34:15.517287  2245 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:15.517802  2245 raft_consensus.cc:697] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 1 LEADER]: Becoming Leader. State: Replica: 71cbc1c208d242bbb069606f8606c7ef, State: Running, Role: LEADER
I20260630 12:34:15.518827  2245 consensus_queue.cc:237] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
W20260630 12:34:15.521319  2268 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:15.521716  2268 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:15.521834   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:15.525629  2269 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:15.525934  2269 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:15.526325  2247 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [sys.catalog]: SysCatalogTable state changed. Reason: New leader 71cbc1c208d242bbb069606f8606c7ef. Latest consensus state: current_term: 1 leader_uuid: "71cbc1c208d242bbb069606f8606c7ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.527165  2247 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:15.529194  2271 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
W20260630 12:34:15.530826  2272 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:15.532356  2273 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:15.535161  2275 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.535351   940 server_base.cc:1061] running on GCE node
I20260630 12:34:15.536262   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:15.536489   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:15.536664   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822855536639 us; error 0 us; skew 500 ppm
I20260630 12:34:15.537000  2271 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:15.537242   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:15.540082   940 webserver.cc:533] Webserver started at http://127.0.235.1:33351/ using document root <none> and password file <none>
I20260630 12:34:15.540632   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:15.540925   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:15.541280   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:15.542889   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "69cfae909dc347be9ff2eb91eb11328f"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.545680  2070 raft_consensus.cc:1275] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 1 FOLLOWER]: Refusing update from remote peer 71cbc1c208d242bbb069606f8606c7ef: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:15.545784  2200 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 1 FOLLOWER]: Refusing update from remote peer 71cbc1c208d242bbb069606f8606c7ef: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:34:15.547294  2247 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:15.548002  2245 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:15.548975   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:34:15.555174  2283 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.557855   940 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.002s	sys 0.002s
I20260630 12:34:15.559188  2246 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 71cbc1c208d242bbb069606f8606c7ef. Latest consensus state: current_term: 1 leader_uuid: "71cbc1c208d242bbb069606f8606c7ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.559891  2246 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:15.558223   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "69cfae909dc347be9ff2eb91eb11328f"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.560588   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:15.561758  2231 sys_catalog.cc:455] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 71cbc1c208d242bbb069606f8606c7ef. Latest consensus state: current_term: 1 leader_uuid: "71cbc1c208d242bbb069606f8606c7ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.562393  2231 sys_catalog.cc:458] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:15.566339  2247 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "71cbc1c208d242bbb069606f8606c7ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.567054  2247 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:15.567886  2271 catalog_manager.cc:1383] Generated new cluster ID: eb0d208eafcc4fde88f3325f38420a28
I20260630 12:34:15.567723  2245 sys_catalog.cc:455] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "71cbc1c208d242bbb069606f8606c7ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.568259  2271 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:15.568439  2245 sys_catalog.cc:458] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:15.581578  2231 sys_catalog.cc:455] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "71cbc1c208d242bbb069606f8606c7ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.582556  2231 sys_catalog.cc:458] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:15.586483  2246 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "71cbc1c208d242bbb069606f8606c7ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:15.587132  2246 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:15.596781   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:15.597968   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:15.599776   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:15.602274   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:15.602614   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.602913   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:15.603160   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.614602  2271 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:15.616029  2271 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:15.638243  2271 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef: Generated new TSK 0
I20260630 12:34:15.638903  2271 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:15.670204   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:35563
I20260630 12:34:15.670300  2351 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:35563 every 8 connection(s)
I20260630 12:34:15.677677   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:15.692324  2359 instance_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:34:15.693392  2352 heartbeater.cc:344] Connected to a master server at 127.0.235.60:46827
I20260630 12:34:15.693765  2352 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.694677  2352 heartbeater.cc:507] Master 127.0.235.60:46827 requested a full tablet report, sending...
I20260630 12:34:15.697810  2190 ts_manager.cc:194] Registered new tserver with Master: 69cfae909dc347be9ff2eb91eb11328f (127.0.235.1:35563)
W20260630 12:34:15.699623  2360 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.702975  2354 heartbeater.cc:344] Connected to a master server at 127.0.235.62:45175
I20260630 12:34:15.703467  2354 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.704555  2354 heartbeater.cc:507] Master 127.0.235.62:45175 requested a full tablet report, sending...
I20260630 12:34:15.704564  2353 heartbeater.cc:344] Connected to a master server at 127.0.235.61:32957
I20260630 12:34:15.705292  2353 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.706351  2353 heartbeater.cc:507] Master 127.0.235.61:32957 requested a full tablet report, sending...
W20260630 12:34:15.706481  2362 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.707239   940 server_base.cc:1061] running on GCE node
I20260630 12:34:15.707715  2060 ts_manager.cc:194] Registered new tserver with Master: 69cfae909dc347be9ff2eb91eb11328f (127.0.235.1:35563)
I20260630 12:34:15.708240   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:15.708521   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:15.708742   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822855708718 us; error 0 us; skew 500 ppm
I20260630 12:34:15.708824  2125 ts_manager.cc:194] Registered new tserver with Master: 69cfae909dc347be9ff2eb91eb11328f (127.0.235.1:35563)
I20260630 12:34:15.709489   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:15.711215  2125 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51936
I20260630 12:34:15.712134   940 webserver.cc:533] Webserver started at http://127.0.235.2:39391/ using document root <none> and password file <none>
I20260630 12:34:15.712807   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:15.713013   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:15.713292   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:15.714354   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "d7fcad32b1004796b9bb55ef6e3f94f2"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.718385   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:34:15.721516  2367 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.722262   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:15.722540   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "d7fcad32b1004796b9bb55ef6e3f94f2"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.722815   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:15.734607   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:15.735683   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:15.736990   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:15.739133   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:15.739353   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.739570   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:15.739763   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.778613   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:36747
I20260630 12:34:15.778724  2429 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:36747 every 8 connection(s)
I20260630 12:34:15.787591   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:15.810477  2430 heartbeater.cc:344] Connected to a master server at 127.0.235.60:46827
I20260630 12:34:15.810878  2430 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.811841  2430 heartbeater.cc:507] Master 127.0.235.60:46827 requested a full tablet report, sending...
I20260630 12:34:15.814590  2190 ts_manager.cc:194] Registered new tserver with Master: d7fcad32b1004796b9bb55ef6e3f94f2 (127.0.235.2:36747)
I20260630 12:34:15.816447  2432 heartbeater.cc:344] Connected to a master server at 127.0.235.62:45175
I20260630 12:34:15.816895  2432 heartbeater.cc:461] Registering TS with master...
W20260630 12:34:15.817658  2437 instance_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:34:15.817970  2432 heartbeater.cc:507] Master 127.0.235.62:45175 requested a full tablet report, sending...
W20260630 12:34:15.821273  2438 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.822280  2060 ts_manager.cc:194] Registered new tserver with Master: d7fcad32b1004796b9bb55ef6e3f94f2 (127.0.235.2:36747)
I20260630 12:34:15.823206  2431 heartbeater.cc:344] Connected to a master server at 127.0.235.61:32957
I20260630 12:34:15.823627  2431 heartbeater.cc:461] Registering TS with master...
W20260630 12:34:15.823673  2440 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:15.823939   940 server_base.cc:1061] running on GCE node
I20260630 12:34:15.824770  2431 heartbeater.cc:507] Master 127.0.235.61:32957 requested a full tablet report, sending...
I20260630 12:34:15.825100   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:15.825390   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:15.825606   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822855825587 us; error 0 us; skew 500 ppm
I20260630 12:34:15.826274   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:15.826946  2125 ts_manager.cc:194] Registered new tserver with Master: d7fcad32b1004796b9bb55ef6e3f94f2 (127.0.235.2:36747)
I20260630 12:34:15.828718  2125 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51942
I20260630 12:34:15.828922   940 webserver.cc:533] Webserver started at http://127.0.235.3:43837/ using document root <none> and password file <none>
I20260630 12:34:15.829526   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:15.829702   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:15.830003   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:15.831395   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "d2e700de01d8454ead269bd29cf240a0"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.837801   940 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.004s
I20260630 12:34:15.840646  2445 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.841336   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:15.841611   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "d2e700de01d8454ead269bd29cf240a0"
format_stamp: "Formatted at 2026-06-30 12:34:15 on dist-test-slave-47x1"
I20260630 12:34:15.841872   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:15.850004   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:15.851148   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:15.852432   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:15.854532   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:15.854756   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.855021   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:15.855198   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:15.894129   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:40181
I20260630 12:34:15.894222  2507 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:40181 every 8 connection(s)
I20260630 12:34:15.916167  2508 heartbeater.cc:344] Connected to a master server at 127.0.235.60:46827
I20260630 12:34:15.916622  2508 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.917567  2508 heartbeater.cc:507] Master 127.0.235.60:46827 requested a full tablet report, sending...
I20260630 12:34:15.920701  2190 ts_manager.cc:194] Registered new tserver with Master: d2e700de01d8454ead269bd29cf240a0 (127.0.235.3:40181)
I20260630 12:34:15.924029  2509 heartbeater.cc:344] Connected to a master server at 127.0.235.61:32957
I20260630 12:34:15.924362  2510 heartbeater.cc:344] Connected to a master server at 127.0.235.62:45175
I20260630 12:34:15.924466  2509 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.924710  2510 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:15.925390  2509 heartbeater.cc:507] Master 127.0.235.61:32957 requested a full tablet report, sending...
I20260630 12:34:15.925537  2510 heartbeater.cc:507] Master 127.0.235.62:45175 requested a full tablet report, sending...
I20260630 12:34:15.927553  2125 ts_manager.cc:194] Registered new tserver with Master: d2e700de01d8454ead269bd29cf240a0 (127.0.235.3:40181)
I20260630 12:34:15.927995  2060 ts_manager.cc:194] Registered new tserver with Master: d2e700de01d8454ead269bd29cf240a0 (127.0.235.3:40181)
I20260630 12:34:15.928984   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.012462527s
I20260630 12:34:15.929342  2125 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51946
I20260630 12:34:16.476423  2242 catalog_manager.cc:1295] Loaded cluster ID: eb0d208eafcc4fde88f3325f38420a28
I20260630 12:34:16.476768  2242 catalog_manager.cc:1588] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: loading cluster ID for follower catalog manager: success
I20260630 12:34:16.480971  2242 catalog_manager.cc:1610] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: acquiring CA information for follower catalog manager: success
I20260630 12:34:16.484156  2242 catalog_manager.cc:1638] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:16.529433  2269 catalog_manager.cc:1295] Loaded cluster ID: eb0d208eafcc4fde88f3325f38420a28
I20260630 12:34:16.529765  2269 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c: loading cluster ID for follower catalog manager: success
I20260630 12:34:16.533986  2269 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c: acquiring CA information for follower catalog manager: success
I20260630 12:34:16.537294  2269 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:16.713898  2353 heartbeater.cc:499] Master 127.0.235.61:32957 was elected leader, sending a full tablet report...
I20260630 12:34:16.831276  2431 heartbeater.cc:499] Master 127.0.235.61:32957 was elected leader, sending a full tablet report...
I20260630 12:34:16.931397  2509 heartbeater.cc:499] Master 127.0.235.61:32957 was elected leader, sending a full tablet report...
I20260630 12:34:17.514600  2267 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:18.039737  2125 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51956:
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:34:18.117204  2317 tablet_service.cc:1511] Processing CreateTablet for tablet 3eb6d8a58bbc4ef4a2e26860af7a3ebd (DEFAULT_TABLE table=test-workload [id=19f54f4ba12f495ea990533c951bdc6d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:34:18.117587  2473 tablet_service.cc:1511] Processing CreateTablet for tablet 8ebbb2a32d3f4637b0d26f5b3d30f64b (DEFAULT_TABLE table=test-workload [id=19f54f4ba12f495ea990533c951bdc6d]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:34:18.118382  2317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3eb6d8a58bbc4ef4a2e26860af7a3ebd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:18.118757  2473 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ebbb2a32d3f4637b0d26f5b3d30f64b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:18.128640  2395 tablet_service.cc:1511] Processing CreateTablet for tablet 311d2d256eb34705b8b759ad86991bf0 (DEFAULT_TABLE table=test-workload [id=19f54f4ba12f495ea990533c951bdc6d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:34:18.129917  2395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 311d2d256eb34705b8b759ad86991bf0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:18.131731  2544 tablet_bootstrap.cc:492] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f: Bootstrap starting.
I20260630 12:34:18.135021  2545 tablet_bootstrap.cc:492] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0: Bootstrap starting.
I20260630 12:34:18.137197  2544 tablet_bootstrap.cc:654] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:18.141394  2545 tablet_bootstrap.cc:654] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:18.142625  2544 tablet_bootstrap.cc:492] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f: No bootstrap required, opened a new log
I20260630 12:34:18.143244  2544 ts_tablet_manager.cc:1403] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f: Time spent bootstrapping tablet: real 0.012s	user 0.006s	sys 0.005s
I20260630 12:34:18.146622  2544 raft_consensus.cc:359] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "69cfae909dc347be9ff2eb91eb11328f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35563 } }
I20260630 12:34:18.147284  2544 raft_consensus.cc:385] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:18.147655  2547 tablet_bootstrap.cc:492] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2: Bootstrap starting.
I20260630 12:34:18.148138  2544 raft_consensus.cc:740] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 69cfae909dc347be9ff2eb91eb11328f, State: Initialized, Role: FOLLOWER
I20260630 12:34:18.149066  2545 tablet_bootstrap.cc:492] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0: No bootstrap required, opened a new log
I20260630 12:34:18.149056  2544 consensus_queue.cc:260] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "69cfae909dc347be9ff2eb91eb11328f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35563 } }
I20260630 12:34:18.149642  2545 ts_tablet_manager.cc:1403] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:34:18.149853  2544 raft_consensus.cc:399] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:18.150219  2544 raft_consensus.cc:493] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:18.150553  2544 raft_consensus.cc:3060] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:18.152469  2545 raft_consensus.cc:359] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2e700de01d8454ead269bd29cf240a0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40181 } }
I20260630 12:34:18.152961  2547 tablet_bootstrap.cc:654] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:18.153017  2545 raft_consensus.cc:385] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:18.153462  2545 raft_consensus.cc:740] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2e700de01d8454ead269bd29cf240a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:18.154170  2545 consensus_queue.cc:260] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d2e700de01d8454ead269bd29cf240a0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40181 } }
I20260630 12:34:18.154834  2545 raft_consensus.cc:399] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:18.155139  2545 raft_consensus.cc:493] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:18.155471  2545 raft_consensus.cc:3060] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:18.157202  2544 raft_consensus.cc:515] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "69cfae909dc347be9ff2eb91eb11328f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35563 } }
I20260630 12:34:18.158070  2547 tablet_bootstrap.cc:492] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2: No bootstrap required, opened a new log
I20260630 12:34:18.157979  2544 leader_election.cc:304] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [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: 69cfae909dc347be9ff2eb91eb11328f; no voters: 
I20260630 12:34:18.158617  2547 ts_tablet_manager.cc:1403] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2: Time spent bootstrapping tablet: real 0.011s	user 0.006s	sys 0.004s
I20260630 12:34:18.160171  2544 leader_election.cc:290] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:18.160465  2550 raft_consensus.cc:2804] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:18.161500  2547 raft_consensus.cc:359] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d7fcad32b1004796b9bb55ef6e3f94f2" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36747 } }
I20260630 12:34:18.162433  2547 raft_consensus.cc:385] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:18.162849  2547 raft_consensus.cc:740] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d7fcad32b1004796b9bb55ef6e3f94f2, State: Initialized, Role: FOLLOWER
I20260630 12:34:18.162761  2545 raft_consensus.cc:515] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2e700de01d8454ead269bd29cf240a0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40181 } }
I20260630 12:34:18.163998  2545 leader_election.cc:304] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [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: d2e700de01d8454ead269bd29cf240a0; no voters: 
I20260630 12:34:18.164150  2547 consensus_queue.cc:260] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d7fcad32b1004796b9bb55ef6e3f94f2" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36747 } }
I20260630 12:34:18.165175  2547 raft_consensus.cc:399] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:18.165620  2547 raft_consensus.cc:493] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:18.166107  2547 raft_consensus.cc:3060] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:18.167665  2545 leader_election.cc:290] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:18.169345  2544 ts_tablet_manager.cc:1434] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f: Time spent starting tablet: real 0.026s	user 0.011s	sys 0.011s
I20260630 12:34:18.169662  2550 raft_consensus.cc:697] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 1 LEADER]: Becoming Leader. State: Replica: 69cfae909dc347be9ff2eb91eb11328f, State: Running, Role: LEADER
I20260630 12:34:18.169998  2553 raft_consensus.cc:2804] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:18.170502  2550 consensus_queue.cc:237] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [LEADER]: Queue going to LEADER mode. State: All 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: "69cfae909dc347be9ff2eb91eb11328f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35563 } }
I20260630 12:34:18.173487  2545 ts_tablet_manager.cc:1434] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0: Time spent starting tablet: real 0.024s	user 0.015s	sys 0.004s
I20260630 12:34:18.174324  2547 raft_consensus.cc:515] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d7fcad32b1004796b9bb55ef6e3f94f2" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36747 } }
I20260630 12:34:18.175155  2547 leader_election.cc:304] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [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: d7fcad32b1004796b9bb55ef6e3f94f2; no voters: 
I20260630 12:34:18.178175  2553 raft_consensus.cc:697] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 1 LEADER]: Becoming Leader. State: Replica: d2e700de01d8454ead269bd29cf240a0, State: Running, Role: LEADER
I20260630 12:34:18.179399  2557 raft_consensus.cc:2804] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:18.179517  2547 leader_election.cc:290] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:18.180351  2553 consensus_queue.cc:237] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [LEADER]: Queue going to LEADER mode. State: All 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: "d2e700de01d8454ead269bd29cf240a0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40181 } }
I20260630 12:34:18.184545  2125 catalog_manager.cc:5697] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f reported cstate change: term changed from 0 to 1, leader changed from <none> to 69cfae909dc347be9ff2eb91eb11328f (127.0.235.1). New cstate: current_term: 1 leader_uuid: "69cfae909dc347be9ff2eb91eb11328f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "69cfae909dc347be9ff2eb91eb11328f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 35563 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:18.200922  2123 catalog_manager.cc:5697] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to d2e700de01d8454ead269bd29cf240a0 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "d2e700de01d8454ead269bd29cf240a0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d2e700de01d8454ead269bd29cf240a0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40181 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:18.235090  2557 raft_consensus.cc:697] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 1 LEADER]: Becoming Leader. State: Replica: d7fcad32b1004796b9bb55ef6e3f94f2, State: Running, Role: LEADER
I20260630 12:34:18.236020  2557 consensus_queue.cc:237] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [LEADER]: Queue going to LEADER mode. State: All 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: "d7fcad32b1004796b9bb55ef6e3f94f2" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36747 } }
I20260630 12:34:18.267589  2547 ts_tablet_manager.cc:1434] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2: Time spent starting tablet: real 0.109s	user 0.057s	sys 0.034s
I20260630 12:34:18.275270  2124 catalog_manager.cc:5697] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 reported cstate change: term changed from 0 to 1, leader changed from <none> to d7fcad32b1004796b9bb55ef6e3f94f2 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "d7fcad32b1004796b9bb55ef6e3f94f2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d7fcad32b1004796b9bb55ef6e3f94f2" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36747 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:19.515507  2267 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:19.517277  2267 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:20.352989   940 master.cc:562] Master@127.0.235.61:32957 shutting down...
I20260630 12:34:20.368499   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:20.369330   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:20.369678   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 71cbc1c208d242bbb069606f8606c7ef: stopping tablet replica
I20260630 12:34:20.388540   940 master.cc:584] Master@127.0.235.61:32957 shutdown complete.
W20260630 12:34:21.204469  2353 heartbeater.cc:646] Failed to heartbeat to 127.0.235.61:32957 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.235.61:32957: connect: Connection refused (error 111)
I20260630 12:34:21.333088  2569 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 71cbc1c208d242bbb069606f8606c7ef)
I20260630 12:34:21.333602  2569 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:21.335202  2569 leader_election.cc:290] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers eed910028a6e49a7b715f124411cbe55 (127.0.235.62:45175), 71cbc1c208d242bbb069606f8606c7ef (127.0.235.61:32957)
I20260630 12:34:21.335922  2070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5b3a63d8a2d741e89e368d647b4b257c" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "eed910028a6e49a7b715f124411cbe55" is_pre_election: true
W20260630 12:34:21.337781  2175 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.61:32957: connect: Connection refused (error 111) [suppressed 8 similar messages]
W20260630 12:34:21.340600  2175 leader_election.cc:336] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 71cbc1c208d242bbb069606f8606c7ef (127.0.235.61:32957): Network error: Client connection negotiation failed: client connection to 127.0.235.61:32957: connect: Connection refused (error 111)
I20260630 12:34:21.340947  2175 leader_election.cc:304] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [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: 5b3a63d8a2d741e89e368d647b4b257c; no voters: 71cbc1c208d242bbb069606f8606c7ef, eed910028a6e49a7b715f124411cbe55
I20260630 12:34:21.341519  2569 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:21.701208  2572 raft_consensus.cc:493] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 71cbc1c208d242bbb069606f8606c7ef)
I20260630 12:34:21.701738  2572 raft_consensus.cc:515] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:21.703208  2572 leader_election.cc:290] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 71cbc1c208d242bbb069606f8606c7ef (127.0.235.61:32957), 5b3a63d8a2d741e89e368d647b4b257c (127.0.235.60:46827)
I20260630 12:34:21.706164  2199 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "eed910028a6e49a7b715f124411cbe55" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "5b3a63d8a2d741e89e368d647b4b257c" is_pre_election: true
I20260630 12:34:21.706745  2199 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eed910028a6e49a7b715f124411cbe55 in term 1.
I20260630 12:34:21.708386  2046 leader_election.cc:304] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [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: 5b3a63d8a2d741e89e368d647b4b257c, eed910028a6e49a7b715f124411cbe55; no voters: 
I20260630 12:34:21.708961  2572 raft_consensus.cc:2804] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260630 12:34:21.708997  2046 leader_election.cc:336] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 71cbc1c208d242bbb069606f8606c7ef (127.0.235.61:32957): Network error: Client connection negotiation failed: client connection to 127.0.235.61:32957: connect: Connection refused (error 111)
I20260630 12:34:21.709307  2572 raft_consensus.cc:493] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 71cbc1c208d242bbb069606f8606c7ef)
I20260630 12:34:21.709648  2572 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:21.713941  2572 raft_consensus.cc:515] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:21.715502  2572 leader_election.cc:290] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [CANDIDATE]: Term 2 election: Requested vote from peers 71cbc1c208d242bbb069606f8606c7ef (127.0.235.61:32957), 5b3a63d8a2d741e89e368d647b4b257c (127.0.235.60:46827)
I20260630 12:34:21.716992  2199 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "eed910028a6e49a7b715f124411cbe55" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "5b3a63d8a2d741e89e368d647b4b257c"
I20260630 12:34:21.717563  2199 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:21.719043  2046 leader_election.cc:336] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 71cbc1c208d242bbb069606f8606c7ef (127.0.235.61:32957): Network error: Client connection negotiation failed: client connection to 127.0.235.61:32957: connect: Connection refused (error 111)
I20260630 12:34:21.722805  2199 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eed910028a6e49a7b715f124411cbe55 in term 2.
I20260630 12:34:21.723698  2046 leader_election.cc:304] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [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: 5b3a63d8a2d741e89e368d647b4b257c, eed910028a6e49a7b715f124411cbe55; no voters: 71cbc1c208d242bbb069606f8606c7ef
I20260630 12:34:21.724284  2572 raft_consensus.cc:2804] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:21.725104  2572 raft_consensus.cc:697] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 2 LEADER]: Becoming Leader. State: Replica: eed910028a6e49a7b715f124411cbe55, State: Running, Role: LEADER
I20260630 12:34:21.725706  2572 consensus_queue.cc:237] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [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: 10, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } }
I20260630 12:34:21.729013  2575 sys_catalog.cc:455] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: SysCatalogTable state changed. Reason: New leader eed910028a6e49a7b715f124411cbe55. Latest consensus state: current_term: 2 leader_uuid: "eed910028a6e49a7b715f124411cbe55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:21.729713  2575 sys_catalog.cc:458] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:21.730983  2577 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:21.735486  2577 catalog_manager.cc:679] Loaded metadata for table test-workload [id=19f54f4ba12f495ea990533c951bdc6d]
I20260630 12:34:21.739799  2577 tablet_loader.cc:96] loaded metadata for tablet 311d2d256eb34705b8b759ad86991bf0 (table test-workload [id=19f54f4ba12f495ea990533c951bdc6d])
I20260630 12:34:21.740854  2577 tablet_loader.cc:96] loaded metadata for tablet 3eb6d8a58bbc4ef4a2e26860af7a3ebd (table test-workload [id=19f54f4ba12f495ea990533c951bdc6d])
I20260630 12:34:21.741734  2577 tablet_loader.cc:96] loaded metadata for tablet 8ebbb2a32d3f4637b0d26f5b3d30f64b (table test-workload [id=19f54f4ba12f495ea990533c951bdc6d])
I20260630 12:34:21.742672  2577 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:21.745594  2577 catalog_manager.cc:1295] Loaded cluster ID: eb0d208eafcc4fde88f3325f38420a28
I20260630 12:34:21.745831  2577 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:21.749300  2577 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:21.752120  2577 catalog_manager.cc:6081] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: Loaded TSK: 0
I20260630 12:34:21.752940  2577 catalog_manager.cc:1550] Initializing in-progress tserver states...
W20260630 12:34:22.140103  2046 consensus_peers.cc:597] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 -> Peer 71cbc1c208d242bbb069606f8606c7ef (127.0.235.61:32957): Couldn't send request to peer 71cbc1c208d242bbb069606f8606c7ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.61:32957: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:22.241452  2199 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 2 FOLLOWER]: Refusing update from remote peer eed910028a6e49a7b715f124411cbe55: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 2 index: 11. (index mismatch)
I20260630 12:34:22.242624  2575 consensus_queue.cc:1048] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260630 12:34:22.247000  2580 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: SysCatalogTable state changed. Reason: New leader eed910028a6e49a7b715f124411cbe55. Latest consensus state: current_term: 2 leader_uuid: "eed910028a6e49a7b715f124411cbe55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:22.247726  2580 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:22.250654  2582 sys_catalog.cc:455] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "eed910028a6e49a7b715f124411cbe55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:22.251454  2582 sys_catalog.cc:458] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:22.252074  2580 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "eed910028a6e49a7b715f124411cbe55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eed910028a6e49a7b715f124411cbe55" member_type: VOTER last_known_addr { host: "127.0.235.62" port: 45175 } } peers { permanent_uuid: "71cbc1c208d242bbb069606f8606c7ef" member_type: VOTER last_known_addr { host: "127.0.235.61" port: 32957 } } peers { permanent_uuid: "5b3a63d8a2d741e89e368d647b4b257c" member_type: VOTER last_known_addr { host: "127.0.235.60" port: 46827 } } }
I20260630 12:34:22.252660  2580 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.207930  2354 heartbeater.cc:499] Master 127.0.235.62:45175 was elected leader, sending a full tablet report...
I20260630 12:34:23.225962  2510 heartbeater.cc:499] Master 127.0.235.62:45175 was elected leader, sending a full tablet report...
I20260630 12:34:23.289748  2432 heartbeater.cc:499] Master 127.0.235.62:45175 was elected leader, sending a full tablet report...
I20260630 12:34:23.469362  2241 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:23.471395  2241 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:23.847918   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:34:23.865435   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:23.866086   940 tablet_replica.cc:333] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f: stopping tablet replica
I20260630 12:34:23.866585   940 raft_consensus.cc:2243] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:23.867012   940 raft_consensus.cc:2272] T 3eb6d8a58bbc4ef4a2e26860af7a3ebd P 69cfae909dc347be9ff2eb91eb11328f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:23.884059   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:34:23.892174   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:34:23.907526   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:23.908088   940 tablet_replica.cc:333] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2: stopping tablet replica
I20260630 12:34:23.908565   940 raft_consensus.cc:2243] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:23.908975   940 raft_consensus.cc:2272] T 311d2d256eb34705b8b759ad86991bf0 P d7fcad32b1004796b9bb55ef6e3f94f2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:23.926281   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:34:23.933759   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:34:23.948755   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:23.949302   940 tablet_replica.cc:333] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0: stopping tablet replica
I20260630 12:34:23.949776   940 raft_consensus.cc:2243] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:23.950207   940 raft_consensus.cc:2272] T 8ebbb2a32d3f4637b0d26f5b3d30f64b P d2e700de01d8454ead269bd29cf240a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:23.966992   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:34:23.974642   940 master.cc:562] Master@127.0.235.62:45175 shutting down...
I20260630 12:34:23.988252   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:23.989056   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:23.989385   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P eed910028a6e49a7b715f124411cbe55: stopping tablet replica
I20260630 12:34:24.007447   940 master.cc:584] Master@127.0.235.62:45175 shutdown complete.
I20260630 12:34:24.017179   940 master.cc:562] Master@127.0.235.60:46827 shutting down...
I20260630 12:34:24.030645   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:24.031152   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:24.031476   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5b3a63d8a2d741e89e368d647b4b257c: stopping tablet replica
I20260630 12:34:24.048180   940 master.cc:584] Master@127.0.235.60:46827 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (8927 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:34:24.072491   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:43599
I20260630 12:34:24.073458   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:24.078003  2591 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:24.078676  2592 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:24.079447  2594 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:24.079882   940 server_base.cc:1061] running on GCE node
I20260630 12:34:24.080654   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:24.080818   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:24.080928   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822864080918 us; error 0 us; skew 500 ppm
I20260630 12:34:24.081352   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:24.083752   940 webserver.cc:533] Webserver started at http://127.0.235.62:41785/ using document root <none> and password file <none>
I20260630 12:34:24.084204   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:24.084391   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:24.084652   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:24.085638   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "ce2d633d19354b72b696da5e9c5dee06"
format_stamp: "Formatted at 2026-06-30 12:34:24 on dist-test-slave-47x1"
I20260630 12:34:24.089568   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:34:24.092548  2599 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.093228   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:24.093492   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "ce2d633d19354b72b696da5e9c5dee06"
format_stamp: "Formatted at 2026-06-30 12:34:24 on dist-test-slave-47x1"
I20260630 12:34:24.093756   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:24.109141   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:24.110067   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:24.142549   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:43599
I20260630 12:34:24.142634  2650 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:43599 every 8 connection(s)
I20260630 12:34:24.146111  2651 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:24.155139  2651 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06: Bootstrap starting.
I20260630 12:34:24.159034  2651 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:24.162653  2651 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06: No bootstrap required, opened a new log
I20260630 12:34:24.164438  2651 raft_consensus.cc:359] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce2d633d19354b72b696da5e9c5dee06" member_type: VOTER }
I20260630 12:34:24.164820  2651 raft_consensus.cc:385] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:24.165051  2651 raft_consensus.cc:740] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce2d633d19354b72b696da5e9c5dee06, State: Initialized, Role: FOLLOWER
I20260630 12:34:24.165572  2651 consensus_queue.cc:260] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ce2d633d19354b72b696da5e9c5dee06" member_type: VOTER }
I20260630 12:34:24.166028  2651 raft_consensus.cc:399] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:24.166244  2651 raft_consensus.cc:493] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:24.166504  2651 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:24.170250  2651 raft_consensus.cc:515] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce2d633d19354b72b696da5e9c5dee06" member_type: VOTER }
I20260630 12:34:24.170728  2651 leader_election.cc:304] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [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: ce2d633d19354b72b696da5e9c5dee06; no voters: 
I20260630 12:34:24.171739  2651 leader_election.cc:290] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:24.172011  2654 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:24.173305  2654 raft_consensus.cc:697] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 1 LEADER]: Becoming Leader. State: Replica: ce2d633d19354b72b696da5e9c5dee06, State: Running, Role: LEADER
I20260630 12:34:24.173911  2654 consensus_queue.cc:237] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [LEADER]: Queue going to LEADER mode. State: All 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: "ce2d633d19354b72b696da5e9c5dee06" member_type: VOTER }
I20260630 12:34:24.174422  2651 sys_catalog.cc:565] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:24.178817  2656 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ce2d633d19354b72b696da5e9c5dee06. Latest consensus state: current_term: 1 leader_uuid: "ce2d633d19354b72b696da5e9c5dee06" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce2d633d19354b72b696da5e9c5dee06" member_type: VOTER } }
I20260630 12:34:24.179474  2656 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:24.180255  2655 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ce2d633d19354b72b696da5e9c5dee06" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ce2d633d19354b72b696da5e9c5dee06" member_type: VOTER } }
I20260630 12:34:24.180853  2655 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:24.181571  2663 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:24.186350  2663 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:24.188133   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:24.194195  2663 catalog_manager.cc:1383] Generated new cluster ID: 96f7c2ca40bd4f8588e8d30f13c8e26f
I20260630 12:34:24.194465  2663 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:24.227429  2663 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:24.228652  2663 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:24.241050  2663 catalog_manager.cc:6070] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06: Generated new TSK 0
I20260630 12:34:24.241569  2663 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:24.253994   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:24.259069  2672 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:24.260249  2673 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:24.262599   940 server_base.cc:1061] running on GCE node
W20260630 12:34:24.262696  2675 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:24.263564   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:24.263808   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:24.263965   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822864263943 us; error 0 us; skew 500 ppm
I20260630 12:34:24.264431   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:24.266475   940 webserver.cc:533] Webserver started at http://127.0.235.1:42455/ using document root <none> and password file <none>
I20260630 12:34:24.266928   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:24.267120   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:24.267379   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:24.268410   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "05ff8b4f6bf54216835f349cc0ee32ce"
format_stamp: "Formatted at 2026-06-30 12:34:24 on dist-test-slave-47x1"
I20260630 12:34:24.272428   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:34:24.275311  2680 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.276132   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:24.276376   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "05ff8b4f6bf54216835f349cc0ee32ce"
format_stamp: "Formatted at 2026-06-30 12:34:24 on dist-test-slave-47x1"
I20260630 12:34:24.276589   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:24.285727   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:24.286646   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:24.287925   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:24.290091   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:24.290283   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.290516   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:24.290673   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.326275   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:36401
I20260630 12:34:24.326341  2742 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:36401 every 8 connection(s)
I20260630 12:34:24.331007   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:24.337898  2747 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:24.339136  2748 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:24.342118   940 server_base.cc:1061] running on GCE node
W20260630 12:34:24.342651  2750 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:24.343415   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:24.343636   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:24.343843   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822864343827 us; error 0 us; skew 500 ppm
I20260630 12:34:24.344319   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:24.347054   940 webserver.cc:533] Webserver started at http://127.0.235.2:45651/ using document root <none> and password file <none>
I20260630 12:34:24.347602   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:24.347829  2743 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43599
I20260630 12:34:24.347860   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:24.348335  2743 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:24.348376   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:24.349068  2743 heartbeater.cc:507] Master 127.0.235.62:43599 requested a full tablet report, sending...
I20260630 12:34:24.349536   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "c83be4756988437db2b93f5278d9db36"
format_stamp: "Formatted at 2026-06-30 12:34:24 on dist-test-slave-47x1"
I20260630 12:34:24.350915  2616 ts_manager.cc:194] Registered new tserver with Master: 05ff8b4f6bf54216835f349cc0ee32ce (127.0.235.1:36401)
I20260630 12:34:24.352458  2616 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55818
I20260630 12:34:24.354103   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:24.357208  2755 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.357885   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:24.358211   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "c83be4756988437db2b93f5278d9db36"
format_stamp: "Formatted at 2026-06-30 12:34:24 on dist-test-slave-47x1"
I20260630 12:34:24.358479   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:24.374841   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:24.375730   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:24.376963   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:24.378998   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:24.379225   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.379446   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:24.379609   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.414551   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:37521
I20260630 12:34:24.414638  2817 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:37521 every 8 connection(s)
I20260630 12:34:24.418988   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:24.425693  2821 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:24.427201  2822 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:24.429685  2824 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:24.431073   940 server_base.cc:1061] running on GCE node
I20260630 12:34:24.432042   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:24.432221   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:24.432433   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822864432398 us; error 0 us; skew 500 ppm
I20260630 12:34:24.432926   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:24.433238  2818 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43599
I20260630 12:34:24.433615  2818 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:24.434571  2818 heartbeater.cc:507] Master 127.0.235.62:43599 requested a full tablet report, sending...
I20260630 12:34:24.435518   940 webserver.cc:533] Webserver started at http://127.0.235.3:36473/ using document root <none> and password file <none>
I20260630 12:34:24.436079   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:24.436312   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:24.436602   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:24.436753  2616 ts_manager.cc:194] Registered new tserver with Master: c83be4756988437db2b93f5278d9db36 (127.0.235.2:37521)
I20260630 12:34:24.437630   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "3aefeb502616428ba4531e62851a11c4"
format_stamp: "Formatted at 2026-06-30 12:34:24 on dist-test-slave-47x1"
I20260630 12:34:24.438117  2616 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55834
I20260630 12:34:24.441843   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:34:24.444818  2829 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.445482   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:24.445770   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "3aefeb502616428ba4531e62851a11c4"
format_stamp: "Formatted at 2026-06-30 12:34:24 on dist-test-slave-47x1"
I20260630 12:34:24.446007   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:24.463478   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:24.464440   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:24.465720   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:24.467931   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:24.468098   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.468370   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:24.468525   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:24.504297   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:42437
I20260630 12:34:24.504376  2891 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:42437 every 8 connection(s)
I20260630 12:34:24.517616  2892 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43599
I20260630 12:34:24.517959  2892 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:24.518690  2892 heartbeater.cc:507] Master 127.0.235.62:43599 requested a full tablet report, sending...
I20260630 12:34:24.520432  2616 ts_manager.cc:194] Registered new tserver with Master: 3aefeb502616428ba4531e62851a11c4 (127.0.235.3:42437)
I20260630 12:34:24.520589   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01334957s
I20260630 12:34:24.521644  2616 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55842
I20260630 12:34:25.355155  2743 heartbeater.cc:499] Master 127.0.235.62:43599 was elected leader, sending a full tablet report...
I20260630 12:34:25.440593  2818 heartbeater.cc:499] Master 127.0.235.62:43599 was elected leader, sending a full tablet report...
I20260630 12:34:25.524185  2892 heartbeater.cc:499] Master 127.0.235.62:43599 was elected leader, sending a full tablet report...
I20260630 12:34:25.581424  2616 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40476:
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:34:25.583956  2616 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:34:25.632500  2857 tablet_service.cc:1511] Processing CreateTablet for tablet 63e4ba41648048b19bffe3c11fad6411 (DEFAULT_TABLE table=test-workload [id=51bcfba37cbd486e8a9b8cdf466a43e3]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:25.633255  2856 tablet_service.cc:1511] Processing CreateTablet for tablet 16b5058887e24952bb4df8c92d903526 (DEFAULT_TABLE table=test-workload [id=51bcfba37cbd486e8a9b8cdf466a43e3]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:25.634330  2857 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63e4ba41648048b19bffe3c11fad6411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.634963  2856 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16b5058887e24952bb4df8c92d903526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.638549  2708 tablet_service.cc:1511] Processing CreateTablet for tablet 63e4ba41648048b19bffe3c11fad6411 (DEFAULT_TABLE table=test-workload [id=51bcfba37cbd486e8a9b8cdf466a43e3]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:25.639984  2708 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63e4ba41648048b19bffe3c11fad6411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.640902  2707 tablet_service.cc:1511] Processing CreateTablet for tablet 16b5058887e24952bb4df8c92d903526 (DEFAULT_TABLE table=test-workload [id=51bcfba37cbd486e8a9b8cdf466a43e3]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:25.642221  2707 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16b5058887e24952bb4df8c92d903526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.646014  2782 tablet_service.cc:1511] Processing CreateTablet for tablet 16b5058887e24952bb4df8c92d903526 (DEFAULT_TABLE table=test-workload [id=51bcfba37cbd486e8a9b8cdf466a43e3]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:25.646905  2783 tablet_service.cc:1511] Processing CreateTablet for tablet 63e4ba41648048b19bffe3c11fad6411 (DEFAULT_TABLE table=test-workload [id=51bcfba37cbd486e8a9b8cdf466a43e3]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:25.647536  2782 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16b5058887e24952bb4df8c92d903526. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.648370  2783 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63e4ba41648048b19bffe3c11fad6411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.669971  2913 tablet_bootstrap.cc:492] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4: Bootstrap starting.
I20260630 12:34:25.679256  2914 tablet_bootstrap.cc:492] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36: Bootstrap starting.
I20260630 12:34:25.682222  2915 tablet_bootstrap.cc:492] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce: Bootstrap starting.
I20260630 12:34:25.682533  2913 tablet_bootstrap.cc:654] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.686475  2914 tablet_bootstrap.cc:654] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.689250  2915 tablet_bootstrap.cc:654] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.689549  2913 tablet_bootstrap.cc:492] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4: No bootstrap required, opened a new log
I20260630 12:34:25.690050  2913 ts_tablet_manager.cc:1403] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.004s
I20260630 12:34:25.692521  2914 tablet_bootstrap.cc:492] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36: No bootstrap required, opened a new log
I20260630 12:34:25.693202  2914 ts_tablet_manager.cc:1403] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.009s
I20260630 12:34:25.692512  2913 raft_consensus.cc:359] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.693627  2913 raft_consensus.cc:385] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.693989  2913 raft_consensus.cc:740] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3aefeb502616428ba4531e62851a11c4, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.695061  2915 tablet_bootstrap.cc:492] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce: No bootstrap required, opened a new log
I20260630 12:34:25.694842  2913 consensus_queue.cc:260] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.695488  2915 ts_tablet_manager.cc:1403] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.001s
I20260630 12:34:25.696272  2914 raft_consensus.cc:359] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.697108  2914 raft_consensus.cc:385] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.697415  2914 raft_consensus.cc:740] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c83be4756988437db2b93f5278d9db36, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.697917  2913 ts_tablet_manager.cc:1434] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.004s
I20260630 12:34:25.698292  2915 raft_consensus.cc:359] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.698908  2913 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4: Bootstrap starting.
I20260630 12:34:25.698369  2914 consensus_queue.cc:260] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.699209  2915 raft_consensus.cc:385] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.699632  2915 raft_consensus.cc:740] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05ff8b4f6bf54216835f349cc0ee32ce, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.700591  2915 consensus_queue.cc:260] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.708293  2913 tablet_bootstrap.cc:654] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.710068  2915 ts_tablet_manager.cc:1434] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.005s
I20260630 12:34:25.715088  2915 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce: Bootstrap starting.
I20260630 12:34:25.721617  2915 tablet_bootstrap.cc:654] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.729398  2914 ts_tablet_manager.cc:1434] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36: Time spent starting tablet: real 0.036s	user 0.017s	sys 0.017s
I20260630 12:34:25.729866  2913 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4: No bootstrap required, opened a new log
I20260630 12:34:25.730242  2915 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce: No bootstrap required, opened a new log
I20260630 12:34:25.730448  2914 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: Bootstrap starting.
I20260630 12:34:25.730448  2913 ts_tablet_manager.cc:1403] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4: Time spent bootstrapping tablet: real 0.032s	user 0.017s	sys 0.012s
I20260630 12:34:25.730762  2915 ts_tablet_manager.cc:1403] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.007s
I20260630 12:34:25.733577  2913 raft_consensus.cc:359] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.734351  2913 raft_consensus.cc:385] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.733906  2915 raft_consensus.cc:359] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.734685  2913 raft_consensus.cc:740] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3aefeb502616428ba4531e62851a11c4, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.734833  2915 raft_consensus.cc:385] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.735255  2915 raft_consensus.cc:740] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 05ff8b4f6bf54216835f349cc0ee32ce, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.735545  2913 consensus_queue.cc:260] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.737021  2914 tablet_bootstrap.cc:654] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.737780  2913 ts_tablet_manager.cc:1434] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:34:25.736304  2915 consensus_queue.cc:260] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.740403  2915 ts_tablet_manager.cc:1434] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:34:25.748217  2914 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: No bootstrap required, opened a new log
I20260630 12:34:25.748708  2914 ts_tablet_manager.cc:1403] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.009s
I20260630 12:34:25.751093  2914 raft_consensus.cc:359] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.751605  2914 raft_consensus.cc:385] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.751839  2914 raft_consensus.cc:740] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c83be4756988437db2b93f5278d9db36, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.752452  2914 consensus_queue.cc:260] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.754222  2914 ts_tablet_manager.cc:1434] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.002s
I20260630 12:34:25.809082  2919 raft_consensus.cc:493] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.809600  2919 raft_consensus.cc:515] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.811733  2919 leader_election.cc:290] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c83be4756988437db2b93f5278d9db36 (127.0.235.2:37521), 05ff8b4f6bf54216835f349cc0ee32ce (127.0.235.1:36401)
I20260630 12:34:25.822621  2718 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63e4ba41648048b19bffe3c11fad6411" candidate_uuid: "3aefeb502616428ba4531e62851a11c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" is_pre_election: true
I20260630 12:34:25.822683  2793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63e4ba41648048b19bffe3c11fad6411" candidate_uuid: "3aefeb502616428ba4531e62851a11c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c83be4756988437db2b93f5278d9db36" is_pre_election: true
I20260630 12:34:25.823395  2718 raft_consensus.cc:2468] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3aefeb502616428ba4531e62851a11c4 in term 0.
I20260630 12:34:25.823449  2793 raft_consensus.cc:2468] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3aefeb502616428ba4531e62851a11c4 in term 0.
I20260630 12:34:25.824589  2832 leader_election.cc:304] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 05ff8b4f6bf54216835f349cc0ee32ce, 3aefeb502616428ba4531e62851a11c4; no voters: 
I20260630 12:34:25.825268  2919 raft_consensus.cc:2804] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:25.825516  2919 raft_consensus.cc:493] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:25.825722  2919 raft_consensus.cc:3060] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.830255  2919 raft_consensus.cc:515] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.832062  2919 leader_election.cc:290] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [CANDIDATE]: Term 1 election: Requested vote from peers c83be4756988437db2b93f5278d9db36 (127.0.235.2:37521), 05ff8b4f6bf54216835f349cc0ee32ce (127.0.235.1:36401)
I20260630 12:34:25.833069  2793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63e4ba41648048b19bffe3c11fad6411" candidate_uuid: "3aefeb502616428ba4531e62851a11c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c83be4756988437db2b93f5278d9db36"
I20260630 12:34:25.833540  2718 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63e4ba41648048b19bffe3c11fad6411" candidate_uuid: "3aefeb502616428ba4531e62851a11c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05ff8b4f6bf54216835f349cc0ee32ce"
I20260630 12:34:25.833649  2793 raft_consensus.cc:3060] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.834228  2718 raft_consensus.cc:3060] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.841118  2793 raft_consensus.cc:2468] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3aefeb502616428ba4531e62851a11c4 in term 1.
I20260630 12:34:25.841152  2718 raft_consensus.cc:2468] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3aefeb502616428ba4531e62851a11c4 in term 1.
I20260630 12:34:25.842226  2831 leader_election.cc:304] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3aefeb502616428ba4531e62851a11c4, c83be4756988437db2b93f5278d9db36; no voters: 
I20260630 12:34:25.842883  2919 raft_consensus.cc:2804] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.843966  2919 raft_consensus.cc:697] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3aefeb502616428ba4531e62851a11c4, State: Running, Role: LEADER
I20260630 12:34:25.844626  2919 consensus_queue.cc:237] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:25.851547  2616 catalog_manager.cc:5697] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3aefeb502616428ba4531e62851a11c4 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "3aefeb502616428ba4531e62851a11c4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:25.915637  2919 raft_consensus.cc:493] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:25.916054  2919 raft_consensus.cc:515] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.917590  2919 leader_election.cc:290] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 05ff8b4f6bf54216835f349cc0ee32ce (127.0.235.1:36401), c83be4756988437db2b93f5278d9db36 (127.0.235.2:37521)
I20260630 12:34:25.918382  2718 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16b5058887e24952bb4df8c92d903526" candidate_uuid: "3aefeb502616428ba4531e62851a11c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" is_pre_election: true
I20260630 12:34:25.918586  2793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16b5058887e24952bb4df8c92d903526" candidate_uuid: "3aefeb502616428ba4531e62851a11c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c83be4756988437db2b93f5278d9db36" is_pre_election: true
I20260630 12:34:25.918893  2718 raft_consensus.cc:2468] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3aefeb502616428ba4531e62851a11c4 in term 0.
I20260630 12:34:25.919152  2793 raft_consensus.cc:2468] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3aefeb502616428ba4531e62851a11c4 in term 0.
I20260630 12:34:25.919935  2832 leader_election.cc:304] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 05ff8b4f6bf54216835f349cc0ee32ce, 3aefeb502616428ba4531e62851a11c4; no voters: 
I20260630 12:34:25.920651  2919 raft_consensus.cc:2804] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:25.920969  2919 raft_consensus.cc:493] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:25.921190  2919 raft_consensus.cc:3060] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.925420  2919 raft_consensus.cc:515] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.926973  2919 leader_election.cc:290] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [CANDIDATE]: Term 1 election: Requested vote from peers 05ff8b4f6bf54216835f349cc0ee32ce (127.0.235.1:36401), c83be4756988437db2b93f5278d9db36 (127.0.235.2:37521)
I20260630 12:34:25.927597  2718 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16b5058887e24952bb4df8c92d903526" candidate_uuid: "3aefeb502616428ba4531e62851a11c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "05ff8b4f6bf54216835f349cc0ee32ce"
I20260630 12:34:25.927893  2793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16b5058887e24952bb4df8c92d903526" candidate_uuid: "3aefeb502616428ba4531e62851a11c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c83be4756988437db2b93f5278d9db36"
I20260630 12:34:25.928040  2718 raft_consensus.cc:3060] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.928401  2793 raft_consensus.cc:3060] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.932189  2718 raft_consensus.cc:2468] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3aefeb502616428ba4531e62851a11c4 in term 1.
I20260630 12:34:25.932531  2793 raft_consensus.cc:2468] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3aefeb502616428ba4531e62851a11c4 in term 1.
I20260630 12:34:25.933192  2832 leader_election.cc:304] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 05ff8b4f6bf54216835f349cc0ee32ce, 3aefeb502616428ba4531e62851a11c4; no voters: 
I20260630 12:34:25.933954  2919 raft_consensus.cc:2804] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.934368  2919 raft_consensus.cc:697] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 1 LEADER]: Becoming Leader. State: Replica: 3aefeb502616428ba4531e62851a11c4, State: Running, Role: LEADER
I20260630 12:34:25.935016  2919 consensus_queue.cc:237] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } }
I20260630 12:34:25.941303  2616 catalog_manager.cc:5697] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3aefeb502616428ba4531e62851a11c4 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "3aefeb502616428ba4531e62851a11c4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:26.188094  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:26.199978  2867 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "63e4ba41648048b19bffe3c11fad6411"
dest_uuid: "3aefeb502616428ba4531e62851a11c4"
mode: GRACEFUL
new_leader_uuid: "05ff8b4f6bf54216835f349cc0ee32ce"
 from {username='slave'} at 127.0.0.1:55986
I20260630 12:34:26.200556  2867 raft_consensus.cc:606] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 1 LEADER]: Received request to transfer leadership to TS 05ff8b4f6bf54216835f349cc0ee32ce
I20260630 12:34:26.201687  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:34:26.202069  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:26.237860  2919 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:26.244879  2927 raft_consensus.cc:993] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4: : Instructing follower 05ff8b4f6bf54216835f349cc0ee32ce to start an election
I20260630 12:34:26.245658  2919 raft_consensus.cc:1081] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 1 LEADER]: Signalling peer 05ff8b4f6bf54216835f349cc0ee32ce to start an election
I20260630 12:34:26.247923  2717 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "63e4ba41648048b19bffe3c11fad6411"
dest_uuid: "05ff8b4f6bf54216835f349cc0ee32ce"
 from {username='slave'} at 127.0.0.1:37486
I20260630 12:34:26.250183  2717 raft_consensus.cc:493] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:26.250573  2717 raft_consensus.cc:3060] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:26.252509  2934 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:26.257668  2717 raft_consensus.cc:515] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:26.265559  2717 leader_election.cc:290] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [CANDIDATE]: Term 2 election: Requested vote from peers 3aefeb502616428ba4531e62851a11c4 (127.0.235.3:42437), c83be4756988437db2b93f5278d9db36 (127.0.235.2:37521)
I20260630 12:34:26.278203  2867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63e4ba41648048b19bffe3c11fad6411" candidate_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "3aefeb502616428ba4531e62851a11c4"
I20260630 12:34:26.278766  2867 raft_consensus.cc:3055] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:26.279029  2867 raft_consensus.cc:740] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 3aefeb502616428ba4531e62851a11c4, State: Running, Role: LEADER
I20260630 12:34:26.279476  2793 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63e4ba41648048b19bffe3c11fad6411" candidate_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c83be4756988437db2b93f5278d9db36"
I20260630 12:34:26.280023  2793 raft_consensus.cc:3060] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:26.279773  2867 consensus_queue.cc:260] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [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: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:26.281023  2867 raft_consensus.cc:3060] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:26.287142  2793 raft_consensus.cc:2468] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 05ff8b4f6bf54216835f349cc0ee32ce in term 2.
I20260630 12:34:26.287921  2867 raft_consensus.cc:2468] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 05ff8b4f6bf54216835f349cc0ee32ce in term 2.
I20260630 12:34:26.288255  2682 leader_election.cc:304] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [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: 05ff8b4f6bf54216835f349cc0ee32ce, c83be4756988437db2b93f5278d9db36; no voters: 
I20260630 12:34:26.289135  2932 raft_consensus.cc:2804] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:26.290199  2932 raft_consensus.cc:697] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 2 LEADER]: Becoming Leader. State: Replica: 05ff8b4f6bf54216835f349cc0ee32ce, State: Running, Role: LEADER
I20260630 12:34:26.290827  2932 consensus_queue.cc:237] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [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: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } }
I20260630 12:34:26.296312  2613 catalog_manager.cc:5697] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce reported cstate change: term changed from 1 to 2, leader changed from 3aefeb502616428ba4531e62851a11c4 (127.0.235.3) to 05ff8b4f6bf54216835f349cc0ee32ce (127.0.235.1). New cstate: current_term: 2 leader_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:26.393319  2934 consensus_queue.cc:1048] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:26.403204  2919 consensus_queue.cc:1048] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:26.850503  2867 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:26.851804  2932 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:26.857475  2793 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 2 FOLLOWER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:34:26.859434  2945 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:28.202936  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:28.204735  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:28.205073  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:30.205852  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:30.207675  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:30.207947  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:32.208844  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:32.210978  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:32.211337  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:34.212205  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:34.214058  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:34.214391  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:36.215363  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:36.217322  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:36.217643  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:37.081480   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:37.088416  2957 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.088275  2956 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.089720  2959 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.091993   940 server_base.cc:1061] running on GCE node
I20260630 12:34:37.093094   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.093317   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.093500   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822877093482 us; error 0 us; skew 500 ppm
I20260630 12:34:37.093978   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.096591   940 webserver.cc:533] Webserver started at http://127.0.235.4:39033/ using document root <none> and password file <none>
I20260630 12:34:37.097095   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.097314   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.097610   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.098930   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "ee4f66f1c9954741b0588d06919f4cd4"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-47x1"
I20260630 12:34:37.103267   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:34:37.106427  2964 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.107085   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:34:37.107388   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "ee4f66f1c9954741b0588d06919f4cd4"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-47x1"
I20260630 12:34:37.107656   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:37.130153   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.131392   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.132793   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:37.135072   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:37.135309   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.135555   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:37.135740   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.175823   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:35437
I20260630 12:34:37.175998  3026 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:35437 every 8 connection(s)
I20260630 12:34:37.195575  3027 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43599
I20260630 12:34:37.195977  3027 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:37.196671  3027 heartbeater.cc:507] Master 127.0.235.62:43599 requested a full tablet report, sending...
I20260630 12:34:37.198652  2614 ts_manager.cc:194] Registered new tserver with Master: ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4:35437)
I20260630 12:34:37.200001  2614 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48614
I20260630 12:34:37.248445  2717 consensus_queue.cc:237] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [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: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: true } }
I20260630 12:34:37.255465  2793 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 2 FOLLOWER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:34:37.257858  2867 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:34:37.257689  2952 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:34:37.260999  3034 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:34:37.268049  2952 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: true } } }
I20260630 12:34:37.269814  2793 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: true } } }
I20260630 12:34:37.272655  2867 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: true } } }
W20260630 12:34:37.280324  2683 consensus_peers.cc:597] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce -> Peer ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4:35437): Couldn't send request to peer ee4f66f1c9954741b0588d06919f4cd4. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 63e4ba41648048b19bffe3c11fad6411. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:37.283779  2614 catalog_manager.cc:5697] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce reported cstate change: config changed from index -1 to 3, NON_VOTER ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) added. New cstate: current_term: 2 leader_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:37.692265  3044 ts_tablet_manager.cc:933] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: Initiating tablet copy from peer 05ff8b4f6bf54216835f349cc0ee32ce (127.0.235.1:36401)
I20260630 12:34:37.694397  3044 tablet_copy_client.cc:323] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:36401
I20260630 12:34:37.706084  2728 tablet_copy_service.cc:140] P 05ff8b4f6bf54216835f349cc0ee32ce: Received BeginTabletCopySession request for tablet 63e4ba41648048b19bffe3c11fad6411 from peer ee4f66f1c9954741b0588d06919f4cd4 ({username='slave'} at 127.0.0.1:33780)
I20260630 12:34:37.706565  2728 tablet_copy_service.cc:161] P 05ff8b4f6bf54216835f349cc0ee32ce: Beginning new tablet copy session on tablet 63e4ba41648048b19bffe3c11fad6411 from peer ee4f66f1c9954741b0588d06919f4cd4 at {username='slave'} at 127.0.0.1:33780: session id = ee4f66f1c9954741b0588d06919f4cd4-63e4ba41648048b19bffe3c11fad6411
I20260630 12:34:37.713056  2728 tablet_copy_source_session.cc:215] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:37.716619  3044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63e4ba41648048b19bffe3c11fad6411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:37.731973  3044 tablet_copy_client.cc:806] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:37.732597  3044 tablet_copy_client.cc:670] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:37.736217  3044 tablet_copy_client.cc:538] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:37.744354  3044 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: Bootstrap starting.
I20260630 12:34:37.766521  3044 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:34:37.767431  3044 tablet_bootstrap.cc:492] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: Bootstrap complete.
I20260630 12:34:37.768056  3044 ts_tablet_manager.cc:1403] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: Time spent bootstrapping tablet: real 0.024s	user 0.024s	sys 0.000s
I20260630 12:34:37.771024  3044 raft_consensus.cc:359] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: true } }
I20260630 12:34:37.771838  3044 raft_consensus.cc:740] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: ee4f66f1c9954741b0588d06919f4cd4, State: Initialized, Role: LEARNER
I20260630 12:34:37.772575  3044 consensus_queue.cc:260] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [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: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: true } }
I20260630 12:34:37.774682  3027 heartbeater.cc:499] Master 127.0.235.62:43599 was elected leader, sending a full tablet report...
I20260630 12:34:37.775254  3044 ts_tablet_manager.cc:1434] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:34:37.777032  2728 tablet_copy_service.cc:342] P 05ff8b4f6bf54216835f349cc0ee32ce: Request end of tablet copy session ee4f66f1c9954741b0588d06919f4cd4-63e4ba41648048b19bffe3c11fad6411 received from {username='slave'} at 127.0.0.1:33780
I20260630 12:34:37.777504  2728 tablet_copy_service.cc:434] P 05ff8b4f6bf54216835f349cc0ee32ce: ending tablet copy session ee4f66f1c9954741b0588d06919f4cd4-63e4ba41648048b19bffe3c11fad6411 on tablet 63e4ba41648048b19bffe3c11fad6411 with peer ee4f66f1c9954741b0588d06919f4cd4
I20260630 12:34:38.218616  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:38.220625  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:38.220992  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:38.252624  3002 raft_consensus.cc:1217] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:34:38.786924  3050 raft_consensus.cc:1064] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce: attempting to promote NON_VOTER ee4f66f1c9954741b0588d06919f4cd4 to VOTER
I20260630 12:34:38.789515  3050 consensus_queue.cc:237] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [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: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } }
I20260630 12:34:38.795912  2793 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 2 FOLLOWER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:38.797241  3002 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 LEARNER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:38.797428  3050 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:38.798777  2867 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:34:38.798822  3053 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:38.800323  3050 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:38.810413  3051 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.812431  2867 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.813117  3002 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.822184  2793 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.826313  2616 catalog_manager.cc:5697] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 reported cstate change: config changed from index 3 to 4, ee4f66f1c9954741b0588d06919f4cd4 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "c83be4756988437db2b93f5278d9db36" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 37521 } attrs { replace: true } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.857481  2717 consensus_queue.cc:237] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [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: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } }
I20260630 12:34:38.863082  2867 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:34:38.863740  3002 raft_consensus.cc:1275] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 FOLLOWER]: Refusing update from remote peer 05ff8b4f6bf54216835f349cc0ee32ce: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:34:38.864548  3053 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:38.865329  3050 consensus_queue.cc:1048] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:34:38.871985  3057 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER c83be4756988437db2b93f5278d9db36 (127.0.235.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.874135  2867 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER c83be4756988437db2b93f5278d9db36 (127.0.235.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.878682  3002 raft_consensus.cc:2955] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER c83be4756988437db2b93f5278d9db36 (127.0.235.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.885941  2602 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 63e4ba41648048b19bffe3c11fad6411 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:38.887910  2615 catalog_manager.cc:5697] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 reported cstate change: config changed from index 4 to 5, VOTER c83be4756988437db2b93f5278d9db36 (127.0.235.2) evicted. New cstate: current_term: 2 leader_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3aefeb502616428ba4531e62851a11c4" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42437 } } peers { permanent_uuid: "05ff8b4f6bf54216835f349cc0ee32ce" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36401 } } peers { permanent_uuid: "ee4f66f1c9954741b0588d06919f4cd4" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35437 } attrs { promote: false } } }
I20260630 12:34:38.898411  2782 tablet_service.cc:1558] Processing DeleteTablet for tablet 63e4ba41648048b19bffe3c11fad6411 with delete_type TABLET_DATA_TOMBSTONED (TS c83be4756988437db2b93f5278d9db36 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:37106
I20260630 12:34:38.900691  3064 tablet_replica.cc:333] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: stopping tablet replica
I20260630 12:34:38.901540  3064 raft_consensus.cc:2243] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:38.902173  3064 raft_consensus.cc:2272] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:38.904970  3064 ts_tablet_manager.cc:1916] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:38.914583  3064 ts_tablet_manager.cc:1929] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:34:38.914911  3064 log.cc:1199] T 63e4ba41648048b19bffe3c11fad6411 P c83be4756988437db2b93f5278d9db36: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822834383079-940-0/minicluster-data/ts-1-root/wals/63e4ba41648048b19bffe3c11fad6411
I20260630 12:34:38.916193  2601 catalog_manager.cc:5028] TS c83be4756988437db2b93f5278d9db36 (127.0.235.2:37521): tablet 63e4ba41648048b19bffe3c11fad6411 (table test-workload [id=51bcfba37cbd486e8a9b8cdf466a43e3]) successfully deleted
I20260630 12:34:40.221927  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:40.224081  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:40.224352  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:42.225268  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:42.227144  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:42.227449  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:44.228528  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:44.230515  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:44.230813  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:46.231897  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:46.233939  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:46.234359  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:48.235311  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:48.237174  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:48.237506  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:50.238488  2669 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:50.240358  2669 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:50.240708  2669 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:50.889930   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:34:50.913918   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:50.914669   940 tablet_replica.cc:333] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce: stopping tablet replica
I20260630 12:34:50.915259   940 raft_consensus.cc:2243] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:50.916193   940 raft_consensus.cc:2272] T 63e4ba41648048b19bffe3c11fad6411 P 05ff8b4f6bf54216835f349cc0ee32ce [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.918272   940 tablet_replica.cc:333] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce: stopping tablet replica
I20260630 12:34:50.918690   940 raft_consensus.cc:2243] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:50.919103   940 raft_consensus.cc:2272] T 16b5058887e24952bb4df8c92d903526 P 05ff8b4f6bf54216835f349cc0ee32ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:50.940994   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:34:50.957648   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:34:50.979367   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:50.980100   940 tablet_replica.cc:333] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36: stopping tablet replica
I20260630 12:34:50.980599   940 raft_consensus.cc:2243] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:50.981096   940 raft_consensus.cc:2272] T 16b5058887e24952bb4df8c92d903526 P c83be4756988437db2b93f5278d9db36 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:51.001677   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:34:51.012866   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:34:51.031705   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:51.032436   940 tablet_replica.cc:333] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4: stopping tablet replica
I20260630 12:34:51.033015   940 raft_consensus.cc:2243] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:51.033792   940 raft_consensus.cc:2272] T 63e4ba41648048b19bffe3c11fad6411 P 3aefeb502616428ba4531e62851a11c4 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:51.035683   940 tablet_replica.cc:333] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4: stopping tablet replica
I20260630 12:34:51.036109   940 raft_consensus.cc:2243] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:51.036921   940 raft_consensus.cc:2272] T 16b5058887e24952bb4df8c92d903526 P 3aefeb502616428ba4531e62851a11c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:51.056726   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:34:51.067314   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:34:51.091331   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:51.092047   940 tablet_replica.cc:333] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4: stopping tablet replica
I20260630 12:34:51.092662   940 raft_consensus.cc:2243] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:51.093372   940 raft_consensus.cc:2272] T 63e4ba41648048b19bffe3c11fad6411 P ee4f66f1c9954741b0588d06919f4cd4 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:51.111824   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:34:51.121155   940 master.cc:562] Master@127.0.235.62:43599 shutting down...
I20260630 12:34:51.139499   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:51.140090   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:51.140429   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P ce2d633d19354b72b696da5e9c5dee06: stopping tablet replica
I20260630 12:34:51.159790   940 master.cc:584] Master@127.0.235.62:43599 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (27122 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:34:51.195135   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:37845
I20260630 12:34:51.196192   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:51.201678  3071 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:51.201934  3070 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:51.202112  3073 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:51.203975   940 server_base.cc:1061] running on GCE node
I20260630 12:34:51.204839   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:51.205036   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:51.205199   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822891205166 us; error 0 us; skew 500 ppm
I20260630 12:34:51.205731   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:51.207957   940 webserver.cc:533] Webserver started at http://127.0.235.62:43285/ using document root <none> and password file <none>
I20260630 12:34:51.208422   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:51.208613   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:51.208907   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:51.209998   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "56c29e765e4a45f2932061092bf98c1a"
format_stamp: "Formatted at 2026-06-30 12:34:51 on dist-test-slave-47x1"
I20260630 12:34:51.214303   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:34:51.217379  3078 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:51.218118   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:51.218377   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "56c29e765e4a45f2932061092bf98c1a"
format_stamp: "Formatted at 2026-06-30 12:34:51 on dist-test-slave-47x1"
I20260630 12:34:51.218645   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:34:51.232398   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:51.233493   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:51.268813   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:37845
I20260630 12:34:51.268894  3129 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:37845 every 8 connection(s)
I20260630 12:34:51.272553  3130 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:51.282456  3130 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a: Bootstrap starting.
I20260630 12:34:51.286757  3130 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:51.290709  3130 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a: No bootstrap required, opened a new log
I20260630 12:34:51.292654  3130 raft_consensus.cc:359] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "56c29e765e4a45f2932061092bf98c1a" member_type: VOTER }
I20260630 12:34:51.293051  3130 raft_consensus.cc:385] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:51.293301  3130 raft_consensus.cc:740] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 56c29e765e4a45f2932061092bf98c1a, State: Initialized, Role: FOLLOWER
I20260630 12:34:51.293859  3130 consensus_queue.cc:260] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "56c29e765e4a45f2932061092bf98c1a" member_type: VOTER }
I20260630 12:34:51.294327  3130 raft_consensus.cc:399] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:51.294535  3130 raft_consensus.cc:493] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:51.294819  3130 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:51.298873  3130 raft_consensus.cc:515] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "56c29e765e4a45f2932061092bf98c1a" member_type: VOTER }
I20260630 12:34:51.299346  3130 leader_election.cc:304] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [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: 56c29e765e4a45f2932061092bf98c1a; no voters: 
I20260630 12:34:51.300345  3130 leader_election.cc:290] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:51.300647  3133 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:51.301923  3133 raft_consensus.cc:697] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 1 LEADER]: Becoming Leader. State: Replica: 56c29e765e4a45f2932061092bf98c1a, State: Running, Role: LEADER
I20260630 12:34:51.302646  3133 consensus_queue.cc:237] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [LEADER]: Queue going to LEADER mode. State: All 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: "56c29e765e4a45f2932061092bf98c1a" member_type: VOTER }
I20260630 12:34:51.303207  3130 sys_catalog.cc:565] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:51.305476  3134 sys_catalog.cc:455] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "56c29e765e4a45f2932061092bf98c1a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "56c29e765e4a45f2932061092bf98c1a" member_type: VOTER } }
I20260630 12:34:51.305647  3135 sys_catalog.cc:455] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 56c29e765e4a45f2932061092bf98c1a. Latest consensus state: current_term: 1 leader_uuid: "56c29e765e4a45f2932061092bf98c1a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "56c29e765e4a45f2932061092bf98c1a" member_type: VOTER } }
I20260630 12:34:51.306164  3134 sys_catalog.cc:458] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:51.306191  3135 sys_catalog.cc:458] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:51.309677  3139 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:51.317888  3139 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:51.318866   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:51.326660  3139 catalog_manager.cc:1383] Generated new cluster ID: 3a3bc83d50fe4340905f4762c95bc3f7
I20260630 12:34:51.326958  3139 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:51.355819  3139 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:51.357017  3139 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:51.369379  3139 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a: Generated new TSK 0
I20260630 12:34:51.369930  3139 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:51.383819   940 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.00037554s
I20260630 12:35:03.478955   940 master.cc:562] Master@127.0.235.62:37845 shutting down...
I20260630 12:35:03.500810   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:03.501632   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:03.502059   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 56c29e765e4a45f2932061092bf98c1a: stopping tablet replica
I20260630 12:35:03.521445   940 master.cc:584] Master@127.0.235.62:37845 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12358 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:35:03.553584   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:44115
I20260630 12:35:03.554685   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.559993  3153 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:03.560840  3154 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:03.563099  3156 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:03.563522   940 server_base.cc:1061] running on GCE node
I20260630 12:35:03.564272   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:03.564477   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:03.564639   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822903564619 us; error 0 us; skew 500 ppm
I20260630 12:35:03.565084   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.567385   940 webserver.cc:533] Webserver started at http://127.0.235.62:33467/ using document root <none> and password file <none>
I20260630 12:35:03.567857   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.568068   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.568337   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.569464   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "3943f4fff78d498aa4e86bba1b70546b"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-47x1"
I20260630 12:35:03.573764   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:35:03.576916  3161 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.577739   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:03.577957   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "3943f4fff78d498aa4e86bba1b70546b"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-47x1"
I20260630 12:35:03.578241   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:03.602208   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.603343   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.639509   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:44115
I20260630 12:35:03.639612  3212 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:44115 every 8 connection(s)
I20260630 12:35:03.643354  3213 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:03.653214  3213 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b: Bootstrap starting.
I20260630 12:35:03.657722  3213 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:03.661458  3213 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b: No bootstrap required, opened a new log
I20260630 12:35:03.663467  3213 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3943f4fff78d498aa4e86bba1b70546b" member_type: VOTER }
I20260630 12:35:03.663877  3213 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:03.664131  3213 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3943f4fff78d498aa4e86bba1b70546b, State: Initialized, Role: FOLLOWER
I20260630 12:35:03.664664  3213 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3943f4fff78d498aa4e86bba1b70546b" member_type: VOTER }
I20260630 12:35:03.665124  3213 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:03.665354  3213 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:03.665630  3213 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:03.669631  3213 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3943f4fff78d498aa4e86bba1b70546b" member_type: VOTER }
I20260630 12:35:03.670117  3213 leader_election.cc:304] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [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: 3943f4fff78d498aa4e86bba1b70546b; no voters: 
I20260630 12:35:03.671149  3213 leader_election.cc:290] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:03.671520  3216 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:03.672830  3216 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 1 LEADER]: Becoming Leader. State: Replica: 3943f4fff78d498aa4e86bba1b70546b, State: Running, Role: LEADER
I20260630 12:35:03.673417  3216 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [LEADER]: Queue going to LEADER mode. State: All 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: "3943f4fff78d498aa4e86bba1b70546b" member_type: VOTER }
I20260630 12:35:03.673950  3213 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:03.676415  3217 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3943f4fff78d498aa4e86bba1b70546b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3943f4fff78d498aa4e86bba1b70546b" member_type: VOTER } }
I20260630 12:35:03.676515  3218 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3943f4fff78d498aa4e86bba1b70546b. Latest consensus state: current_term: 1 leader_uuid: "3943f4fff78d498aa4e86bba1b70546b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3943f4fff78d498aa4e86bba1b70546b" member_type: VOTER } }
I20260630 12:35:03.677227  3217 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:03.677553  3218 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:03.680331  3222 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:03.688509  3222 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:03.689456   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:03.697049  3222 catalog_manager.cc:1383] Generated new cluster ID: b2bfa76830b14d17bfdd87cf1bd60c33
I20260630 12:35:03.697304  3222 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:03.717289  3222 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:03.718464  3222 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:03.730830  3222 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b: Generated new TSK 0
I20260630 12:35:03.731343  3222 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:03.755379   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.761047  3234 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:03.762079  3235 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:03.763388  3237 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:03.764297   940 server_base.cc:1061] running on GCE node
I20260630 12:35:03.765030   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:03.765209   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:03.765324   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822903765314 us; error 0 us; skew 500 ppm
I20260630 12:35:03.765760   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.768076   940 webserver.cc:533] Webserver started at http://127.0.235.1:38761/ using document root <none> and password file <none>
I20260630 12:35:03.768478   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.768625   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.768819   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.769891   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "c955a69f899a437382787400163c2163"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-47x1"
I20260630 12:35:03.773988   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:35:03.777060  3242 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.777758   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:03.777981   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "c955a69f899a437382787400163c2163"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-47x1"
I20260630 12:35:03.778270   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:03.797660   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.798792   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.800143   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:03.802337   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:03.802522   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.802772   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:03.802942   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.845021   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:46417
I20260630 12:35:03.845121  3304 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:46417 every 8 connection(s)
I20260630 12:35:03.850425   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.858871  3309 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:03.860036  3310 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:03.862620  3312 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:03.863441   940 server_base.cc:1061] running on GCE node
I20260630 12:35:03.864329   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:03.864526   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:03.864708   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822903864689 us; error 0 us; skew 500 ppm
I20260630 12:35:03.865157   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.867292  3305 heartbeater.cc:344] Connected to a master server at 127.0.235.62:44115
I20260630 12:35:03.867657  3305 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:03.867938   940 webserver.cc:533] Webserver started at http://127.0.235.2:43947/ using document root <none> and password file <none>
I20260630 12:35:03.868420   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.868386  3305 heartbeater.cc:507] Master 127.0.235.62:44115 requested a full tablet report, sending...
I20260630 12:35:03.868755   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.869060   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.870281   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "493777e3b4354f8ba61131b7dc42d194"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-47x1"
I20260630 12:35:03.870756  3178 ts_manager.cc:194] Registered new tserver with Master: c955a69f899a437382787400163c2163 (127.0.235.1:46417)
I20260630 12:35:03.873205  3178 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52146
I20260630 12:35:03.876072   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:35:03.879498  3317 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.880436   940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:35:03.880709   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "493777e3b4354f8ba61131b7dc42d194"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-47x1"
I20260630 12:35:03.880951   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:03.905371   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:03.906512   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:03.907876   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:03.910002   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:03.910202   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.910472   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:03.910641   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.947815   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:34465
I20260630 12:35:03.947898  3379 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:34465 every 8 connection(s)
I20260630 12:35:03.952458   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:03.959460  3383 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:03.961004  3384 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:03.964458  3386 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:03.964603  3380 heartbeater.cc:344] Connected to a master server at 127.0.235.62:44115
I20260630 12:35:03.964807   940 server_base.cc:1061] running on GCE node
I20260630 12:35:03.965184  3380 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:03.965754   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:03.965983   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:03.965910  3380 heartbeater.cc:507] Master 127.0.235.62:44115 requested a full tablet report, sending...
I20260630 12:35:03.966356   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822903966336 us; error 0 us; skew 500 ppm
I20260630 12:35:03.966962   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:03.968158  3178 ts_manager.cc:194] Registered new tserver with Master: 493777e3b4354f8ba61131b7dc42d194 (127.0.235.2:34465)
I20260630 12:35:03.969533   940 webserver.cc:533] Webserver started at http://127.0.235.3:38727/ using document root <none> and password file <none>
I20260630 12:35:03.970196   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:03.970391   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:03.970623  3178 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52152
I20260630 12:35:03.970686   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:03.972158   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "bf6f5114f0b84ea09dea832f9baf5810"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-47x1"
I20260630 12:35:03.976404   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:35:03.979334  3391 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:03.980238   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:03.980499   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "bf6f5114f0b84ea09dea832f9baf5810"
format_stamp: "Formatted at 2026-06-30 12:35:03 on dist-test-slave-47x1"
I20260630 12:35:03.980770   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:04.017416   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:04.018620   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:04.020012   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:04.022053   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:04.022258   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:04.022472   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:04.022639   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:04.060793   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:43137
I20260630 12:35:04.060885  3453 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:43137 every 8 connection(s)
I20260630 12:35:04.074815  3454 heartbeater.cc:344] Connected to a master server at 127.0.235.62:44115
I20260630 12:35:04.075181  3454 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:04.076066  3454 heartbeater.cc:507] Master 127.0.235.62:44115 requested a full tablet report, sending...
I20260630 12:35:04.078261  3178 ts_manager.cc:194] Registered new tserver with Master: bf6f5114f0b84ea09dea832f9baf5810 (127.0.235.3:43137)
I20260630 12:35:04.078764   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014526481s
I20260630 12:35:04.080029  3178 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52158
I20260630 12:35:04.876380  3305 heartbeater.cc:499] Master 127.0.235.62:44115 was elected leader, sending a full tablet report...
I20260630 12:35:04.973308  3380 heartbeater.cc:499] Master 127.0.235.62:44115 was elected leader, sending a full tablet report...
I20260630 12:35:05.083079  3454 heartbeater.cc:499] Master 127.0.235.62:44115 was elected leader, sending a full tablet report...
I20260630 12:35:05.688445  3231 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:07.689509  3231 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:08.643291  3209 debug-util.cc:398] Leaking SignalData structure 0x7b0800129cc0 after lost signal to thread 943
W20260630 12:35:08.644215  3209 debug-util.cc:398] Leaking SignalData structure 0x7b08001d59c0 after lost signal to thread 3212
W20260630 12:35:08.645154  3209 debug-util.cc:398] Leaking SignalData structure 0x7b08000f62e0 after lost signal to thread 3304
W20260630 12:35:08.646126  3209 debug-util.cc:398] Leaking SignalData structure 0x7b080020a6c0 after lost signal to thread 3379
W20260630 12:35:08.646952  3209 debug-util.cc:398] Leaking SignalData structure 0x7b08001ba0e0 after lost signal to thread 3453
I20260630 12:35:09.690649  3231 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:11.691617  3231 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:13.692636  3231 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:15.693743  3231 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:16.312584   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:35:16.338975   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.355719   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:35:16.365499   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:35:16.385422   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.400997   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:35:16.409698   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:35:16.427260   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:16.443146   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:35:16.451126   940 master.cc:562] Master@127.0.235.62:44115 shutting down...
I20260630 12:35:16.467983   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:16.468710   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:16.469069   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3943f4fff78d498aa4e86bba1b70546b: stopping tablet replica
I20260630 12:35:16.502121   940 master.cc:584] Master@127.0.235.62:44115 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12977 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:35:16.533267   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:46047
I20260630 12:35:16.534392   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:16.539963  3460 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:16.540437  3461 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:16.540657  3463 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:16.541440   940 server_base.cc:1061] running on GCE node
I20260630 12:35:16.543483   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:16.543665   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:16.543776   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822916543765 us; error 0 us; skew 500 ppm
I20260630 12:35:16.544173   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:16.546367   940 webserver.cc:533] Webserver started at http://127.0.235.62:45067/ using document root <none> and password file <none>
I20260630 12:35:16.546777   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:16.546928   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:16.547150   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:16.548238   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "8d36b66f6f2946b6bc594952bbd42c61"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-47x1"
I20260630 12:35:16.552323   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:35:16.555286  3468 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.555954   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:16.556221   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "8d36b66f6f2946b6bc594952bbd42c61"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-47x1"
I20260630 12:35:16.556494   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:16.573374   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:16.574512   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:16.612241   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:46047
I20260630 12:35:16.612355  3519 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:46047 every 8 connection(s)
I20260630 12:35:16.616153  3520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:16.626346  3520 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61: Bootstrap starting.
I20260630 12:35:16.630810  3520 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:16.634559  3520 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61: No bootstrap required, opened a new log
I20260630 12:35:16.636536  3520 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d36b66f6f2946b6bc594952bbd42c61" member_type: VOTER }
I20260630 12:35:16.636919  3520 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:16.637176  3520 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d36b66f6f2946b6bc594952bbd42c61, State: Initialized, Role: FOLLOWER
I20260630 12:35:16.637744  3520 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8d36b66f6f2946b6bc594952bbd42c61" member_type: VOTER }
I20260630 12:35:16.638243  3520 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:16.638466  3520 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:16.638751  3520 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:16.642622  3520 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d36b66f6f2946b6bc594952bbd42c61" member_type: VOTER }
I20260630 12:35:16.643122  3520 leader_election.cc:304] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [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: 8d36b66f6f2946b6bc594952bbd42c61; no voters: 
I20260630 12:35:16.644104  3520 leader_election.cc:290] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:16.644402  3523 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:16.645718  3523 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 1 LEADER]: Becoming Leader. State: Replica: 8d36b66f6f2946b6bc594952bbd42c61, State: Running, Role: LEADER
I20260630 12:35:16.646443  3523 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [LEADER]: Queue going to LEADER mode. State: All 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: "8d36b66f6f2946b6bc594952bbd42c61" member_type: VOTER }
I20260630 12:35:16.647186  3520 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:16.652200  3525 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8d36b66f6f2946b6bc594952bbd42c61. Latest consensus state: current_term: 1 leader_uuid: "8d36b66f6f2946b6bc594952bbd42c61" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d36b66f6f2946b6bc594952bbd42c61" member_type: VOTER } }
I20260630 12:35:16.653146  3525 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:16.652684  3524 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8d36b66f6f2946b6bc594952bbd42c61" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d36b66f6f2946b6bc594952bbd42c61" member_type: VOTER } }
I20260630 12:35:16.653641  3524 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:16.654923  3531 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:16.660290  3531 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:16.663079   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:16.669920  3531 catalog_manager.cc:1383] Generated new cluster ID: b63ac67c08df4dbcbb551fc5ce79e531
I20260630 12:35:16.670208  3531 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:16.688011  3531 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:16.689225  3531 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:16.702123  3531 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61: Generated new TSK 0
I20260630 12:35:16.702659  3531 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:16.731930   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:16.737794  3541 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:16.738771  3542 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:16.740854   940 server_base.cc:1061] running on GCE node
W20260630 12:35:16.741299  3544 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:16.742167   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:16.742364   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:16.742533   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822916742494 us; error 0 us; skew 500 ppm
I20260630 12:35:16.743016   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:16.745129   940 webserver.cc:533] Webserver started at http://127.0.235.1:44499/ using document root <none> and password file <none>
I20260630 12:35:16.745544   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:16.745693   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:16.745885   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:16.747001   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "a64e9b641b0f4cddbde5076d52f9369d"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-47x1"
I20260630 12:35:16.751039   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:16.753885  3549 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.754619   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:16.754845   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "a64e9b641b0f4cddbde5076d52f9369d"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-47x1"
I20260630 12:35:16.755062   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:16.770630   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:16.771654   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:16.772933   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:16.775106   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:16.775262   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.775561   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:16.775727   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.813032   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:42427
I20260630 12:35:16.813135  3611 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:42427 every 8 connection(s)
I20260630 12:35:16.818042   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:16.824491  3616 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:16.825904  3617 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:16.828415  3619 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:16.829420   940 server_base.cc:1061] running on GCE node
I20260630 12:35:16.830265   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:16.830466   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:16.830662   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822916830629 us; error 0 us; skew 500 ppm
I20260630 12:35:16.831254   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:16.835364   940 webserver.cc:533] Webserver started at http://127.0.235.2:38085/ using document root <none> and password file <none>
I20260630 12:35:16.836052   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:16.836561  3612 heartbeater.cc:344] Connected to a master server at 127.0.235.62:46047
I20260630 12:35:16.836575   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:16.837199  3612 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:16.837306   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:16.838208  3612 heartbeater.cc:507] Master 127.0.235.62:46047 requested a full tablet report, sending...
I20260630 12:35:16.839670   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "3a93a7bd9ab8496b833be1b76c81bfd5"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-47x1"
I20260630 12:35:16.840962  3485 ts_manager.cc:194] Registered new tserver with Master: a64e9b641b0f4cddbde5076d52f9369d (127.0.235.1:42427)
I20260630 12:35:16.843263  3485 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57446
I20260630 12:35:16.847383   940 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:16.851866  3624 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.852728   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:16.853120   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "3a93a7bd9ab8496b833be1b76c81bfd5"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-47x1"
I20260630 12:35:16.853482   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:16.866510   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:16.867529   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:16.868764   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:16.870868   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:16.871035   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.871213   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:16.871336   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.909063   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:38287
I20260630 12:35:16.909159  3686 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:38287 every 8 connection(s)
I20260630 12:35:16.913817   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:16.921000  3690 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:16.922909  3691 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:16.924798  3693 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:16.925649   940 server_base.cc:1061] running on GCE node
I20260630 12:35:16.925835  3687 heartbeater.cc:344] Connected to a master server at 127.0.235.62:46047
I20260630 12:35:16.926332  3687 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:16.926935   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:16.927217   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:16.927227  3687 heartbeater.cc:507] Master 127.0.235.62:46047 requested a full tablet report, sending...
I20260630 12:35:16.927559   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822916927540 us; error 0 us; skew 500 ppm
I20260630 12:35:16.928295   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:16.929577  3485 ts_manager.cc:194] Registered new tserver with Master: 3a93a7bd9ab8496b833be1b76c81bfd5 (127.0.235.2:38287)
I20260630 12:35:16.930896   940 webserver.cc:533] Webserver started at http://127.0.235.3:35983/ using document root <none> and password file <none>
I20260630 12:35:16.931435  3485 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57456
I20260630 12:35:16.931526   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:16.931882   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:16.932204   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:16.933710   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "8d4a66b4b6214b6595f44f983b33ebcb"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-47x1"
I20260630 12:35:16.937830   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:35:16.940920  3698 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.941635   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:16.941901   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "8d4a66b4b6214b6595f44f983b33ebcb"
format_stamp: "Formatted at 2026-06-30 12:35:16 on dist-test-slave-47x1"
I20260630 12:35:16.942217   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:16.960055   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:16.961081   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:16.962411   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:16.964529   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:16.964746   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:16.964970   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:16.965140   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:17.001729   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:40807
I20260630 12:35:17.001820  3760 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:40807 every 8 connection(s)
I20260630 12:35:17.015326  3761 heartbeater.cc:344] Connected to a master server at 127.0.235.62:46047
I20260630 12:35:17.015705  3761 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:17.016386  3761 heartbeater.cc:507] Master 127.0.235.62:46047 requested a full tablet report, sending...
I20260630 12:35:17.018225  3485 ts_manager.cc:194] Registered new tserver with Master: 8d4a66b4b6214b6595f44f983b33ebcb (127.0.235.3:40807)
I20260630 12:35:17.019032   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014227586s
I20260630 12:35:17.019541  3485 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57460
I20260630 12:35:17.846145  3612 heartbeater.cc:499] Master 127.0.235.62:46047 was elected leader, sending a full tablet report...
I20260630 12:35:17.934253  3687 heartbeater.cc:499] Master 127.0.235.62:46047 was elected leader, sending a full tablet report...
I20260630 12:35:18.022318  3761 heartbeater.cc:499] Master 127.0.235.62:46047 was elected leader, sending a full tablet report...
I20260630 12:35:18.070988  3485 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57464:
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:35:18.073220  3485 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:35:18.125818  3652 tablet_service.cc:1511] Processing CreateTablet for tablet 8bc988c521d3494b8e1e0a326e07502d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:18.127256  3652 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bc988c521d3494b8e1e0a326e07502d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.130870  3651 tablet_service.cc:1511] Processing CreateTablet for tablet bbdce476c3334073b2cfbc61d7ceb566 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:18.132328  3651 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbdce476c3334073b2cfbc61d7ceb566. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.136775  3650 tablet_service.cc:1511] Processing CreateTablet for tablet 45058a7243a24541ba52946296d8b8fd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:18.138093  3650 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45058a7243a24541ba52946296d8b8fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.139705  3649 tablet_service.cc:1511] Processing CreateTablet for tablet 963998421c9749768e756d3b372c5baa (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:18.141116  3649 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 963998421c9749768e756d3b372c5baa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.157433  3726 tablet_service.cc:1511] Processing CreateTablet for tablet 8bc988c521d3494b8e1e0a326e07502d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:18.158923  3726 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bc988c521d3494b8e1e0a326e07502d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.163331  3725 tablet_service.cc:1511] Processing CreateTablet for tablet bbdce476c3334073b2cfbc61d7ceb566 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:18.165059  3725 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbdce476c3334073b2cfbc61d7ceb566. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.167353  3724 tablet_service.cc:1511] Processing CreateTablet for tablet 45058a7243a24541ba52946296d8b8fd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:18.168322  3577 tablet_service.cc:1511] Processing CreateTablet for tablet 8bc988c521d3494b8e1e0a326e07502d (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:18.169698  3577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bc988c521d3494b8e1e0a326e07502d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.170025  3723 tablet_service.cc:1511] Processing CreateTablet for tablet 963998421c9749768e756d3b372c5baa (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:18.168762  3724 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45058a7243a24541ba52946296d8b8fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.172362  3781 tablet_bootstrap.cc:492] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5: Bootstrap starting.
I20260630 12:35:18.174898  3576 tablet_service.cc:1511] Processing CreateTablet for tablet bbdce476c3334073b2cfbc61d7ceb566 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:18.175529  3723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 963998421c9749768e756d3b372c5baa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.176244  3576 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbdce476c3334073b2cfbc61d7ceb566. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.177309  3575 tablet_service.cc:1511] Processing CreateTablet for tablet 45058a7243a24541ba52946296d8b8fd (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:18.176278  3574 tablet_service.cc:1511] Processing CreateTablet for tablet 963998421c9749768e756d3b372c5baa (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=61c8ad8ec5764295bc061488463a9cda]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:18.178689  3575 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 45058a7243a24541ba52946296d8b8fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.179471  3574 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 963998421c9749768e756d3b372c5baa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:18.182765  3781 tablet_bootstrap.cc:654] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.212543  3783 tablet_bootstrap.cc:492] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb: Bootstrap starting.
I20260630 12:35:18.217656  3782 tablet_bootstrap.cc:492] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d: Bootstrap starting.
I20260630 12:35:18.218948  3783 tablet_bootstrap.cc:654] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.224293  3781 tablet_bootstrap.cc:492] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5: No bootstrap required, opened a new log
I20260630 12:35:18.224488  3783 tablet_bootstrap.cc:492] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb: No bootstrap required, opened a new log
I20260630 12:35:18.224737  3781 ts_tablet_manager.cc:1403] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5: Time spent bootstrapping tablet: real 0.053s	user 0.006s	sys 0.008s
I20260630 12:35:18.225069  3783 ts_tablet_manager.cc:1403] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:35:18.227169  3783 raft_consensus.cc:359] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.227736  3783 raft_consensus.cc:385] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.227825  3782 tablet_bootstrap.cc:654] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.227595  3781 raft_consensus.cc:359] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.228142  3783 raft_consensus.cc:740] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d4a66b4b6214b6595f44f983b33ebcb, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.228415  3781 raft_consensus.cc:385] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.228821  3781 raft_consensus.cc:740] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a93a7bd9ab8496b833be1b76c81bfd5, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.228884  3783 consensus_queue.cc:260] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.229713  3781 consensus_queue.cc:260] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.231791  3783 ts_tablet_manager.cc:1434] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
I20260630 12:35:18.232779  3783 tablet_bootstrap.cc:492] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb: Bootstrap starting.
I20260630 12:35:18.238818  3783 tablet_bootstrap.cc:654] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.243745  3781 ts_tablet_manager.cc:1434] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.011s
I20260630 12:35:18.244745  3783 tablet_bootstrap.cc:492] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb: No bootstrap required, opened a new log
I20260630 12:35:18.245129  3783 ts_tablet_manager.cc:1403] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.001s
I20260630 12:35:18.246863  3781 tablet_bootstrap.cc:492] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5: Bootstrap starting.
I20260630 12:35:18.247946  3783 raft_consensus.cc:359] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.249104  3783 raft_consensus.cc:385] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.249425  3783 raft_consensus.cc:740] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d4a66b4b6214b6595f44f983b33ebcb, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.250811  3782 tablet_bootstrap.cc:492] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d: No bootstrap required, opened a new log
I20260630 12:35:18.250407  3783 consensus_queue.cc:260] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.251298  3782 ts_tablet_manager.cc:1403] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d: Time spent bootstrapping tablet: real 0.034s	user 0.011s	sys 0.012s
I20260630 12:35:18.253587  3781 tablet_bootstrap.cc:654] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.254201  3782 raft_consensus.cc:359] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.255079  3782 raft_consensus.cc:385] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.255404  3782 raft_consensus.cc:740] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a64e9b641b0f4cddbde5076d52f9369d, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.256006  3783 ts_tablet_manager.cc:1434] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
W20260630 12:35:18.256632  3762 tablet.cc:2406] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:35:18.258363  3783 tablet_bootstrap.cc:492] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb: Bootstrap starting.
I20260630 12:35:18.256564  3782 consensus_queue.cc:260] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.261886  3781 tablet_bootstrap.cc:492] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5: No bootstrap required, opened a new log
I20260630 12:35:18.262482  3781 ts_tablet_manager.cc:1403] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.007s
I20260630 12:35:18.262526  3782 ts_tablet_manager.cc:1434] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.005s
I20260630 12:35:18.263705  3782 tablet_bootstrap.cc:492] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d: Bootstrap starting.
I20260630 12:35:18.266477  3781 raft_consensus.cc:359] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.267197  3781 raft_consensus.cc:385] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.267513  3781 raft_consensus.cc:740] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a93a7bd9ab8496b833be1b76c81bfd5, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.268278  3781 consensus_queue.cc:260] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.270470  3781 ts_tablet_manager.cc:1434] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:35:18.270799  3783 tablet_bootstrap.cc:654] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.271409  3781 tablet_bootstrap.cc:492] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5: Bootstrap starting.
I20260630 12:35:18.270746  3782 tablet_bootstrap.cc:654] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.277894  3781 tablet_bootstrap.cc:654] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.282660  3783 tablet_bootstrap.cc:492] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb: No bootstrap required, opened a new log
I20260630 12:35:18.283309  3783 ts_tablet_manager.cc:1403] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb: Time spent bootstrapping tablet: real 0.025s	user 0.005s	sys 0.012s
I20260630 12:35:18.286948  3783 raft_consensus.cc:359] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.288026  3783 raft_consensus.cc:385] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.288614  3781 tablet_bootstrap.cc:492] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5: No bootstrap required, opened a new log
I20260630 12:35:18.289443  3783 raft_consensus.cc:740] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d4a66b4b6214b6595f44f983b33ebcb, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.289705  3781 ts_tablet_manager.cc:1403] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5: Time spent bootstrapping tablet: real 0.019s	user 0.005s	sys 0.011s
I20260630 12:35:18.290673  3782 tablet_bootstrap.cc:492] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d: No bootstrap required, opened a new log
I20260630 12:35:18.290423  3783 consensus_queue.cc:260] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.291137  3782 ts_tablet_manager.cc:1403] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.008s
I20260630 12:35:18.292052  3781 raft_consensus.cc:359] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.292575  3781 raft_consensus.cc:385] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.292817  3781 raft_consensus.cc:740] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a93a7bd9ab8496b833be1b76c81bfd5, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.293443  3781 consensus_queue.cc:260] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.293838  3782 raft_consensus.cc:359] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.294589  3782 raft_consensus.cc:385] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.294880  3782 raft_consensus.cc:740] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a64e9b641b0f4cddbde5076d52f9369d, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.295168  3783 ts_tablet_manager.cc:1434] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.001s
I20260630 12:35:18.295709  3781 ts_tablet_manager.cc:1434] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:18.296169  3783 tablet_bootstrap.cc:492] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb: Bootstrap starting.
I20260630 12:35:18.295764  3782 consensus_queue.cc:260] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.296811  3781 tablet_bootstrap.cc:492] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5: Bootstrap starting.
I20260630 12:35:18.297962  3782 ts_tablet_manager.cc:1434] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:35:18.298949  3782 tablet_bootstrap.cc:492] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d: Bootstrap starting.
I20260630 12:35:18.302882  3783 tablet_bootstrap.cc:654] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.303301  3781 tablet_bootstrap.cc:654] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.308734  3782 tablet_bootstrap.cc:654] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.317042  3783 tablet_bootstrap.cc:492] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb: No bootstrap required, opened a new log
I20260630 12:35:18.317734  3783 ts_tablet_manager.cc:1403] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.010s
I20260630 12:35:18.322762  3783 raft_consensus.cc:359] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.323904  3783 raft_consensus.cc:385] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.324353  3783 raft_consensus.cc:740] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d4a66b4b6214b6595f44f983b33ebcb, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.325570  3783 consensus_queue.cc:260] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.329348  3781 tablet_bootstrap.cc:492] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5: No bootstrap required, opened a new log
I20260630 12:35:18.329887  3781 ts_tablet_manager.cc:1403] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5: Time spent bootstrapping tablet: real 0.033s	user 0.021s	sys 0.011s
I20260630 12:35:18.330130  3783 ts_tablet_manager.cc:1434] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:35:18.330628  3782 tablet_bootstrap.cc:492] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d: No bootstrap required, opened a new log
I20260630 12:35:18.331095  3782 ts_tablet_manager.cc:1403] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d: Time spent bootstrapping tablet: real 0.032s	user 0.012s	sys 0.012s
I20260630 12:35:18.332820  3781 raft_consensus.cc:359] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.333401  3781 raft_consensus.cc:385] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.333647  3781 raft_consensus.cc:740] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a93a7bd9ab8496b833be1b76c81bfd5, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.333617  3782 raft_consensus.cc:359] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.334595  3782 raft_consensus.cc:385] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.334568  3781 consensus_queue.cc:260] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.335057  3782 raft_consensus.cc:740] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a64e9b641b0f4cddbde5076d52f9369d, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.335989  3782 consensus_queue.cc:260] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.336884  3781 ts_tablet_manager.cc:1434] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:35:18.339883  3782 ts_tablet_manager.cc:1434] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.002s
I20260630 12:35:18.340900  3782 tablet_bootstrap.cc:492] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d: Bootstrap starting.
I20260630 12:35:18.349027  3782 tablet_bootstrap.cc:654] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:18.352933  3782 tablet_bootstrap.cc:492] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d: No bootstrap required, opened a new log
I20260630 12:35:18.353297  3782 ts_tablet_manager.cc:1403] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.003s
I20260630 12:35:18.355016  3788 raft_consensus.cc:493] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.355167  3782 raft_consensus.cc:359] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.355430  3788 raft_consensus.cc:515] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.355926  3782 raft_consensus.cc:385] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:18.356213  3782 raft_consensus.cc:740] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a64e9b641b0f4cddbde5076d52f9369d, State: Initialized, Role: FOLLOWER
I20260630 12:35:18.356897  3782 consensus_queue.cc:260] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.357860  3788 leader_election.cc:290] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a64e9b641b0f4cddbde5076d52f9369d (127.0.235.1:42427), 8d4a66b4b6214b6595f44f983b33ebcb (127.0.235.3:40807)
I20260630 12:35:18.360528  3782 ts_tablet_manager.cc:1434] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:35:18.369336  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bc988c521d3494b8e1e0a326e07502d" candidate_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a64e9b641b0f4cddbde5076d52f9369d" is_pre_election: true
I20260630 12:35:18.370106  3587 raft_consensus.cc:2468] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a93a7bd9ab8496b833be1b76c81bfd5 in term 0.
I20260630 12:35:18.371291  3625 leader_election.cc:304] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a93a7bd9ab8496b833be1b76c81bfd5, a64e9b641b0f4cddbde5076d52f9369d; no voters: 
I20260630 12:35:18.372068  3788 raft_consensus.cc:2804] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:18.372330  3788 raft_consensus.cc:493] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:18.372213  3736 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bc988c521d3494b8e1e0a326e07502d" candidate_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" is_pre_election: true
I20260630 12:35:18.372673  3788 raft_consensus.cc:3060] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.373077  3736 raft_consensus.cc:2468] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a93a7bd9ab8496b833be1b76c81bfd5 in term 0.
I20260630 12:35:18.377210  3788 raft_consensus.cc:515] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.378662  3788 leader_election.cc:290] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [CANDIDATE]: Term 1 election: Requested vote from peers a64e9b641b0f4cddbde5076d52f9369d (127.0.235.1:42427), 8d4a66b4b6214b6595f44f983b33ebcb (127.0.235.3:40807)
I20260630 12:35:18.379370  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bc988c521d3494b8e1e0a326e07502d" candidate_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a64e9b641b0f4cddbde5076d52f9369d"
I20260630 12:35:18.379544  3736 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bc988c521d3494b8e1e0a326e07502d" candidate_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d4a66b4b6214b6595f44f983b33ebcb"
I20260630 12:35:18.379838  3587 raft_consensus.cc:3060] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.380074  3736 raft_consensus.cc:3060] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.381306  3791 raft_consensus.cc:493] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.381762  3791 raft_consensus.cc:515] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.385360  3587 raft_consensus.cc:2468] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a93a7bd9ab8496b833be1b76c81bfd5 in term 1.
I20260630 12:35:18.386475  3791 leader_election.cc:290] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a93a7bd9ab8496b833be1b76c81bfd5 (127.0.235.2:38287), 8d4a66b4b6214b6595f44f983b33ebcb (127.0.235.3:40807)
I20260630 12:35:18.386885  3625 leader_election.cc:304] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a93a7bd9ab8496b833be1b76c81bfd5, a64e9b641b0f4cddbde5076d52f9369d; no voters: 
I20260630 12:35:18.387244  3736 raft_consensus.cc:2468] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a93a7bd9ab8496b833be1b76c81bfd5 in term 1.
I20260630 12:35:18.388125  3788 raft_consensus.cc:2804] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.394687  3788 raft_consensus.cc:697] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 LEADER]: Becoming Leader. State: Replica: 3a93a7bd9ab8496b833be1b76c81bfd5, State: Running, Role: LEADER
I20260630 12:35:18.395539  3788 consensus_queue.cc:237] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.398506  3662 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbdce476c3334073b2cfbc61d7ceb566" candidate_uuid: "a64e9b641b0f4cddbde5076d52f9369d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" is_pre_election: true
I20260630 12:35:18.399248  3662 raft_consensus.cc:2468] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a64e9b641b0f4cddbde5076d52f9369d in term 0.
I20260630 12:35:18.400942  3552 leader_election.cc:304] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a93a7bd9ab8496b833be1b76c81bfd5, a64e9b641b0f4cddbde5076d52f9369d; no voters: 
I20260630 12:35:18.401793  3791 raft_consensus.cc:2804] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:18.402190  3791 raft_consensus.cc:493] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:18.402522  3791 raft_consensus.cc:3060] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.403936  3736 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbdce476c3334073b2cfbc61d7ceb566" candidate_uuid: "a64e9b641b0f4cddbde5076d52f9369d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" is_pre_election: true
I20260630 12:35:18.404549  3736 raft_consensus.cc:2468] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a64e9b641b0f4cddbde5076d52f9369d in term 0.
I20260630 12:35:18.406379  3483 catalog_manager.cc:5697] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3a93a7bd9ab8496b833be1b76c81bfd5 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:18.409325  3791 raft_consensus.cc:515] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.411517  3662 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbdce476c3334073b2cfbc61d7ceb566" candidate_uuid: "a64e9b641b0f4cddbde5076d52f9369d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5"
I20260630 12:35:18.411688  3791 leader_election.cc:290] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [CANDIDATE]: Term 1 election: Requested vote from peers 3a93a7bd9ab8496b833be1b76c81bfd5 (127.0.235.2:38287), 8d4a66b4b6214b6595f44f983b33ebcb (127.0.235.3:40807)
I20260630 12:35:18.411846  3736 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbdce476c3334073b2cfbc61d7ceb566" candidate_uuid: "a64e9b641b0f4cddbde5076d52f9369d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d4a66b4b6214b6595f44f983b33ebcb"
I20260630 12:35:18.412088  3662 raft_consensus.cc:3060] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.412412  3736 raft_consensus.cc:3060] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.419003  3736 raft_consensus.cc:2468] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a64e9b641b0f4cddbde5076d52f9369d in term 1.
I20260630 12:35:18.418999  3662 raft_consensus.cc:2468] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a64e9b641b0f4cddbde5076d52f9369d in term 1.
I20260630 12:35:18.420552  3553 leader_election.cc:304] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8d4a66b4b6214b6595f44f983b33ebcb, a64e9b641b0f4cddbde5076d52f9369d; no voters: 
I20260630 12:35:18.421140  3791 raft_consensus.cc:2804] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.422199  3791 raft_consensus.cc:697] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 1 LEADER]: Becoming Leader. State: Replica: a64e9b641b0f4cddbde5076d52f9369d, State: Running, Role: LEADER
I20260630 12:35:18.423026  3791 consensus_queue.cc:237] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.429512  3483 catalog_manager.cc:5697] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d reported cstate change: term changed from 0 to 1, leader changed from <none> to a64e9b641b0f4cddbde5076d52f9369d (127.0.235.1). New cstate: current_term: 1 leader_uuid: "a64e9b641b0f4cddbde5076d52f9369d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:18.598340  3786 raft_consensus.cc:493] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.598825  3786 raft_consensus.cc:515] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.600711  3786 leader_election.cc:290] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a64e9b641b0f4cddbde5076d52f9369d (127.0.235.1:42427), 3a93a7bd9ab8496b833be1b76c81bfd5 (127.0.235.2:38287)
I20260630 12:35:18.610359  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "963998421c9749768e756d3b372c5baa" candidate_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a64e9b641b0f4cddbde5076d52f9369d" is_pre_election: true
I20260630 12:35:18.610883  3662 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "963998421c9749768e756d3b372c5baa" candidate_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" is_pre_election: true
I20260630 12:35:18.610994  3587 raft_consensus.cc:2468] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d4a66b4b6214b6595f44f983b33ebcb in term 0.
I20260630 12:35:18.611562  3662 raft_consensus.cc:2468] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d4a66b4b6214b6595f44f983b33ebcb in term 0.
I20260630 12:35:18.612282  3699 leader_election.cc:304] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8d4a66b4b6214b6595f44f983b33ebcb, a64e9b641b0f4cddbde5076d52f9369d; no voters: 
I20260630 12:35:18.613076  3786 raft_consensus.cc:2804] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:18.613425  3786 raft_consensus.cc:493] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:18.613736  3786 raft_consensus.cc:3060] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.618515  3786 raft_consensus.cc:515] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.619904  3786 leader_election.cc:290] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [CANDIDATE]: Term 1 election: Requested vote from peers a64e9b641b0f4cddbde5076d52f9369d (127.0.235.1:42427), 3a93a7bd9ab8496b833be1b76c81bfd5 (127.0.235.2:38287)
I20260630 12:35:18.620623  3587 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "963998421c9749768e756d3b372c5baa" candidate_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a64e9b641b0f4cddbde5076d52f9369d"
I20260630 12:35:18.620808  3662 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "963998421c9749768e756d3b372c5baa" candidate_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5"
I20260630 12:35:18.621065  3587 raft_consensus.cc:3060] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.621310  3662 raft_consensus.cc:3060] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.625303  3587 raft_consensus.cc:2468] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d4a66b4b6214b6595f44f983b33ebcb in term 1.
I20260630 12:35:18.625540  3662 raft_consensus.cc:2468] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d4a66b4b6214b6595f44f983b33ebcb in term 1.
I20260630 12:35:18.626207  3699 leader_election.cc:304] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8d4a66b4b6214b6595f44f983b33ebcb, a64e9b641b0f4cddbde5076d52f9369d; no voters: 
I20260630 12:35:18.626929  3786 raft_consensus.cc:2804] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.627872  3786 raft_consensus.cc:697] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 LEADER]: Becoming Leader. State: Replica: 8d4a66b4b6214b6595f44f983b33ebcb, State: Running, Role: LEADER
I20260630 12:35:18.628593  3786 consensus_queue.cc:237] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.635046  3483 catalog_manager.cc:5697] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb reported cstate change: term changed from 0 to 1, leader changed from <none> to 8d4a66b4b6214b6595f44f983b33ebcb (127.0.235.3). New cstate: current_term: 1 leader_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } health_report { overall_health: HEALTHY } } }
W20260630 12:35:18.660629  3533 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:18.662734  3538 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
W20260630 12:35:18.664641  3538 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:18.715819  3791 raft_consensus.cc:493] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:18.716246  3791 raft_consensus.cc:515] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.718291  3791 leader_election.cc:290] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3a93a7bd9ab8496b833be1b76c81bfd5 (127.0.235.2:38287), 8d4a66b4b6214b6595f44f983b33ebcb (127.0.235.3:40807)
I20260630 12:35:18.719025  3662 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45058a7243a24541ba52946296d8b8fd" candidate_uuid: "a64e9b641b0f4cddbde5076d52f9369d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" is_pre_election: true
I20260630 12:35:18.719337  3736 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45058a7243a24541ba52946296d8b8fd" candidate_uuid: "a64e9b641b0f4cddbde5076d52f9369d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" is_pre_election: true
I20260630 12:35:18.719692  3662 raft_consensus.cc:2468] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a64e9b641b0f4cddbde5076d52f9369d in term 0.
I20260630 12:35:18.719995  3736 raft_consensus.cc:2468] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a64e9b641b0f4cddbde5076d52f9369d in term 0.
I20260630 12:35:18.721586  3552 leader_election.cc:304] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3a93a7bd9ab8496b833be1b76c81bfd5, a64e9b641b0f4cddbde5076d52f9369d; no voters: 
I20260630 12:35:18.722285  3791 raft_consensus.cc:2804] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:18.722628  3791 raft_consensus.cc:493] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:18.722965  3791 raft_consensus.cc:3060] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.727681  3791 raft_consensus.cc:515] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.729312  3791 leader_election.cc:290] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [CANDIDATE]: Term 1 election: Requested vote from peers 3a93a7bd9ab8496b833be1b76c81bfd5 (127.0.235.2:38287), 8d4a66b4b6214b6595f44f983b33ebcb (127.0.235.3:40807)
I20260630 12:35:18.729920  3662 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45058a7243a24541ba52946296d8b8fd" candidate_uuid: "a64e9b641b0f4cddbde5076d52f9369d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5"
I20260630 12:35:18.730311  3736 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "45058a7243a24541ba52946296d8b8fd" candidate_uuid: "a64e9b641b0f4cddbde5076d52f9369d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d4a66b4b6214b6595f44f983b33ebcb"
I20260630 12:35:18.730532  3662 raft_consensus.cc:3060] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.730875  3736 raft_consensus.cc:3060] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:18.737015  3736 raft_consensus.cc:2468] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a64e9b641b0f4cddbde5076d52f9369d in term 1.
I20260630 12:35:18.737003  3662 raft_consensus.cc:2468] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a64e9b641b0f4cddbde5076d52f9369d in term 1.
I20260630 12:35:18.738256  3553 leader_election.cc:304] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8d4a66b4b6214b6595f44f983b33ebcb, a64e9b641b0f4cddbde5076d52f9369d; no voters: 
I20260630 12:35:18.738873  3791 raft_consensus.cc:2804] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:18.739269  3791 raft_consensus.cc:697] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 1 LEADER]: Becoming Leader. State: Replica: a64e9b641b0f4cddbde5076d52f9369d, State: Running, Role: LEADER
I20260630 12:35:18.739859  3791 consensus_queue.cc:237] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } }
I20260630 12:35:18.746305  3483 catalog_manager.cc:5697] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d reported cstate change: term changed from 0 to 1, leader changed from <none> to a64e9b641b0f4cddbde5076d52f9369d (127.0.235.1). New cstate: current_term: 1 leader_uuid: "a64e9b641b0f4cddbde5076d52f9369d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3a93a7bd9ab8496b833be1b76c81bfd5" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 38287 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:18.844537  3788 consensus_queue.cc:1048] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8d4a66b4b6214b6595f44f983b33ebcb" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:18.857185  3814 consensus_queue.cc:1048] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a64e9b641b0f4cddbde5076d52f9369d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42427 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:18.877645   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:35:18.894582   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:18.895167   940 tablet_replica.cc:333] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d: stopping tablet replica
I20260630 12:35:18.895697   940 raft_consensus.cc:2243] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.896256   940 pending_rounds.cc:70] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d: Trying to abort 1 pending ops.
I20260630 12:35:18.896463   940 pending_rounds.cc:77] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442673867530240 op_type: NO_OP noop_request { }
I20260630 12:35:18.896765   940 raft_consensus.cc:2889] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:18.897033   940 raft_consensus.cc:2272] T bbdce476c3334073b2cfbc61d7ceb566 P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.898957   940 tablet_replica.cc:333] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d: stopping tablet replica
I20260630 12:35:18.899451   940 raft_consensus.cc:2243] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.899998   940 pending_rounds.cc:70] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d: Trying to abort 1 pending ops.
I20260630 12:35:18.900167   940 pending_rounds.cc:77] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442675164692480 op_type: NO_OP noop_request { }
I20260630 12:35:18.900410   940 raft_consensus.cc:2889] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:18.900671   940 raft_consensus.cc:2272] T 45058a7243a24541ba52946296d8b8fd P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.902511   940 tablet_replica.cc:333] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d: stopping tablet replica
I20260630 12:35:18.903008   940 raft_consensus.cc:2243] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.903365   940 raft_consensus.cc:2272] T 963998421c9749768e756d3b372c5baa P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.904742   940 tablet_replica.cc:333] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d: stopping tablet replica
I20260630 12:35:18.905212   940 raft_consensus.cc:2243] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.905594   940 raft_consensus.cc:2272] T 8bc988c521d3494b8e1e0a326e07502d P a64e9b641b0f4cddbde5076d52f9369d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.927255   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:35:18.937191   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:35:18.952625   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:18.953176   940 tablet_replica.cc:333] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5: stopping tablet replica
I20260630 12:35:18.953699   940 raft_consensus.cc:2243] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.954130   940 raft_consensus.cc:2272] T bbdce476c3334073b2cfbc61d7ceb566 P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.955724   940 tablet_replica.cc:333] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5: stopping tablet replica
I20260630 12:35:18.956180   940 raft_consensus.cc:2243] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.956931   940 raft_consensus.cc:2272] T 8bc988c521d3494b8e1e0a326e07502d P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.958832   940 tablet_replica.cc:333] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5: stopping tablet replica
I20260630 12:35:18.959280   940 raft_consensus.cc:2243] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.959614   940 raft_consensus.cc:2272] T 45058a7243a24541ba52946296d8b8fd P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.960994   940 tablet_replica.cc:333] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5: stopping tablet replica
I20260630 12:35:18.961403   940 raft_consensus.cc:2243] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:18.961735   940 raft_consensus.cc:2272] T 963998421c9749768e756d3b372c5baa P 3a93a7bd9ab8496b833be1b76c81bfd5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:18.971623   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:35:18.981213   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:35:18.996177   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:18.996739   940 tablet_replica.cc:333] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb: stopping tablet replica
I20260630 12:35:18.997279   940 raft_consensus.cc:2243] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:18.997825   940 pending_rounds.cc:70] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb: Trying to abort 1 pending ops.
I20260630 12:35:18.998045   940 pending_rounds.cc:77] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442674710147072 op_type: NO_OP noop_request { }
I20260630 12:35:18.998308   940 raft_consensus.cc:2889] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:18.998587   940 raft_consensus.cc:2272] T 963998421c9749768e756d3b372c5baa P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:19.000447   940 tablet_replica.cc:333] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb: stopping tablet replica
I20260630 12:35:19.000916   940 raft_consensus.cc:2243] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:19.001312   940 raft_consensus.cc:2272] T 8bc988c521d3494b8e1e0a326e07502d P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:19.003180   940 tablet_replica.cc:333] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb: stopping tablet replica
I20260630 12:35:19.003633   940 raft_consensus.cc:2243] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:19.003999   940 raft_consensus.cc:2272] T 45058a7243a24541ba52946296d8b8fd P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:19.005421   940 tablet_replica.cc:333] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb: stopping tablet replica
I20260630 12:35:19.005836   940 raft_consensus.cc:2243] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:19.006191   940 raft_consensus.cc:2272] T bbdce476c3334073b2cfbc61d7ceb566 P 8d4a66b4b6214b6595f44f983b33ebcb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:19.026418   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:35:19.036731   940 master.cc:562] Master@127.0.235.62:46047 shutting down...
I20260630 12:35:19.049305   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:19.049739   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:19.049984   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8d36b66f6f2946b6bc594952bbd42c61: stopping tablet replica
I20260630 12:35:19.058301   940 master.cc:584] Master@127.0.235.62:46047 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2554 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:35:19.087234   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:43883
I20260630 12:35:19.088122   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:19.092649  3818 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:19.092820  3819 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:19.093899  3821 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:19.095131   940 server_base.cc:1061] running on GCE node
I20260630 12:35:19.095963   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:19.096132   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:19.096249   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822919096238 us; error 0 us; skew 500 ppm
I20260630 12:35:19.096704   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:19.098816   940 webserver.cc:533] Webserver started at http://127.0.235.62:34387/ using document root <none> and password file <none>
I20260630 12:35:19.099217   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:19.099360   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:19.099555   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:19.100497   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "c7df559c819f429ea43cb5e75097d2c4"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-47x1"
I20260630 12:35:19.104557   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:19.107443  3826 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.108131   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:19.108356   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "c7df559c819f429ea43cb5e75097d2c4"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-47x1"
I20260630 12:35:19.108568   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:19.132906   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:19.133791   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:19.166070   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:43883
I20260630 12:35:19.166189  3877 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:43883 every 8 connection(s)
I20260630 12:35:19.169622  3878 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:19.179082  3878 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4: Bootstrap starting.
I20260630 12:35:19.183094  3878 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:19.186610  3878 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4: No bootstrap required, opened a new log
I20260630 12:35:19.188376  3878 raft_consensus.cc:359] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7df559c819f429ea43cb5e75097d2c4" member_type: VOTER }
I20260630 12:35:19.188751  3878 raft_consensus.cc:385] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:19.188975  3878 raft_consensus.cc:740] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7df559c819f429ea43cb5e75097d2c4, State: Initialized, Role: FOLLOWER
I20260630 12:35:19.189581  3878 consensus_queue.cc:260] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c7df559c819f429ea43cb5e75097d2c4" member_type: VOTER }
I20260630 12:35:19.190028  3878 raft_consensus.cc:399] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:19.190285  3878 raft_consensus.cc:493] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:19.190570  3878 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:19.194464  3878 raft_consensus.cc:515] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7df559c819f429ea43cb5e75097d2c4" member_type: VOTER }
I20260630 12:35:19.194931  3878 leader_election.cc:304] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [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: c7df559c819f429ea43cb5e75097d2c4; no voters: 
I20260630 12:35:19.195997  3878 leader_election.cc:290] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:19.196287  3881 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:19.197499  3881 raft_consensus.cc:697] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 1 LEADER]: Becoming Leader. State: Replica: c7df559c819f429ea43cb5e75097d2c4, State: Running, Role: LEADER
I20260630 12:35:19.198156  3881 consensus_queue.cc:237] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [LEADER]: Queue going to LEADER mode. State: All 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: "c7df559c819f429ea43cb5e75097d2c4" member_type: VOTER }
I20260630 12:35:19.198740  3878 sys_catalog.cc:565] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:19.200919  3882 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c7df559c819f429ea43cb5e75097d2c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7df559c819f429ea43cb5e75097d2c4" member_type: VOTER } }
I20260630 12:35:19.200995  3883 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c7df559c819f429ea43cb5e75097d2c4. Latest consensus state: current_term: 1 leader_uuid: "c7df559c819f429ea43cb5e75097d2c4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7df559c819f429ea43cb5e75097d2c4" member_type: VOTER } }
I20260630 12:35:19.201553  3882 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:19.201563  3883 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:19.204344  3887 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:19.209219  3887 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:19.217134   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:19.217942  3887 catalog_manager.cc:1383] Generated new cluster ID: 9c3e835d84c146d8a18ea66e618f7b3f
I20260630 12:35:19.218220  3887 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:19.232694  3887 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:19.233814  3887 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:19.247952  3887 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4: Generated new TSK 0
I20260630 12:35:19.248440  3887 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:19.283098   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:19.288204  3899 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:19.289376  3900 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:19.291126  3902 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:19.291278   940 server_base.cc:1061] running on GCE node
I20260630 12:35:19.292107   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:19.292317   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:19.292487   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822919292468 us; error 0 us; skew 500 ppm
I20260630 12:35:19.293020   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:19.295195   940 webserver.cc:533] Webserver started at http://127.0.235.1:44829/ using document root <none> and password file <none>
I20260630 12:35:19.295670   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:19.295871   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:19.296130   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:19.297209   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "dc05813dd98940cc81326a95b34472a1"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-47x1"
I20260630 12:35:19.301301   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:19.304394  3907 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.305100   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:19.305373   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "dc05813dd98940cc81326a95b34472a1"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-47x1"
I20260630 12:35:19.305647   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:19.339905   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:19.340961   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:19.342394   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:19.344640   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:19.344864   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.345129   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:19.345288   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.380004   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:33067
I20260630 12:35:19.380080  3969 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:33067 every 8 connection(s)
I20260630 12:35:19.384688   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:19.391872  3975 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:19.393548  3974 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:19.394769  3977 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:19.395103   940 server_base.cc:1061] running on GCE node
I20260630 12:35:19.396247   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:19.396456   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:19.396656   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822919396636 us; error 0 us; skew 500 ppm
I20260630 12:35:19.396833  3970 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43883
I20260630 12:35:19.397212   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:19.397226  3970 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:19.398149  3970 heartbeater.cc:507] Master 127.0.235.62:43883 requested a full tablet report, sending...
I20260630 12:35:19.399739   940 webserver.cc:533] Webserver started at http://127.0.235.2:33463/ using document root <none> and password file <none>
I20260630 12:35:19.400372   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:19.400399  3843 ts_manager.cc:194] Registered new tserver with Master: dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:19.400765   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:19.401126   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:19.402201   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "255ee9b5c32643b1b0fd46642ca358bd"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-47x1"
I20260630 12:35:19.402390  3843 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40982
I20260630 12:35:19.406329   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:19.409397  3982 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.410195   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:19.410512   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "255ee9b5c32643b1b0fd46642ca358bd"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-47x1"
I20260630 12:35:19.410794   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:19.423905   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:19.424782   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:19.425973   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:19.428191   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:19.428395   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.428644   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:19.428802   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.464219   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:44445
I20260630 12:35:19.464299  4044 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:44445 every 8 connection(s)
I20260630 12:35:19.468739   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:19.474396  4048 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:19.475382  4049 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:19.477981  4051 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:19.478968   940 server_base.cc:1061] running on GCE node
I20260630 12:35:19.479593  4045 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43883
I20260630 12:35:19.479909  4045 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:19.479959   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:19.480289   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:19.480469   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822919480453 us; error 0 us; skew 500 ppm
I20260630 12:35:19.480700  4045 heartbeater.cc:507] Master 127.0.235.62:43883 requested a full tablet report, sending...
I20260630 12:35:19.481040   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:19.482574  3843 ts_manager.cc:194] Registered new tserver with Master: 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:19.483711   940 webserver.cc:533] Webserver started at http://127.0.235.3:42845/ using document root <none> and password file <none>
I20260630 12:35:19.483817  3843 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40988
I20260630 12:35:19.484264   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:19.484496   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:19.484776   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:19.485810   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "20106ddef2ed41c98388d5ec18cc12a6"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-47x1"
I20260630 12:35:19.489620   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:35:19.492509  4056 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.493219   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:19.493505   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "20106ddef2ed41c98388d5ec18cc12a6"
format_stamp: "Formatted at 2026-06-30 12:35:19 on dist-test-slave-47x1"
I20260630 12:35:19.493768   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:19.521885   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:19.522855   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:19.524156   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:19.526258   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:19.526484   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.526780   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:19.526959   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:19.561650   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:36307
I20260630 12:35:19.561738  4118 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:36307 every 8 connection(s)
I20260630 12:35:19.574074  4119 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43883
I20260630 12:35:19.574436  4119 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:19.575088  4119 heartbeater.cc:507] Master 127.0.235.62:43883 requested a full tablet report, sending...
I20260630 12:35:19.576740  3843 ts_manager.cc:194] Registered new tserver with Master: 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:19.577055   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.012107642s
I20260630 12:35:19.577975  3843 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41000
I20260630 12:35:20.404687  3970 heartbeater.cc:499] Master 127.0.235.62:43883 was elected leader, sending a full tablet report...
I20260630 12:35:20.486160  4045 heartbeater.cc:499] Master 127.0.235.62:43883 was elected leader, sending a full tablet report...
I20260630 12:35:20.580463  4119 heartbeater.cc:499] Master 127.0.235.62:43883 was elected leader, sending a full tablet report...
I20260630 12:35:20.629956  3843 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41016:
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:35:20.631969  3843 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:35:20.698124  3935 tablet_service.cc:1511] Processing CreateTablet for tablet d9bda480780e408388f26d7e2b8e2c45 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.699600  3935 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d9bda480780e408388f26d7e2b8e2c45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.701671  3933 tablet_service.cc:1511] Processing CreateTablet for tablet 889c2d00c874417da075fcb4fc16a0a9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.701713  4084 tablet_service.cc:1511] Processing CreateTablet for tablet d9bda480780e408388f26d7e2b8e2c45 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.703181  3933 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 889c2d00c874417da075fcb4fc16a0a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.703311  4084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d9bda480780e408388f26d7e2b8e2c45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.703816  4082 tablet_service.cc:1511] Processing CreateTablet for tablet 889c2d00c874417da075fcb4fc16a0a9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.705148  4082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 889c2d00c874417da075fcb4fc16a0a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.701964  4083 tablet_service.cc:1511] Processing CreateTablet for tablet b30f38754758400c922d523cae7e21b4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.707680  4083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b30f38754758400c922d523cae7e21b4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.707615  3934 tablet_service.cc:1511] Processing CreateTablet for tablet b30f38754758400c922d523cae7e21b4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.708061  3932 tablet_service.cc:1511] Processing CreateTablet for tablet aef795464c1e4a5598370bbbb3bf930a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.709060  3934 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b30f38754758400c922d523cae7e21b4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.709995  3931 tablet_service.cc:1511] Processing CreateTablet for tablet 72bd738874104cbfb0579aae902f0670 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.710798  4010 tablet_service.cc:1511] Processing CreateTablet for tablet d9bda480780e408388f26d7e2b8e2c45 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.711477  3931 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 72bd738874104cbfb0579aae902f0670. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.712146  4010 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d9bda480780e408388f26d7e2b8e2c45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.712282  4081 tablet_service.cc:1511] Processing CreateTablet for tablet aef795464c1e4a5598370bbbb3bf930a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.713546  4081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aef795464c1e4a5598370bbbb3bf930a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.714931  4009 tablet_service.cc:1511] Processing CreateTablet for tablet b30f38754758400c922d523cae7e21b4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.716207  4009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b30f38754758400c922d523cae7e21b4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.718637  4008 tablet_service.cc:1511] Processing CreateTablet for tablet 889c2d00c874417da075fcb4fc16a0a9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.719178  4007 tablet_service.cc:1511] Processing CreateTablet for tablet aef795464c1e4a5598370bbbb3bf930a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.719987  4008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 889c2d00c874417da075fcb4fc16a0a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.720757  4007 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aef795464c1e4a5598370bbbb3bf930a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.726302  3932 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aef795464c1e4a5598370bbbb3bf930a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.738804  4006 tablet_service.cc:1511] Processing CreateTablet for tablet 72bd738874104cbfb0579aae902f0670 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.740219  4006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 72bd738874104cbfb0579aae902f0670. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.766847  3935 tablet_service.cc:1511] Processing CreateTablet for tablet 11ca2fb7628748f4aeb76f492166efd7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.767383  4005 tablet_service.cc:1511] Processing CreateTablet for tablet 11ca2fb7628748f4aeb76f492166efd7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.768792  4005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11ca2fb7628748f4aeb76f492166efd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.768877  3935 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11ca2fb7628748f4aeb76f492166efd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.765139  4082 tablet_service.cc:1511] Processing CreateTablet for tablet 72bd738874104cbfb0579aae902f0670 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.773099  4082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 72bd738874104cbfb0579aae902f0670. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.794660  3930 tablet_service.cc:1511] Processing CreateTablet for tablet 5e8ff1368bdf45d589ee0d55a97ec271 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.796083  3930 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e8ff1368bdf45d589ee0d55a97ec271. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.795725  4081 tablet_service.cc:1511] Processing CreateTablet for tablet 11ca2fb7628748f4aeb76f492166efd7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.797017  4081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 11ca2fb7628748f4aeb76f492166efd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.817314  4009 tablet_service.cc:1511] Processing CreateTablet for tablet 5e8ff1368bdf45d589ee0d55a97ec271 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.818516  4009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e8ff1368bdf45d589ee0d55a97ec271. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.826123  4140 tablet_bootstrap.cc:492] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:20.830658  4139 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:20.836308  4139 tablet_bootstrap.cc:654] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.838063  4084 tablet_service.cc:1511] Processing CreateTablet for tablet b54e2c0003a344ee9a65f8a0a154fcec (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.840690  4084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b54e2c0003a344ee9a65f8a0a154fcec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.841859  4140 tablet_bootstrap.cc:654] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.842962  3930 tablet_service.cc:1511] Processing CreateTablet for tablet b54e2c0003a344ee9a65f8a0a154fcec (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.840703  4006 tablet_service.cc:1511] Processing CreateTablet for tablet b54e2c0003a344ee9a65f8a0a154fcec (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.839432  4141 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:20.839445  4082 tablet_service.cc:1511] Processing CreateTablet for tablet 5e8ff1368bdf45d589ee0d55a97ec271 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:20.848083  4140 tablet_bootstrap.cc:492] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:20.850117  4140 ts_tablet_manager.cc:1403] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.003s
I20260630 12:35:20.850394  4082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e8ff1368bdf45d589ee0d55a97ec271. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.852480  4006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b54e2c0003a344ee9a65f8a0a154fcec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.852977  4140 raft_consensus.cc:359] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.853787  4140 raft_consensus.cc:385] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.854136  4140 raft_consensus.cc:740] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.855047  4140 consensus_queue.cc:260] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.858765  3930 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b54e2c0003a344ee9a65f8a0a154fcec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:20.860952  4139 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:20.861418  4139 ts_tablet_manager.cc:1403] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.031s	user 0.005s	sys 0.003s
I20260630 12:35:20.865965  4140 ts_tablet_manager.cc:1434] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.001s
I20260630 12:35:20.867024  4140 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:20.863960  4139 raft_consensus.cc:359] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:20.868449  4141 tablet_bootstrap.cc:654] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.872376  4140 tablet_bootstrap.cc:654] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.870321  4139 raft_consensus.cc:385] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.875572  4139 raft_consensus.cc:740] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.876300  4139 consensus_queue.cc:260] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:20.877105  4140 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:20.877588  4140 ts_tablet_manager.cc:1403] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.011s	user 0.005s	sys 0.003s
I20260630 12:35:20.879491  4141 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:20.880649  4141 ts_tablet_manager.cc:1403] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.041s	user 0.000s	sys 0.010s
I20260630 12:35:20.881136  4139 ts_tablet_manager.cc:1434] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.000s
I20260630 12:35:20.880692  4140 raft_consensus.cc:359] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:20.882411  4140 raft_consensus.cc:385] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.883283  4140 raft_consensus.cc:740] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.884060  4140 consensus_queue.cc:260] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:20.884614  4141 raft_consensus.cc:359] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.885282  4141 raft_consensus.cc:385] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.885540  4141 raft_consensus.cc:740] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.882918  4139 tablet_bootstrap.cc:492] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:20.886209  4141 consensus_queue.cc:260] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.891439  4139 tablet_bootstrap.cc:654] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.895375  4140 ts_tablet_manager.cc:1434] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.001s
I20260630 12:35:20.896674  4140 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:20.900640  4147 raft_consensus.cc:493] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.901072  4147 raft_consensus.cc:515] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:20.903261  4139 tablet_bootstrap.cc:492] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:20.903505  4147 leader_election.cc:290] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:20.903874  4139 ts_tablet_manager.cc:1403] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.005s
I20260630 12:35:20.906682  4139 raft_consensus.cc:359] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.907547  4139 raft_consensus.cc:385] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.907898  4139 raft_consensus.cc:740] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.909004  4140 tablet_bootstrap.cc:654] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.908653  4139 consensus_queue.cc:260] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.918298  4141 ts_tablet_manager.cc:1434] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.036s	user 0.005s	sys 0.024s
I20260630 12:35:20.919067  4139 ts_tablet_manager.cc:1434] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260630 12:35:20.919912  4141 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:20.919911  4139 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:20.927167  4139 tablet_bootstrap.cc:654] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.927759  4140 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:20.928270  4140 ts_tablet_manager.cc:1403] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.032s	user 0.008s	sys 0.004s
I20260630 12:35:20.928381  4141 tablet_bootstrap.cc:654] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.931181  4140 raft_consensus.cc:359] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.932186  4140 raft_consensus.cc:385] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.938277  4139 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:20.938067  4140 raft_consensus.cc:740] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.938905  4139 ts_tablet_manager.cc:1403] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.009s
I20260630 12:35:20.938848  4020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d9bda480780e408388f26d7e2b8e2c45" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:20.940521  4148 raft_consensus.cc:493] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260630 12:35:20.940680  4058 leader_election.cc:343] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:20.940428  4140 consensus_queue.cc:260] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.941012  4148 raft_consensus.cc:515] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.942049  4139 raft_consensus.cc:359] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.944481  4140 ts_tablet_manager.cc:1434] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260630 12:35:20.944720  4139 raft_consensus.cc:385] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:20.945149  4139 raft_consensus.cc:740] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:20.945571  4140 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:20.946116  4139 consensus_queue.cc:260] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.947729  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d9bda480780e408388f26d7e2b8e2c45" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:20.948351  3945 raft_consensus.cc:2468] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:20.948511  4139 ts_tablet_manager.cc:1434] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:35:20.949519  4139 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:20.953227  4140 tablet_bootstrap.cc:654] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.953292  4057 leader_election.cc:304] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [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: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 255ee9b5c32643b1b0fd46642ca358bd
I20260630 12:35:20.954831  4139 tablet_bootstrap.cc:654] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:20.954944  4147 raft_consensus.cc:2804] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:20.955353  4147 raft_consensus.cc:493] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:20.955725  4147 raft_consensus.cc:3060] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:20.959197  4148 leader_election.cc:290] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:20.968520  4141 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:20.969178  4141 ts_tablet_manager.cc:1403] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.049s	user 0.016s	sys 0.002s
I20260630 12:35:20.970445  4144 raft_consensus.cc:493] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:20.971066  4144 raft_consensus.cc:515] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:20.976243  4147 raft_consensus.cc:515] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:20.979658  4144 leader_election.cc:290] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.000664  4147 leader_election.cc:290] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Requested vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:21.001392  4147 raft_consensus.cc:493] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.001899  4147 raft_consensus.cc:515] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.002653  4141 raft_consensus.cc:359] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:21.003583  4141 raft_consensus.cc:385] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.003913  4141 raft_consensus.cc:740] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.004313  4147 leader_election.cc:290] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:21.004889  4141 consensus_queue.cc:260] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:21.007609  4141 ts_tablet_manager.cc:1434] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.038s	user 0.005s	sys 0.005s
I20260630 12:35:21.009326  4141 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:20.983255  4020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d9bda480780e408388f26d7e2b8e2c45" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:21.013340  4019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b30f38754758400c922d523cae7e21b4" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:21.014101  4140 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:21.014567  4140 ts_tablet_manager.cc:1403] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.069s	user 0.038s	sys 0.009s
W20260630 12:35:21.014786  4058 leader_election.cc:343] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:21.015300  4020 raft_consensus.cc:3060] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.017159  4140 raft_consensus.cc:359] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.017819  4140 raft_consensus.cc:385] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.022217  4140 raft_consensus.cc:740] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.023015  4140 consensus_queue.cc:260] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.021834  4139 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:21.027707  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:21.028741  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
W20260630 12:35:21.028920  3983 leader_election.cc:343] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:21.024149  4139 ts_tablet_manager.cc:1403] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.075s	user 0.028s	sys 0.028s
I20260630 12:35:21.034358  4019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b30f38754758400c922d523cae7e21b4" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
W20260630 12:35:21.036018  3909 leader_election.cc:343] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:21.036015  4140 ts_tablet_manager.cc:1434] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.021s	user 0.000s	sys 0.006s
I20260630 12:35:21.036605  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b30f38754758400c922d523cae7e21b4" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:21.037727  4140 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:21.037587  4094 raft_consensus.cc:2468] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 0.
I20260630 12:35:21.039392  3910 leader_election.cc:304] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [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: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 255ee9b5c32643b1b0fd46642ca358bd
I20260630 12:35:21.040454  4144 raft_consensus.cc:2804] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.040881  4144 raft_consensus.cc:493] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.041283  4144 raft_consensus.cc:3060] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.043421  4140 tablet_bootstrap.cc:654] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
W20260630 12:35:21.044286  3985 leader_election.cc:343] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:21.050506  3985 leader_election.cc:304] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [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: 255ee9b5c32643b1b0fd46642ca358bd; no voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1
I20260630 12:35:21.045853  4139 raft_consensus.cc:359] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.046171  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d9bda480780e408388f26d7e2b8e2c45" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:21.051424  3945 raft_consensus.cc:3060] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.051844  4020 raft_consensus.cc:2468] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:21.047705  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b30f38754758400c922d523cae7e21b4" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:21.052474  4141 tablet_bootstrap.cc:654] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.058637  3945 raft_consensus.cc:2468] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:21.059356  4058 leader_election.cc:304] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:21.059607  4139 raft_consensus.cc:385] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.059923  4139 raft_consensus.cc:740] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.049405  4144 raft_consensus.cc:515] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.060793  4139 consensus_queue.cc:260] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.061653  4144 leader_election.cc:290] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 election: Requested vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.062453  4147 raft_consensus.cc:2804] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.064196  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b30f38754758400c922d523cae7e21b4" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:21.064925  4094 raft_consensus.cc:3060] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.069243  4139 ts_tablet_manager.cc:1434] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.035s	user 0.005s	sys 0.000s
I20260630 12:35:21.070477  4020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b30f38754758400c922d523cae7e21b4" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:21.071095  4148 raft_consensus.cc:2749] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260630 12:35:21.071960  3909 leader_election.cc:343] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:21.072863  3944 raft_consensus.cc:2393] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 20106ddef2ed41c98388d5ec18cc12a6 in current term 1: Already voted for candidate dc05813dd98940cc81326a95b34472a1 in this term.
I20260630 12:35:21.075639  4139 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:21.079859  4094 raft_consensus.cc:2468] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 1.
I20260630 12:35:21.081846  3910 leader_election.cc:304] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [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: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 255ee9b5c32643b1b0fd46642ca358bd
I20260630 12:35:21.083042  4144 raft_consensus.cc:2804] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.084390  4141 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:21.084955  4140 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:21.084925  4147 raft_consensus.cc:697] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Becoming Leader. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Running, Role: LEADER
I20260630 12:35:21.085019  4141 ts_tablet_manager.cc:1403] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.076s	user 0.010s	sys 0.018s
I20260630 12:35:21.085683  4140 ts_tablet_manager.cc:1403] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.048s	user 0.021s	sys 0.025s
I20260630 12:35:21.086092  4147 consensus_queue.cc:237] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:21.082758  4057 leader_election.cc:304] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [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: 20106ddef2ed41c98388d5ec18cc12a6; no voters: 255ee9b5c32643b1b0fd46642ca358bd, dc05813dd98940cc81326a95b34472a1
I20260630 12:35:21.088894  4141 raft_consensus.cc:359] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.088472  4140 raft_consensus.cc:359] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.089576  4141 raft_consensus.cc:385] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.089677  4140 raft_consensus.cc:385] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.089718  4165 raft_consensus.cc:2749] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:21.090273  4140 raft_consensus.cc:740] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.089947  4141 raft_consensus.cc:740] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.091971  4139 tablet_bootstrap.cc:654] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.092063  4141 consensus_queue.cc:260] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.091082  4140 consensus_queue.cc:260] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.094965  4141 ts_tablet_manager.cc:1434] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.003s
I20260630 12:35:21.096182  4141 tablet_bootstrap.cc:492] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:21.097520  4144 raft_consensus.cc:697] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Becoming Leader. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Running, Role: LEADER
I20260630 12:35:21.098434  4144 consensus_queue.cc:237] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.104287  4141 tablet_bootstrap.cc:654] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.104936  4139 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:21.105582  4139 ts_tablet_manager.cc:1403] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.030s	user 0.002s	sys 0.007s
I20260630 12:35:21.105012  3842 catalog_manager.cc:5697] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:21.108413  4139 raft_consensus.cc:359] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.109097  4139 raft_consensus.cc:385] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.109392  4139 raft_consensus.cc:740] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.111186  4139 consensus_queue.cc:260] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.113699  4139 ts_tablet_manager.cc:1434] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:35:21.114703  4139 tablet_bootstrap.cc:492] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:21.121150  4140 ts_tablet_manager.cc:1434] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.035s	user 0.009s	sys 0.006s
I20260630 12:35:21.122143  4140 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:21.123045  4139 tablet_bootstrap.cc:654] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.123530  4141 tablet_bootstrap.cc:492] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:21.122242  3842 catalog_manager.cc:5697] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 reported cstate change: term changed from 0 to 1, leader changed from <none> to dc05813dd98940cc81326a95b34472a1 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:21.124017  4141 ts_tablet_manager.cc:1403] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.028s	user 0.006s	sys 0.012s
I20260630 12:35:21.128520  4140 tablet_bootstrap.cc:654] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.128360  4141 raft_consensus.cc:359] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.129283  4141 raft_consensus.cc:385] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.129694  4141 raft_consensus.cc:740] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.130770  4141 consensus_queue.cc:260] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.133731  4139 tablet_bootstrap.cc:492] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:21.134197  4139 ts_tablet_manager.cc:1403] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.007s
I20260630 12:35:21.136615  4141 ts_tablet_manager.cc:1434] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:35:21.136675  4139 raft_consensus.cc:359] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.137451  4139 raft_consensus.cc:385] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.137658  4141 tablet_bootstrap.cc:492] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:21.137744  4139 raft_consensus.cc:740] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.138764  4139 consensus_queue.cc:260] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.143456  4139 ts_tablet_manager.cc:1434] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:35:21.144088  4141 tablet_bootstrap.cc:654] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.144424  4139 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:21.149994  4140 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:21.150512  4140 ts_tablet_manager.cc:1403] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.029s	user 0.010s	sys 0.014s
I20260630 12:35:21.152235  4139 tablet_bootstrap.cc:654] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.154465  4140 raft_consensus.cc:359] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.155215  4140 raft_consensus.cc:385] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.155517  4140 raft_consensus.cc:740] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.156311  4140 consensus_queue.cc:260] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.158844  4140 ts_tablet_manager.cc:1434] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:35:21.162583  4140 tablet_bootstrap.cc:492] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:21.165138  4139 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:21.165778  4139 ts_tablet_manager.cc:1403] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.022s	user 0.019s	sys 0.001s
I20260630 12:35:21.168948  4139 raft_consensus.cc:359] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.169620  4139 raft_consensus.cc:385] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.169929  4141 tablet_bootstrap.cc:492] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:21.169915  4139 raft_consensus.cc:740] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.170552  4141 ts_tablet_manager.cc:1403] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.033s	user 0.017s	sys 0.014s
I20260630 12:35:21.171018  4139 consensus_queue.cc:260] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.172924  4140 tablet_bootstrap.cc:654] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.173374  4141 raft_consensus.cc:359] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.174078  4141 raft_consensus.cc:385] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.174372  4141 raft_consensus.cc:740] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.175498  4139 ts_tablet_manager.cc:1434] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:35:21.175120  4141 consensus_queue.cc:260] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.176465  4139 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:21.182801  4139 tablet_bootstrap.cc:654] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.186084  4141 ts_tablet_manager.cc:1434] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260630 12:35:21.187858  4168 raft_consensus.cc:493] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.188474  4168 raft_consensus.cc:515] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.190326  4141 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:21.193228  4020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "72bd738874104cbfb0579aae902f0670" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:21.193708  4139 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:21.194232  4139 ts_tablet_manager.cc:1403] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260630 12:35:21.194746  4147 raft_consensus.cc:493] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.195336  4147 raft_consensus.cc:515] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.196861  4139 raft_consensus.cc:359] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.197414  4141 tablet_bootstrap.cc:654] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.197489  4139 raft_consensus.cc:385] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.197852  4139 raft_consensus.cc:740] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.198566  4139 consensus_queue.cc:260] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.199415  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:21.200250  3944 raft_consensus.cc:2468] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:21.201326  4057 leader_election.cc:304] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
W20260630 12:35:21.201517  3909 leader_election.cc:343] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:21.202157  4165 raft_consensus.cc:2804] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.202508  4165 raft_consensus.cc:493] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.202821  4165 raft_consensus.cc:3060] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.203593  4139 ts_tablet_manager.cc:1434] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:35:21.203891  4020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:21.204496  4020 raft_consensus.cc:2468] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:21.197965  4147 leader_election.cc:290] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:21.207032  4168 leader_election.cc:290] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.207500  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "72bd738874104cbfb0579aae902f0670" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:21.208096  4094 raft_consensus.cc:2468] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 0.
I20260630 12:35:21.209111  3910 leader_election.cc:304] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [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: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 255ee9b5c32643b1b0fd46642ca358bd
I20260630 12:35:21.210500  4168 raft_consensus.cc:2804] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.211007  4168 raft_consensus.cc:493] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.211391  4168 raft_consensus.cc:3060] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.216342  3896 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
W20260630 12:35:21.216554  3891 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:21.214246  4165 raft_consensus.cc:515] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.219296  4141 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:21.219782  4141 ts_tablet_manager.cc:1403] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.030s	user 0.004s	sys 0.021s
I20260630 12:35:21.220338  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
W20260630 12:35:21.219323  3896 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:21.220956  3944 raft_consensus.cc:3060] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.220280  4020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:21.221601  4020 raft_consensus.cc:3060] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.222396  4141 raft_consensus.cc:359] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.223063  4141 raft_consensus.cc:385] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.223356  4141 raft_consensus.cc:740] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.224212  4141 consensus_queue.cc:260] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.224112  4168 raft_consensus.cc:515] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.227838  4140 tablet_bootstrap.cc:492] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:21.229830  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "72bd738874104cbfb0579aae902f0670" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:21.229944  4020 raft_consensus.cc:2468] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:21.230382  4094 raft_consensus.cc:3060] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.230382  4140 ts_tablet_manager.cc:1403] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.068s	user 0.018s	sys 0.016s
I20260630 12:35:21.231243  4058 leader_election.cc:304] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:21.232142  4147 raft_consensus.cc:2804] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.232378  4141 ts_tablet_manager.cc:1434] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.004s
I20260630 12:35:21.232607  4147 raft_consensus.cc:697] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Becoming Leader. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Running, Role: LEADER
I20260630 12:35:21.233385  4147 consensus_queue.cc:237] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.228992  4019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "72bd738874104cbfb0579aae902f0670" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:21.234222  4140 raft_consensus.cc:359] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.235034  4019 raft_consensus.cc:3060] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.238526  4094 raft_consensus.cc:2468] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 1.
I20260630 12:35:21.235263  4141 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:21.229604  4168 leader_election.cc:290] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 election: Requested vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.227764  3944 raft_consensus.cc:2468] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:21.219336  4165 leader_election.cc:290] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Requested vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:21.239818  3910 leader_election.cc:304] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:21.235009  4140 raft_consensus.cc:385] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.240620  4140 raft_consensus.cc:740] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.240646  4168 raft_consensus.cc:2804] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.241590  4140 consensus_queue.cc:260] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.242128  4168 raft_consensus.cc:697] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Becoming Leader. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Running, Role: LEADER
I20260630 12:35:21.243404  4019 raft_consensus.cc:2468] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 1.
I20260630 12:35:21.243284  4168 consensus_queue.cc:237] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.244210  4140 ts_tablet_manager.cc:1434] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:35:21.245255  4140 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:21.245260  4141 tablet_bootstrap.cc:654] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.250557  3843 catalog_manager.cc:5697] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:21.253062  4140 tablet_bootstrap.cc:654] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.257598  3841 catalog_manager.cc:5697] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 reported cstate change: term changed from 0 to 1, leader changed from <none> to dc05813dd98940cc81326a95b34472a1 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:21.263093  4147 raft_consensus.cc:493] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.263700  4147 raft_consensus.cc:515] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.265965  4147 leader_election.cc:290] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:21.266302  4141 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:21.266574  4140 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:21.266851  4141 ts_tablet_manager.cc:1403] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.032s	user 0.014s	sys 0.012s
I20260630 12:35:21.267010  4140 ts_tablet_manager.cc:1403] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.012s
I20260630 12:35:21.267427  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e8ff1368bdf45d589ee0d55a97ec271" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:21.268072  3944 raft_consensus.cc:2468] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:21.269248  4057 leader_election.cc:304] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:21.269477  4140 raft_consensus.cc:359] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.270306  4140 raft_consensus.cc:385] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.269833  4141 raft_consensus.cc:359] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.270376  4147 raft_consensus.cc:2804] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.270651  4140 raft_consensus.cc:740] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.270881  4141 raft_consensus.cc:385] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.270885  4147 raft_consensus.cc:493] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.269241  4019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e8ff1368bdf45d589ee0d55a97ec271" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:21.271484  4147 raft_consensus.cc:3060] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.271430  4140 consensus_queue.cc:260] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.271456  4141 raft_consensus.cc:740] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.272876  4141 consensus_queue.cc:260] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.273536  4140 ts_tablet_manager.cc:1434] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:21.273769  4019 raft_consensus.cc:2468] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:21.276491  4141 ts_tablet_manager.cc:1434] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:35:21.277418  4141 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:21.281606  4147 raft_consensus.cc:515] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.283553  4141 tablet_bootstrap.cc:654] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.283864  4147 leader_election.cc:290] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Requested vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:21.284462  4019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e8ff1368bdf45d589ee0d55a97ec271" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:21.285048  4019 raft_consensus.cc:3060] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.286322  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e8ff1368bdf45d589ee0d55a97ec271" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:21.286757  3944 raft_consensus.cc:3060] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.289629  4168 raft_consensus.cc:493] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.290095  4168 raft_consensus.cc:515] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.291915  3944 raft_consensus.cc:2468] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:21.292084  4168 leader_election.cc:290] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.293066  4057 leader_election.cc:304] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:21.293684  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11ca2fb7628748f4aeb76f492166efd7" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:21.294275  4094 raft_consensus.cc:2468] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 0.
I20260630 12:35:21.295282  4148 raft_consensus.cc:493] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.295851  4148 raft_consensus.cc:515] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.297292  3910 leader_election.cc:304] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:21.297919  4168 raft_consensus.cc:2804] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.298314  4168 raft_consensus.cc:493] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.298408  4147 raft_consensus.cc:2804] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.298684  4168 raft_consensus.cc:3060] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.299592  4147 raft_consensus.cc:697] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Becoming Leader. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Running, Role: LEADER
I20260630 12:35:21.300120  4020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11ca2fb7628748f4aeb76f492166efd7" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:21.300376  4147 consensus_queue.cc:237] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.300923  4020 raft_consensus.cc:2468] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 0.
I20260630 12:35:21.305333  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aef795464c1e4a5598370bbbb3bf930a" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:21.305434  4168 raft_consensus.cc:515] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.306159  4094 raft_consensus.cc:2468] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:21.307962  3985 leader_election.cc:304] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:21.308445  4168 leader_election.cc:290] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 election: Requested vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.309535  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11ca2fb7628748f4aeb76f492166efd7" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:21.310439  4094 raft_consensus.cc:3060] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.311228  4020 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "11ca2fb7628748f4aeb76f492166efd7" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:21.311858  4020 raft_consensus.cc:3060] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.315517  3841 catalog_manager.cc:5697] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:21.317632  4094 raft_consensus.cc:2468] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 1.
I20260630 12:35:21.318122  4148 leader_election.cc:290] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.318970  4148 raft_consensus.cc:2804] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.318832  3910 leader_election.cc:304] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:21.319655  4148 raft_consensus.cc:493] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.319658  4168 raft_consensus.cc:2804] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.320202  4148 raft_consensus.cc:3060] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.320444  4168 raft_consensus.cc:697] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Becoming Leader. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Running, Role: LEADER
I20260630 12:35:21.321302  4168 consensus_queue.cc:237] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.329865  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aef795464c1e4a5598370bbbb3bf930a" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:21.330762  3944 raft_consensus.cc:2468] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:21.332190  4019 raft_consensus.cc:2468] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:21.336298  4020 raft_consensus.cc:2468] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 1.
I20260630 12:35:21.338676  4185 raft_consensus.cc:493] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.339560  4185 raft_consensus.cc:515] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.342236  4185 leader_election.cc:290] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.341527  4148 raft_consensus.cc:515] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.344518  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b30f38754758400c922d523cae7e21b4" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:21.345587  4094 raft_consensus.cc:2393] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 255ee9b5c32643b1b0fd46642ca358bd in current term 1: Already voted for candidate dc05813dd98940cc81326a95b34472a1 in this term.
I20260630 12:35:21.347517  4093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aef795464c1e4a5598370bbbb3bf930a" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:21.343158  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b30f38754758400c922d523cae7e21b4" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:21.346601  4148 leader_election.cc:290] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Requested vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:21.348162  4093 raft_consensus.cc:3060] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.349327  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aef795464c1e4a5598370bbbb3bf930a" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:21.349902  3945 raft_consensus.cc:3060] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.352469  3983 leader_election.cc:304] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [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: 255ee9b5c32643b1b0fd46642ca358bd; no voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1
I20260630 12:35:21.352903  4141 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:21.353356  4141 ts_tablet_manager.cc:1403] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.076s	user 0.041s	sys 0.025s
I20260630 12:35:21.355141  4093 raft_consensus.cc:2468] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:21.355859  4141 raft_consensus.cc:359] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.356220  3985 leader_election.cc:304] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:21.356519  4141 raft_consensus.cc:385] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.356376  3945 raft_consensus.cc:2468] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:21.357023  4141 raft_consensus.cc:740] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.357227  4185 raft_consensus.cc:3060] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.356280  3841 catalog_manager.cc:5697] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 reported cstate change: term changed from 0 to 1, leader changed from <none> to dc05813dd98940cc81326a95b34472a1 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:21.357642  4141 consensus_queue.cc:260] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.360993  4187 raft_consensus.cc:2804] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.361948  4141 ts_tablet_manager.cc:1434] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260630 12:35:21.363445  4185 raft_consensus.cc:2749] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:21.363507  4187 raft_consensus.cc:697] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Becoming Leader. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Running, Role: LEADER
I20260630 12:35:21.364331  4187 consensus_queue.cc:237] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.368356  4147 raft_consensus.cc:493] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.368857  4147 raft_consensus.cc:515] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.370890  4147 leader_election.cc:290] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:21.371666  4019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54e2c0003a344ee9a65f8a0a154fcec" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:21.371969  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54e2c0003a344ee9a65f8a0a154fcec" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:21.372156  4019 raft_consensus.cc:2468] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:21.372609  3945 raft_consensus.cc:2468] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:21.373041  4058 leader_election.cc:304] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:21.373816  4147 raft_consensus.cc:2804] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:21.374225  4147 raft_consensus.cc:493] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:21.374653  4147 raft_consensus.cc:3060] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.374133  3843 catalog_manager.cc:5697] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: term changed from 0 to 1, leader changed from <none> to 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2). New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:21.379462  4147 raft_consensus.cc:515] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.381095  4147 leader_election.cc:290] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Requested vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:21.381727  4019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54e2c0003a344ee9a65f8a0a154fcec" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:21.382138  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b54e2c0003a344ee9a65f8a0a154fcec" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:21.382257  4019 raft_consensus.cc:3060] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.382786  3945 raft_consensus.cc:3060] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:21.386621  4019 raft_consensus.cc:2468] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:21.386788  3945 raft_consensus.cc:2468] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:21.387616  4058 leader_election.cc:304] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:21.388314  4147 raft_consensus.cc:2804] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:21.388777  4147 raft_consensus.cc:697] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Becoming Leader. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Running, Role: LEADER
I20260630 12:35:21.389511  4147 consensus_queue.cc:237] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.396700  3843 catalog_manager.cc:5697] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:21.440006   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:21.445837  4191 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:21.446995  4192 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:21.447422  4194 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:21.447631   940 server_base.cc:1061] running on GCE node
I20260630 12:35:21.448597   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:21.448825   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:21.449038   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822921449013 us; error 0 us; skew 500 ppm
I20260630 12:35:21.449579   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:21.451838   940 webserver.cc:533] Webserver started at http://127.0.235.4:40161/ using document root <none> and password file <none>
I20260630 12:35:21.452314   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:21.452519   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:21.452773   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:21.453810   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "0bd29888972f4e3d967d2a36ef4b7850"
format_stamp: "Formatted at 2026-06-30 12:35:21 on dist-test-slave-47x1"
I20260630 12:35:21.457818   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:35:21.460810  4199 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:21.461509   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:21.461786   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "0bd29888972f4e3d967d2a36ef4b7850"
format_stamp: "Formatted at 2026-06-30 12:35:21 on dist-test-slave-47x1"
I20260630 12:35:21.462098   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:21.474001   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:21.475168   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:21.476455   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:21.479266   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:21.479488   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:21.479715   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:21.479882   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:21.491602  4147 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.512214  4162 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.556408   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:34185
I20260630 12:35:21.556540  4266 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:34185 every 8 connection(s)
I20260630 12:35:21.564509  3841 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:41016:
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:35:21.574735  4267 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43883
I20260630 12:35:21.575119  4267 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:21.575779  4267 heartbeater.cc:507] Master 127.0.235.62:43883 requested a full tablet report, sending...
I20260630 12:35:21.577629  3843 ts_manager.cc:194] Registered new tserver with Master: 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185)
I20260630 12:35:21.578929  3843 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41022
W20260630 12:35:21.590727  3841 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fd82c2a8f62e4fcb97c50e74ebfc4473 has no consensus state
W20260630 12:35:21.591951  3841 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 03be485a6f1045549cce3d8a7673acb4 has no consensus state
W20260630 12:35:21.593159  3841 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 55a564bc07b44fd1895728a8be5c35a8 has no consensus state
W20260630 12:35:21.594599  3841 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 8825a3125cf8415289f6fc210d61bf85 has no consensus state
W20260630 12:35:21.595954  3841 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 6ca4d2b385f8492189f7f8ab756babad has no consensus state
W20260630 12:35:21.597190  3841 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 339eb95c825b4a609bad665892d746bc has no consensus state
W20260630 12:35:21.598730  3841 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 289f01b96d22497c828163b7b03f1822 has no consensus state
W20260630 12:35:21.599917  3841 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 403d71567cd643999235b6b63f1d6271 has no consensus state
W20260630 12:35:21.609023  3828 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet fd82c2a8f62e4fcb97c50e74ebfc4473 (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet fd82c2a8f62e4fcb97c50e74ebfc4473 has no consensus state
I20260630 12:35:21.622984  3930 tablet_service.cc:1511] Processing CreateTablet for tablet fd82c2a8f62e4fcb97c50e74ebfc4473 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.623828  4006 tablet_service.cc:1511] Processing CreateTablet for tablet fd82c2a8f62e4fcb97c50e74ebfc4473 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.625000  4006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd82c2a8f62e4fcb97c50e74ebfc4473. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.629674  4082 tablet_service.cc:1511] Processing CreateTablet for tablet 03be485a6f1045549cce3d8a7673acb4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.629915  3935 tablet_service.cc:1511] Processing CreateTablet for tablet 03be485a6f1045549cce3d8a7673acb4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.631163  4082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03be485a6f1045549cce3d8a7673acb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.632912  4162 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.625000  3930 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd82c2a8f62e4fcb97c50e74ebfc4473. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.638231  4008 tablet_service.cc:1511] Processing CreateTablet for tablet 55a564bc07b44fd1895728a8be5c35a8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.639536  4008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55a564bc07b44fd1895728a8be5c35a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.644448  3935 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03be485a6f1045549cce3d8a7673acb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.644218  4168 consensus_queue.cc:1048] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.657306  4168 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.668843  4084 tablet_service.cc:1511] Processing CreateTablet for tablet 55a564bc07b44fd1895728a8be5c35a8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.670149  4084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55a564bc07b44fd1895728a8be5c35a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.677639  3933 tablet_service.cc:1511] Processing CreateTablet for tablet 8825a3125cf8415289f6fc210d61bf85 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.679067  3933 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8825a3125cf8415289f6fc210d61bf85. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.681993  4141 tablet_bootstrap.cc:492] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:21.683314  4009 tablet_service.cc:1511] Processing CreateTablet for tablet 8825a3125cf8415289f6fc210d61bf85 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.684574  4009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8825a3125cf8415289f6fc210d61bf85. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.687291  3931 tablet_service.cc:1511] Processing CreateTablet for tablet 6ca4d2b385f8492189f7f8ab756babad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.687641  4081 tablet_service.cc:1511] Processing CreateTablet for tablet 6ca4d2b385f8492189f7f8ab756babad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.688645  3931 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ca4d2b385f8492189f7f8ab756babad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.688920  4081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ca4d2b385f8492189f7f8ab756babad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.693964  4139 tablet_bootstrap.cc:492] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:21.696283  4141 tablet_bootstrap.cc:654] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.704520  4144 consensus_queue.cc:1048] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:35:21.723471  4228 tablet_service.cc:1511] Processing CreateTablet for tablet fd82c2a8f62e4fcb97c50e74ebfc4473 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.724251  4226 tablet_service.cc:1511] Processing CreateTablet for tablet 55a564bc07b44fd1895728a8be5c35a8 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.725016  4228 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd82c2a8f62e4fcb97c50e74ebfc4473. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.726434  4225 tablet_service.cc:1511] Processing CreateTablet for tablet 8825a3125cf8415289f6fc210d61bf85 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.727406  4227 tablet_service.cc:1511] Processing CreateTablet for tablet 03be485a6f1045549cce3d8a7673acb4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.728747  4224 tablet_service.cc:1511] Processing CreateTablet for tablet 6ca4d2b385f8492189f7f8ab756babad (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.718425  4165 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.016s
I20260630 12:35:21.739192  4226 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55a564bc07b44fd1895728a8be5c35a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.739919  4140 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:21.742174  4227 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 03be485a6f1045549cce3d8a7673acb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.746991  4224 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ca4d2b385f8492189f7f8ab756babad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.750579  4223 tablet_service.cc:1511] Processing CreateTablet for tablet 339eb95c825b4a609bad665892d746bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.751900  4223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 339eb95c825b4a609bad665892d746bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.752966  4140 tablet_bootstrap.cc:654] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.752966  4139 tablet_bootstrap.cc:654] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:21.755487  4225 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8825a3125cf8415289f6fc210d61bf85. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.757380  4144 consensus_queue.cc:1048] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.757593  4168 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.760036  4147 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.816792  4140 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:21.851398  4140 ts_tablet_manager.cc:1403] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.112s	user 0.007s	sys 0.010s
I20260630 12:35:21.858126  4185 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.863747  4140 raft_consensus.cc:359] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:21.864456  4140 raft_consensus.cc:385] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.864732  4140 raft_consensus.cc:740] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.865574  4165 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:21.870600  4140 consensus_queue.cc:260] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:21.881397  4141 tablet_bootstrap.cc:492] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:21.882076  4141 ts_tablet_manager.cc:1403] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.200s	user 0.019s	sys 0.015s
I20260630 12:35:21.915975  4141 raft_consensus.cc:359] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.916591  4141 raft_consensus.cc:385] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:21.916851  4141 raft_consensus.cc:740] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:21.978519  4139 tablet_bootstrap.cc:492] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:21.979220  4139 ts_tablet_manager.cc:1403] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.285s	user 0.021s	sys 0.015s
W20260630 12:35:21.982457  4286 log.cc:927] Time spent T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: Append to log took a long time: real 0.062s	user 0.003s	sys 0.001s
I20260630 12:35:21.988659  4284 tablet_bootstrap.cc:492] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:21.988943  4006 tablet_service.cc:1511] Processing CreateTablet for tablet 339eb95c825b4a609bad665892d746bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.980348  4141 consensus_queue.cc:260] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:21.990731  4278 consensus_queue.cc:1048] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:21.995162  4144 raft_consensus.cc:493] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:21.991775  4008 tablet_service.cc:1511] Processing CreateTablet for tablet 289f01b96d22497c828163b7b03f1822 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.995878  4144 raft_consensus.cc:515] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:21.993793  4006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 339eb95c825b4a609bad665892d746bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.979341  4147 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.018s
I20260630 12:35:21.997155  4082 tablet_service.cc:1511] Processing CreateTablet for tablet 339eb95c825b4a609bad665892d746bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.995209  4227 tablet_service.cc:1511] Processing CreateTablet for tablet 289f01b96d22497c828163b7b03f1822 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:21.998318  4008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 289f01b96d22497c828163b7b03f1822. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:21.999002  4227 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 289f01b96d22497c828163b7b03f1822. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:22.000923  4165 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:22.003103  4144 leader_election.cc:290] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:22.015470  4081 tablet_service.cc:1511] Processing CreateTablet for tablet 403d71567cd643999235b6b63f1d6271 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:22.018651  4141 ts_tablet_manager.cc:1434] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.136s	user 0.002s	sys 0.008s
I20260630 12:35:22.019695  4141 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:22.030892  4148 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:22.032400  4139 raft_consensus.cc:359] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:22.033273  4139 raft_consensus.cc:385] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.033592  4139 raft_consensus.cc:740] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.033751  4017 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd82c2a8f62e4fcb97c50e74ebfc4473" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:22.038877  4139 consensus_queue.cc:260] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:22.052244  4223 tablet_service.cc:1511] Processing CreateTablet for tablet 403d71567cd643999235b6b63f1d6271 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:22.054782  4223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 403d71567cd643999235b6b63f1d6271. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:35:22.064195  3909 leader_election.cc:343] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:22.067092  4140 ts_tablet_manager.cc:1434] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.215s	user 0.016s	sys 0.007s
I20260630 12:35:22.068050  4140 tablet_bootstrap.cc:492] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:22.070569  4082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 339eb95c825b4a609bad665892d746bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:22.074895  4081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 403d71567cd643999235b6b63f1d6271. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:22.086045  4139 ts_tablet_manager.cc:1434] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.106s	user 0.000s	sys 0.008s
I20260630 12:35:22.087090  4139 tablet_bootstrap.cc:492] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:22.091897  3933 tablet_service.cc:1511] Processing CreateTablet for tablet 289f01b96d22497c828163b7b03f1822 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:22.093150  3933 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 289f01b96d22497c828163b7b03f1822. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:22.096150  4140 tablet_bootstrap.cc:654] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.104671  3931 tablet_service.cc:1511] Processing CreateTablet for tablet 403d71567cd643999235b6b63f1d6271 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:22.105917  3931 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 403d71567cd643999235b6b63f1d6271. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:22.106612  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd82c2a8f62e4fcb97c50e74ebfc4473" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
W20260630 12:35:22.108816  3911 leader_election.cc:343] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:22.109248  3911 leader_election.cc:304] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [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: dc05813dd98940cc81326a95b34472a1; no voters: 0bd29888972f4e3d967d2a36ef4b7850, 255ee9b5c32643b1b0fd46642ca358bd
I20260630 12:35:22.110062  4144 raft_consensus.cc:2749] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:22.125214  4284 tablet_bootstrap.cc:654] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.139808  4141 tablet_bootstrap.cc:654] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.154136  4139 tablet_bootstrap.cc:654] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.165099  4140 tablet_bootstrap.cc:492] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:22.165584  4140 ts_tablet_manager.cc:1403] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.098s	user 0.020s	sys 0.006s
I20260630 12:35:22.170478  4284 tablet_bootstrap.cc:492] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850: No bootstrap required, opened a new log
I20260630 12:35:22.170977  4284 ts_tablet_manager.cc:1403] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.183s	user 0.015s	sys 0.024s
I20260630 12:35:22.173732  4140 raft_consensus.cc:359] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.174136  4141 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:22.174556  4140 raft_consensus.cc:385] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.174757  4141 ts_tablet_manager.cc:1403] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.155s	user 0.017s	sys 0.002s
I20260630 12:35:22.175002  4140 raft_consensus.cc:740] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.174083  4284 raft_consensus.cc:359] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.175997  4140 consensus_queue.cc:260] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.177350  4141 raft_consensus.cc:359] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.178004  4141 raft_consensus.cc:385] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.178292  4141 raft_consensus.cc:740] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.176410  4284 raft_consensus.cc:385] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.178984  4140 ts_tablet_manager.cc:1434] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:35:22.179186  4284 raft_consensus.cc:740] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.179152  4141 consensus_queue.cc:260] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.180059  4284 consensus_queue.cc:260] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.181388  4140 tablet_bootstrap.cc:492] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:22.184931  4139 tablet_bootstrap.cc:492] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:22.185497  4139 ts_tablet_manager.cc:1403] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.099s	user 0.009s	sys 0.000s
I20260630 12:35:22.188445  4140 tablet_bootstrap.cc:654] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.188570  4139 raft_consensus.cc:359] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.194046  4139 raft_consensus.cc:385] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.194420  4139 raft_consensus.cc:740] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.195266  4139 consensus_queue.cc:260] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.198113  4141 ts_tablet_manager.cc:1434] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260630 12:35:22.199079  4140 tablet_bootstrap.cc:492] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:22.199328  4141 tablet_bootstrap.cc:492] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:22.199512  4140 ts_tablet_manager.cc:1403] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.001s
I20260630 12:35:22.208195  4140 raft_consensus.cc:359] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.208693  4140 raft_consensus.cc:385] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.208916  4140 raft_consensus.cc:740] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.209424  4139 ts_tablet_manager.cc:1434] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.024s	user 0.007s	sys 0.003s
I20260630 12:35:22.209482  4140 consensus_queue.cc:260] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.210602  4139 tablet_bootstrap.cc:492] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:22.215266  4140 ts_tablet_manager.cc:1434] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.003s
I20260630 12:35:22.215723  4139 tablet_bootstrap.cc:654] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.216125  4140 tablet_bootstrap.cc:492] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
W20260630 12:35:22.219630  3891 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:22.220664  4140 tablet_bootstrap.cc:654] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.223770  4141 tablet_bootstrap.cc:654] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.224066  4267 heartbeater.cc:499] Master 127.0.235.62:43883 was elected leader, sending a full tablet report...
I20260630 12:35:22.224632  4284 ts_tablet_manager.cc:1434] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.053s	user 0.016s	sys 0.025s
I20260630 12:35:22.225656  4284 tablet_bootstrap.cc:492] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:22.232388  4284 tablet_bootstrap.cc:654] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.254551  4141 tablet_bootstrap.cc:492] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:22.255697  4148 raft_consensus.cc:493] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.256526  4148 raft_consensus.cc:515] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.262144  4148 leader_election.cc:290] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:22.263561  3943 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd82c2a8f62e4fcb97c50e74ebfc4473" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:22.264420  3943 raft_consensus.cc:2468] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:22.265928  3983 leader_election.cc:304] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 255ee9b5c32643b1b0fd46642ca358bd, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:22.266925  4148 raft_consensus.cc:2804] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:22.268973  4141 ts_tablet_manager.cc:1403] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.070s	user 0.011s	sys 0.011s
I20260630 12:35:22.267354  4148 raft_consensus.cc:493] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.271214  4148 raft_consensus.cc:3060] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.272508  4139 tablet_bootstrap.cc:492] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:22.273008  4139 ts_tablet_manager.cc:1403] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.063s	user 0.015s	sys 0.013s
I20260630 12:35:22.275746  4139 raft_consensus.cc:359] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.277618  4139 raft_consensus.cc:385] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.277951  4139 raft_consensus.cc:740] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.278709  4139 consensus_queue.cc:260] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.276949  4141 raft_consensus.cc:359] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.279452  4284 tablet_bootstrap.cc:492] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850: No bootstrap required, opened a new log
I20260630 12:35:22.279703  4141 raft_consensus.cc:385] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.279906  4140 tablet_bootstrap.cc:492] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:22.280169  4141 raft_consensus.cc:740] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.280576  4140 ts_tablet_manager.cc:1403] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.065s	user 0.006s	sys 0.020s
I20260630 12:35:22.281257  4141 consensus_queue.cc:260] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.281739  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd82c2a8f62e4fcb97c50e74ebfc4473" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
I20260630 12:35:22.280040  4284 ts_tablet_manager.cc:1403] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.055s	user 0.012s	sys 0.024s
I20260630 12:35:22.281569  4148 raft_consensus.cc:515] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.327450  4141 ts_tablet_manager.cc:1434] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.058s	user 0.032s	sys 0.014s
I20260630 12:35:22.335633  4139 ts_tablet_manager.cc:1434] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.062s	user 0.012s	sys 0.006s
I20260630 12:35:22.336503  4141 tablet_bootstrap.cc:492] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:22.336503  4139 tablet_bootstrap.cc:492] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:22.338215  4284 raft_consensus.cc:359] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
W20260630 12:35:22.341017  3986 leader_election.cc:343] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:22.343045  4139 tablet_bootstrap.cc:654] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.343045  4141 tablet_bootstrap.cc:654] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.343457  4241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd82c2a8f62e4fcb97c50e74ebfc4473" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
I20260630 12:35:22.343611  4140 raft_consensus.cc:359] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.344247  4140 raft_consensus.cc:385] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:35:22.345049  3986 leader_election.cc:343] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:22.346798  4148 leader_election.cc:290] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Requested vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:22.347375  4284 raft_consensus.cc:385] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.344550  4140 raft_consensus.cc:740] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.347783  4284 raft_consensus.cc:740] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.350792  4284 consensus_queue.cc:260] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:22.352334  4284 ts_tablet_manager.cc:1434] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.017s	user 0.000s	sys 0.004s
I20260630 12:35:22.353044  4284 tablet_bootstrap.cc:492] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:22.353163  3943 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fd82c2a8f62e4fcb97c50e74ebfc4473" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:22.353950  3943 raft_consensus.cc:3060] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.349623  4140 consensus_queue.cc:260] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.356261  4140 ts_tablet_manager.cc:1434] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.075s	user 0.006s	sys 0.001s
I20260630 12:35:22.356985  4140 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:22.362042  4141 tablet_bootstrap.cc:492] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:22.362484  4141 ts_tablet_manager.cc:1403] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.026s	user 0.009s	sys 0.011s
I20260630 12:35:22.363548  4284 tablet_bootstrap.cc:654] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.365108  4141 raft_consensus.cc:359] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.365736  4141 raft_consensus.cc:385] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.365979  4141 raft_consensus.cc:740] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.366636  4141 consensus_queue.cc:260] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.367725  3943 raft_consensus.cc:2468] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:22.368508  4141 ts_tablet_manager.cc:1434] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:22.369022  3983 leader_election.cc:304] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [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: 255ee9b5c32643b1b0fd46642ca358bd, dc05813dd98940cc81326a95b34472a1; no voters: 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:22.369372  4141 tablet_bootstrap.cc:492] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:22.370353  4148 raft_consensus.cc:2804] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.370946  4140 tablet_bootstrap.cc:654] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.370962  4148 raft_consensus.cc:697] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Becoming Leader. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Running, Role: LEADER
I20260630 12:35:22.372912  4148 consensus_queue.cc:237] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.377738  4187 raft_consensus.cc:493] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.378379  4187 raft_consensus.cc:515] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:22.386384  4187 leader_election.cc:290] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:22.388075  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a564bc07b44fd1895728a8be5c35a8" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
I20260630 12:35:22.388482  4093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a564bc07b44fd1895728a8be5c35a8" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:22.388713  4242 raft_consensus.cc:2468] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:22.389261  4093 raft_consensus.cc:2468] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:22.390591  3986 leader_election.cc:304] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0bd29888972f4e3d967d2a36ef4b7850, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:22.392665  4187 raft_consensus.cc:2804] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:22.392841  4141 tablet_bootstrap.cc:654] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.390935  3841 catalog_manager.cc:6242] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4: range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33] alter complete (version 0)
I20260630 12:35:22.393193  4187 raft_consensus.cc:493] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.393705  4187 raft_consensus.cc:3060] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.390777  4139 tablet_bootstrap.cc:492] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:22.413218  4139 ts_tablet_manager.cc:1403] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.077s	user 0.013s	sys 0.006s
I20260630 12:35:22.414752  4140 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:22.415356  4140 ts_tablet_manager.cc:1403] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.058s	user 0.010s	sys 0.000s
I20260630 12:35:22.423170  4139 raft_consensus.cc:359] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.424106  4139 raft_consensus.cc:385] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.424430  4139 raft_consensus.cc:740] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.425218  4140 raft_consensus.cc:359] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.425601  4139 consensus_queue.cc:260] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.429239  4278 raft_consensus.cc:493] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.429894  4278 raft_consensus.cc:515] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.433447  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03be485a6f1045549cce3d8a7673acb4" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
I20260630 12:35:22.434119  4242 raft_consensus.cc:2468] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 0.
I20260630 12:35:22.435110  4093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03be485a6f1045549cce3d8a7673acb4" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:22.435386  3911 leader_election.cc:304] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0bd29888972f4e3d967d2a36ef4b7850, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:22.435765  4093 raft_consensus.cc:2468] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 0.
I20260630 12:35:22.436266  4144 raft_consensus.cc:2804] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:22.436681  4144 raft_consensus.cc:493] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.437040  4144 raft_consensus.cc:3060] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.437805  4278 leader_election.cc:290] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:22.442600  4139 ts_tablet_manager.cc:1434] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.029s	user 0.009s	sys 0.000s
I20260630 12:35:22.442660  4187 raft_consensus.cc:515] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:22.446717  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a564bc07b44fd1895728a8be5c35a8" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
I20260630 12:35:22.447328  4242 raft_consensus.cc:3060] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.446382  4139 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:22.450475  4140 raft_consensus.cc:385] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.454337  4165 raft_consensus.cc:493] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.454952  4165 raft_consensus.cc:515] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.451704  4140 raft_consensus.cc:740] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.467837  4140 consensus_queue.cc:260] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.471535  4140 ts_tablet_manager.cc:1434] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.056s	user 0.008s	sys 0.000s
I20260630 12:35:22.473431  4187 leader_election.cc:290] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Requested vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:22.474330  4165 leader_election.cc:290] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:22.475968  4093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55a564bc07b44fd1895728a8be5c35a8" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:22.478641  4093 raft_consensus.cc:3060] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.477725  3841 catalog_manager.cc:5697] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: term changed from 0 to 1, leader changed from <none> to 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2). New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:22.486768  4139 tablet_bootstrap.cc:654] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.499370  4139 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6: No bootstrap required, opened a new log
I20260630 12:35:22.499944  4139 ts_tablet_manager.cc:1403] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.054s	user 0.019s	sys 0.000s
I20260630 12:35:22.501907  4140 tablet_bootstrap.cc:492] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1: Bootstrap starting.
I20260630 12:35:22.505606  4242 raft_consensus.cc:2468] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:22.507439  3986 leader_election.cc:304] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0bd29888972f4e3d967d2a36ef4b7850, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:22.508898  4187 raft_consensus.cc:2804] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.509519  4187 raft_consensus.cc:697] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Becoming Leader. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Running, Role: LEADER
I20260630 12:35:22.511173  4284 tablet_bootstrap.cc:492] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850: No bootstrap required, opened a new log
I20260630 12:35:22.510849  4144 raft_consensus.cc:515] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.511638  4284 ts_tablet_manager.cc:1403] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.159s	user 0.022s	sys 0.035s
I20260630 12:35:22.510499  4187 consensus_queue.cc:237] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:22.512004  3943 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:22.515726  4140 tablet_bootstrap.cc:654] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.514170  3943 raft_consensus.cc:2468] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:22.519646  4057 leader_election.cc:304] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:22.520125  4284 raft_consensus.cc:359] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.521052  4165 raft_consensus.cc:2804] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:22.521132  4284 raft_consensus.cc:385] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.521528  4165 raft_consensus.cc:493] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.521636  4284 raft_consensus.cc:740] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.521960  4165 raft_consensus.cc:3060] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.522506  4284 consensus_queue.cc:260] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.528694  4093 raft_consensus.cc:2468] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:22.529704  4165 raft_consensus.cc:515] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.532078  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
I20260630 12:35:22.556507  4141 tablet_bootstrap.cc:492] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd: No bootstrap required, opened a new log
I20260630 12:35:22.556707  4241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03be485a6f1045549cce3d8a7673acb4" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
I20260630 12:35:22.556982  4141 ts_tablet_manager.cc:1403] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.188s	user 0.054s	sys 0.066s
I20260630 12:35:22.557253  4241 raft_consensus.cc:3060] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.548942  4314 raft_consensus.cc:493] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.534286  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03be485a6f1045549cce3d8a7673acb4" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:22.563323  4094 raft_consensus.cc:3060] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.562989  4314 raft_consensus.cc:515] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.562952  4141 raft_consensus.cc:359] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.565268  4141 raft_consensus.cc:385] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:35:22.565335  4060 leader_election.cc:343] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:22.565586  4141 raft_consensus.cc:740] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.566654  4141 consensus_queue.cc:260] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.533130  4144 leader_election.cc:290] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 election: Requested vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:22.568943  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "339eb95c825b4a609bad665892d746bc" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
I20260630 12:35:22.570667  4241 raft_consensus.cc:2468] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 1.
I20260630 12:35:22.571128  4141 ts_tablet_manager.cc:1434] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.004s
I20260630 12:35:22.571285  4314 leader_election.cc:290] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:22.571854  4093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "339eb95c825b4a609bad665892d746bc" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:22.572388  4284 ts_tablet_manager.cc:1434] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.060s	user 0.009s	sys 0.000s
I20260630 12:35:22.575616  4093 raft_consensus.cc:2468] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:22.577968  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:22.577446  4165 leader_election.cc:290] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Requested vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:22.580188  4284 tablet_bootstrap.cc:492] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:22.581148  4139 raft_consensus.cc:359] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.579185  4140 tablet_bootstrap.cc:492] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1: No bootstrap required, opened a new log
I20260630 12:35:22.581854  4139 raft_consensus.cc:385] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.582108  4140 ts_tablet_manager.cc:1403] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1: Time spent bootstrapping tablet: real 0.106s	user 0.013s	sys 0.005s
I20260630 12:35:22.578065  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
I20260630 12:35:22.582240  4139 raft_consensus.cc:740] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.582526  3911 leader_election.cc:304] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0bd29888972f4e3d967d2a36ef4b7850, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:22.578661  3945 raft_consensus.cc:3060] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:22.583401  4060 leader_election.cc:343] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:22.585086  4140 raft_consensus.cc:359] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.585693  4140 raft_consensus.cc:385] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.585947  4140 raft_consensus.cc:740] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.586313  4094 raft_consensus.cc:2468] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 1.
I20260630 12:35:22.582136  3985 leader_election.cc:304] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
W20260630 12:35:22.587360  3986 leader_election.cc:343] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:22.583276  4139 consensus_queue.cc:260] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.590126  4139 ts_tablet_manager.cc:1434] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.090s	user 0.007s	sys 0.000s
I20260630 12:35:22.586585  4140 consensus_queue.cc:260] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.586606  3842 catalog_manager.cc:5697] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: term changed from 0 to 1, leader changed from <none> to 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2). New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:22.594700  4140 ts_tablet_manager.cc:1434] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:35:22.595270  4284 tablet_bootstrap.cc:654] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.597069  4291 raft_consensus.cc:2804] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.597606  4291 raft_consensus.cc:697] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Becoming Leader. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Running, Role: LEADER
I20260630 12:35:22.598573  4291 consensus_queue.cc:237] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.605931  3945 raft_consensus.cc:2468] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:22.606873  4314 raft_consensus.cc:2804] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:22.607244  4314 raft_consensus.cc:493] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.607224  4057 leader_election.cc:304] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [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: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:22.608044  4165 raft_consensus.cc:2804] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.608345  4314 raft_consensus.cc:3060] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.608572  4165 raft_consensus.cc:697] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Becoming Leader. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Running, Role: LEADER
I20260630 12:35:22.609501  4165 consensus_queue.cc:237] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.615901  3841 catalog_manager.cc:5697] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 reported cstate change: term changed from 0 to 1, leader changed from <none> to dc05813dd98940cc81326a95b34472a1 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:22.618145  4284 tablet_bootstrap.cc:492] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850: No bootstrap required, opened a new log
I20260630 12:35:22.618635  4284 ts_tablet_manager.cc:1403] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.041s	user 0.018s	sys 0.001s
I20260630 12:35:22.619000  4314 raft_consensus.cc:515] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.621191  4284 raft_consensus.cc:359] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.621878  4284 raft_consensus.cc:385] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.622181  4284 raft_consensus.cc:740] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.622637  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "339eb95c825b4a609bad665892d746bc" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
I20260630 12:35:22.622856  4284 consensus_queue.cc:260] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
W20260630 12:35:22.624068  3986 leader_election.cc:343] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:22.625443  4284 ts_tablet_manager.cc:1434] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:22.626417  4284 tablet_bootstrap.cc:492] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:22.627460  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "339eb95c825b4a609bad665892d746bc" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:22.628015  4094 raft_consensus.cc:3060] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.632300  4284 tablet_bootstrap.cc:654] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.634140  4314 leader_election.cc:290] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Requested vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:22.636392  3842 catalog_manager.cc:5697] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:22.639341  4094 raft_consensus.cc:2468] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:22.640758  4284 tablet_bootstrap.cc:492] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850: No bootstrap required, opened a new log
I20260630 12:35:22.641225  4284 ts_tablet_manager.cc:1403] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260630 12:35:22.641376  3985 leader_election.cc:304] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [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: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:22.642221  4314 raft_consensus.cc:2804] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.642689  4314 raft_consensus.cc:697] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Becoming Leader. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Running, Role: LEADER
I20260630 12:35:22.643446  4314 consensus_queue.cc:237] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.644022  4284 raft_consensus.cc:359] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.644714  4284 raft_consensus.cc:385] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.644996  4284 raft_consensus.cc:740] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.645742  4284 consensus_queue.cc:260] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.648150  4284 ts_tablet_manager.cc:1434] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:35:22.649005  4284 tablet_bootstrap.cc:492] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:22.654902  4284 tablet_bootstrap.cc:654] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.654425  3840 catalog_manager.cc:5697] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: term changed from 0 to 1, leader changed from <none> to 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2). New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:22.662827  4284 tablet_bootstrap.cc:492] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850: No bootstrap required, opened a new log
I20260630 12:35:22.663309  4284 ts_tablet_manager.cc:1403] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.007s
I20260630 12:35:22.665510  4284 raft_consensus.cc:359] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.666047  4284 raft_consensus.cc:385] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.666291  4284 raft_consensus.cc:740] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.666920  4284 consensus_queue.cc:260] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.669297  4284 ts_tablet_manager.cc:1434] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:35:22.670310  4284 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:22.676415  4284 tablet_bootstrap.cc:654] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.680155  4284 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: No bootstrap required, opened a new log
I20260630 12:35:22.680604  4284 ts_tablet_manager.cc:1403] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.011s	user 0.006s	sys 0.002s
I20260630 12:35:22.682924  4284 raft_consensus.cc:359] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.683408  4284 raft_consensus.cc:385] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.683598  4284 raft_consensus.cc:740] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.684092  4284 consensus_queue.cc:260] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.685535  4284 ts_tablet_manager.cc:1434] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260630 12:35:22.686682  4284 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:22.691071  4284 tablet_bootstrap.cc:654] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:22.691877  4314 raft_consensus.cc:493] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.692399  4314 raft_consensus.cc:515] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.694599  4314 leader_election.cc:290] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185)
I20260630 12:35:22.695387  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8825a3125cf8415289f6fc210d61bf85" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:22.695592  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8825a3125cf8415289f6fc210d61bf85" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
I20260630 12:35:22.696038  3945 raft_consensus.cc:2468] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:22.696135  4284 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: No bootstrap required, opened a new log
I20260630 12:35:22.696159  4242 raft_consensus.cc:2468] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:22.696820  4284 ts_tablet_manager.cc:1403] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.010s	user 0.006s	sys 0.002s
I20260630 12:35:22.697217  3983 leader_election.cc:304] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 255ee9b5c32643b1b0fd46642ca358bd, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:22.697902  4314 raft_consensus.cc:2804] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:22.698352  4314 raft_consensus.cc:493] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.698629  4314 raft_consensus.cc:3060] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.699262  4284 raft_consensus.cc:359] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.699771  4284 raft_consensus.cc:385] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:22.700042  4284 raft_consensus.cc:740] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: FOLLOWER
I20260630 12:35:22.700620  4284 consensus_queue.cc:260] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.702296  4284 ts_tablet_manager.cc:1434] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:35:22.703331  4314 raft_consensus.cc:515] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.705011  4314 leader_election.cc:290] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Requested vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185)
I20260630 12:35:22.705610  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8825a3125cf8415289f6fc210d61bf85" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:22.706187  3945 raft_consensus.cc:3060] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.706429  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8825a3125cf8415289f6fc210d61bf85" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
I20260630 12:35:22.706529  4147 raft_consensus.cc:493] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.707093  4242 raft_consensus.cc:3060] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.707130  4147 raft_consensus.cc:515] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.709407  4147 leader_election.cc:290] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185)
I20260630 12:35:22.710104  3943 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "403d71567cd643999235b6b63f1d6271" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:22.710717  3943 raft_consensus.cc:2468] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:22.711107  4241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "403d71567cd643999235b6b63f1d6271" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
I20260630 12:35:22.711712  4241 raft_consensus.cc:2468] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 0.
I20260630 12:35:22.712149  4057 leader_election.cc:304] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:22.712323  3945 raft_consensus.cc:2468] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:22.713028  4147 raft_consensus.cc:2804] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:22.713374  4147 raft_consensus.cc:493] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.713377  3983 leader_election.cc:304] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 255ee9b5c32643b1b0fd46642ca358bd, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:22.713809  4147 raft_consensus.cc:3060] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.714128  4242 raft_consensus.cc:2468] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:22.714449  4314 raft_consensus.cc:2804] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.714963  4314 raft_consensus.cc:697] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Becoming Leader. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Running, Role: LEADER
I20260630 12:35:22.715742  4314 consensus_queue.cc:237] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:22.718780  4147 raft_consensus.cc:515] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.721469  3945 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "403d71567cd643999235b6b63f1d6271" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:22.721657  4147 leader_election.cc:290] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Requested vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185)
I20260630 12:35:22.722055  3945 raft_consensus.cc:3060] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.722760  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "403d71567cd643999235b6b63f1d6271" candidate_uuid: "20106ddef2ed41c98388d5ec18cc12a6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
I20260630 12:35:22.723373  4242 raft_consensus.cc:3060] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.724802  3840 catalog_manager.cc:5697] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: term changed from 0 to 1, leader changed from <none> to 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2). New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:22.727898  3945 raft_consensus.cc:2468] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:22.728245  4242 raft_consensus.cc:2468] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20106ddef2ed41c98388d5ec18cc12a6 in term 1.
I20260630 12:35:22.728871  4057 leader_election.cc:304] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:22.729501  4147 raft_consensus.cc:2804] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.729962  4147 raft_consensus.cc:697] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Becoming Leader. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Running, Role: LEADER
I20260630 12:35:22.730736  4147 consensus_queue.cc:237] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } }
I20260630 12:35:22.738745  3840 catalog_manager.cc:5697] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:22.819573  4314 raft_consensus.cc:493] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:22.820127  4314 raft_consensus.cc:515] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.821421  4187 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:22.822736  4314 leader_election.cc:290] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:22.823230  4242 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "289f01b96d22497c828163b7b03f1822" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850" is_pre_election: true
I20260630 12:35:22.823877  4242 raft_consensus.cc:2468] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:22.824338  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "289f01b96d22497c828163b7b03f1822" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:22.824945  3944 raft_consensus.cc:2468] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 0.
I20260630 12:35:22.825001  3986 leader_election.cc:304] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0bd29888972f4e3d967d2a36ef4b7850, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:22.828164  4314 raft_consensus.cc:2804] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:22.828507  4314 raft_consensus.cc:493] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:22.828830  4314 raft_consensus.cc:3060] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.837433  4242 raft_consensus.cc:3060] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.837589  4314 raft_consensus.cc:515] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.842341  4314 leader_election.cc:290] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Requested vote from peers 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:22.842581  4241 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "289f01b96d22497c828163b7b03f1822" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
I20260630 12:35:22.842850  3943 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "289f01b96d22497c828163b7b03f1822" candidate_uuid: "255ee9b5c32643b1b0fd46642ca358bd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:22.843146  4241 raft_consensus.cc:3060] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.843434  3943 raft_consensus.cc:3060] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:22.849365  4314 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:22.850410  4241 raft_consensus.cc:2468] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:22.851903  3986 leader_election.cc:304] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0bd29888972f4e3d967d2a36ef4b7850, 255ee9b5c32643b1b0fd46642ca358bd; no voters: 
I20260630 12:35:22.852571  3943 raft_consensus.cc:2468] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 255ee9b5c32643b1b0fd46642ca358bd in term 1.
I20260630 12:35:22.852679  4314 raft_consensus.cc:2804] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:22.853259  4314 raft_consensus.cc:697] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Becoming Leader. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Running, Role: LEADER
I20260630 12:35:22.854054  4314 consensus_queue.cc:237] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:22.862213  3840 catalog_manager.cc:5697] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: term changed from 0 to 1, leader changed from <none> to 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2). New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:22.939159  4314 consensus_queue.cc:1048] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:22.948585  4185 consensus_queue.cc:1048] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.053829  4298 raft_consensus.cc:493] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.054314  4298 raft_consensus.cc:515] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:23.055070  4241 raft_consensus.cc:3060] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.056358  4298 leader_election.cc:290] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:23.065569  4298 raft_consensus.cc:493] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:23.066156  4298 raft_consensus.cc:515] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:23.068174  4147 consensus_queue.cc:1048] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.074127  4298 leader_election.cc:290] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307), 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:23.077893  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:23.081687  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "339eb95c825b4a609bad665892d746bc" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6" is_pre_election: true
I20260630 12:35:23.082463  4094 raft_consensus.cc:2393] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0bd29888972f4e3d967d2a36ef4b7850 in current term 1: Already voted for candidate 255ee9b5c32643b1b0fd46642ca358bd in this term.
I20260630 12:35:23.087069  4242 raft_consensus.cc:3060] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:23.093834  3943 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dc05813dd98940cc81326a95b34472a1" is_pre_election: true
I20260630 12:35:23.094609  3943 raft_consensus.cc:2393] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0bd29888972f4e3d967d2a36ef4b7850 in current term 1: Already voted for candidate 20106ddef2ed41c98388d5ec18cc12a6 in this term.
I20260630 12:35:23.098698  4200 leader_election.cc:304] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [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: 0bd29888972f4e3d967d2a36ef4b7850; no voters: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1
I20260630 12:35:23.099741  4298 raft_consensus.cc:2749] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:23.103262  4147 consensus_queue.cc:1048] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.104137  4018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "339eb95c825b4a609bad665892d746bc" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd" is_pre_election: true
I20260630 12:35:23.105281  4185 consensus_queue.cc:1048] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.107637  4201 leader_election.cc:304] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [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: 0bd29888972f4e3d967d2a36ef4b7850; no voters: 20106ddef2ed41c98388d5ec18cc12a6, 255ee9b5c32643b1b0fd46642ca358bd
I20260630 12:35:23.112419  4291 consensus_queue.cc:1048] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.115526  4298 raft_consensus.cc:2749] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:23.142499  4185 consensus_queue.cc:1048] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.145516  4148 consensus_queue.cc:1048] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.166162  4349 consensus_queue.cc:1048] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.183004  4185 consensus_queue.cc:1048] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.221887  3896 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:23.249231  4018 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "289f01b96d22497c828163b7b03f1822"
dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
mode: GRACEFUL
new_leader_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
 from {username='slave'} at 127.0.0.1:36758
I20260630 12:35:23.249806  4018 raft_consensus.cc:606] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Received request to transfer leadership to TS 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:23.266045  4093 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad"
dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
mode: GRACEFUL
new_leader_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
 from {username='slave'} at 127.0.0.1:51722
I20260630 12:35:23.266563  4093 raft_consensus.cc:606] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Received request to transfer leadership to TS 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:23.268280  4147 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.269212  4018 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "8825a3125cf8415289f6fc210d61bf85"
dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
mode: GRACEFUL
new_leader_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
 from {username='slave'} at 127.0.0.1:36758
I20260630 12:35:23.269732  4018 raft_consensus.cc:606] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Received request to transfer leadership to TS 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:23.269433  4094 consensus_queue.cc:237] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:23.274889  4093 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9"
dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
mode: GRACEFUL
new_leader_uuid: "dc05813dd98940cc81326a95b34472a1"
 from {username='slave'} at 127.0.0.1:51722
I20260630 12:35:23.275468  4093 raft_consensus.cc:606] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Received request to transfer leadership to TS dc05813dd98940cc81326a95b34472a1
I20260630 12:35:23.277733  3896 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 4
I20260630 12:35:23.278512  3896 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:23.283305  4060 consensus_peers.cc:597] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 -> Peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Couldn't send request to peer 0bd29888972f4e3d967d2a36ef4b7850. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b54e2c0003a344ee9a65f8a0a154fcec. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:23.283948  3944 raft_consensus.cc:1275] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:23.285342  4018 raft_consensus.cc:1275] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:23.288045  4344 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:23.291354  4360 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:23.296452  4360 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.306633  4165 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.313575  4018 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.328091  3840 catalog_manager.cc:5697] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.332871  3944 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.342633  3943 consensus_queue.cc:237] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:23.349961  4094 raft_consensus.cc:1275] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:35:23.351246  3911 consensus_peers.cc:597] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 -> Peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Couldn't send request to peer 0bd29888972f4e3d967d2a36ef4b7850. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 72bd738874104cbfb0579aae902f0670. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:23.351238  4350 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:23.351878  4018 raft_consensus.cc:1275] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:23.353107  4350 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } 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:35:23.360478  4349 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.369411  4018 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.371807  4360 raft_consensus.cc:993] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: : Instructing follower dc05813dd98940cc81326a95b34472a1 to start an election
I20260630 12:35:23.373219  4360 raft_consensus.cc:1081] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Signalling peer dc05813dd98940cc81326a95b34472a1 to start an election
I20260630 12:35:23.376792  4094 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.379658  3841 catalog_manager.cc:5697] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.389716  4314 consensus_queue.cc:1048] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.392098  3943 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9"
dest_uuid: "dc05813dd98940cc81326a95b34472a1"
 from {username='slave'} at 127.0.0.1:42834
I20260630 12:35:23.392685  3943 raft_consensus.cc:493] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:23.393051  3943 raft_consensus.cc:3060] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.396611  4018 consensus_queue.cc:237] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:23.402523  3943 raft_consensus.cc:515] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:23.403584  4187 consensus_queue.cc:1048] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:23.404750  3943 leader_election.cc:290] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [CANDIDATE]: Term 2 election: Requested vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:23.405573  4017 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:23.405725  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "889c2d00c874417da075fcb4fc16a0a9" candidate_uuid: "dc05813dd98940cc81326a95b34472a1" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:23.406141  4017 raft_consensus.cc:3060] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.406241  4094 raft_consensus.cc:3055] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:23.406600  4094 raft_consensus.cc:740] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Running, Role: LEADER
I20260630 12:35:23.407408  4094 consensus_queue.cc:260] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:23.408610  4094 raft_consensus.cc:3060] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.414131  4017 raft_consensus.cc:2468] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 2.
I20260630 12:35:23.415365  4094 raft_consensus.cc:2468] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dc05813dd98940cc81326a95b34472a1 in term 2.
I20260630 12:35:23.419951  3910 leader_election.cc:304] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [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: 20106ddef2ed41c98388d5ec18cc12a6, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:23.420933  4291 raft_consensus.cc:2804] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:23.421383  4291 raft_consensus.cc:697] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 2 LEADER]: Becoming Leader. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Running, Role: LEADER
I20260630 12:35:23.422442  4314 raft_consensus.cc:993] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd: : Instructing follower 0bd29888972f4e3d967d2a36ef4b7850 to start an election
I20260630 12:35:23.422165  4291 consensus_queue.cc:237] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } }
I20260630 12:35:23.422966  4314 raft_consensus.cc:1081] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Signalling peer 0bd29888972f4e3d967d2a36ef4b7850 to start an election
I20260630 12:35:23.424986  4242 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "289f01b96d22497c828163b7b03f1822"
dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
 from {username='slave'} at 127.0.0.1:41414
I20260630 12:35:23.425493  4242 raft_consensus.cc:493] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:23.425865  4242 raft_consensus.cc:3060] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.430240  4242 raft_consensus.cc:515] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:23.433457  3943 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "289f01b96d22497c828163b7b03f1822" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:23.433997  3943 raft_consensus.cc:3060] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:35:23.435318  3986 consensus_peers.cc:597] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd -> Peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Couldn't send request to peer 0bd29888972f4e3d967d2a36ef4b7850. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: aef795464c1e4a5598370bbbb3bf930a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:23.435421  4094 raft_consensus.cc:1275] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:23.435825  4242 leader_election.cc:290] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [CANDIDATE]: Term 2 election: Requested vote from peers 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:23.436780  4018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "289f01b96d22497c828163b7b03f1822" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:23.437354  4018 raft_consensus.cc:3055] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:23.437661  4018 raft_consensus.cc:740] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Running, Role: LEADER
I20260630 12:35:23.437530  4185 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:35:23.438683  4018 consensus_queue.cc:260] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:23.439735  4018 raft_consensus.cc:3060] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.440265  3943 raft_consensus.cc:2468] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0bd29888972f4e3d967d2a36ef4b7850 in term 2.
I20260630 12:35:23.441635  4200 leader_election.cc:304] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [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: 0bd29888972f4e3d967d2a36ef4b7850, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:23.443107  4347 raft_consensus.cc:2804] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:23.443568  4347 raft_consensus.cc:697] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEADER]: Becoming Leader. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Running, Role: LEADER
I20260630 12:35:23.444337  4347 consensus_queue.cc:237] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:23.445971  4018 raft_consensus.cc:2468] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0bd29888972f4e3d967d2a36ef4b7850 in term 2.
I20260630 12:35:23.447331  3944 raft_consensus.cc:1275] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:23.449057  4185 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:23.450789  4185 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
W20260630 12:35:23.465117  3891 auto_rebalancer.cc:639] Failed to schedule move for tablet 889c2d00c874417da075fcb4fc16a0a9: Illegal state: Replica 20106ddef2ed41c98388d5ec18cc12a6 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } }
I20260630 12:35:23.453742  4094 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.468353  3841 catalog_manager.cc:5697] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 reported cstate change: term changed from 1 to 2, leader changed from 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) to dc05813dd98940cc81326a95b34472a1 (127.0.235.1). New cstate: current_term: 2 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.481227  3840 catalog_manager.cc:5697] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 reported cstate change: term changed from 1 to 2, leader changed from 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) to 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4). New cstate: current_term: 2 leader_uuid: "0bd29888972f4e3d967d2a36ef4b7850" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.481673  3841 catalog_manager.cc:5697] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.483210  3944 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:23.665786  4361 raft_consensus.cc:993] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6: : Instructing follower 0bd29888972f4e3d967d2a36ef4b7850 to start an election
I20260630 12:35:23.666313  4361 raft_consensus.cc:1081] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Signalling peer 0bd29888972f4e3d967d2a36ef4b7850 to start an election
I20260630 12:35:23.667765  4242 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad"
dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
 from {username='slave'} at 127.0.0.1:41424
I20260630 12:35:23.668246  4242 raft_consensus.cc:493] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:23.668537  4242 raft_consensus.cc:3060] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.672784  4242 raft_consensus.cc:515] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:23.674595  4242 leader_election.cc:290] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [CANDIDATE]: Term 2 election: Requested vote from peers 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:23.675163  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:23.675738  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ca4d2b385f8492189f7f8ab756babad" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:23.675734  4094 raft_consensus.cc:3055] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:23.676308  3944 raft_consensus.cc:3060] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.676268  4094 raft_consensus.cc:740] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Running, Role: LEADER
I20260630 12:35:23.677284  4094 consensus_queue.cc:260] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [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: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:23.678570  4094 raft_consensus.cc:3060] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.682906  3944 raft_consensus.cc:2468] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0bd29888972f4e3d967d2a36ef4b7850 in term 2.
I20260630 12:35:23.683974  4200 leader_election.cc:304] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [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: 0bd29888972f4e3d967d2a36ef4b7850, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:23.684764  4347 raft_consensus.cc:2804] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:23.684957  4094 raft_consensus.cc:2468] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0bd29888972f4e3d967d2a36ef4b7850 in term 2.
I20260630 12:35:23.685257  4347 raft_consensus.cc:697] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEADER]: Becoming Leader. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Running, Role: LEADER
I20260630 12:35:23.686499  4347 consensus_queue.cc:237] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [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: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:23.693078  3840 catalog_manager.cc:5697] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 reported cstate change: term changed from 1 to 2, leader changed from 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) to 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4). New cstate: current_term: 2 leader_uuid: "0bd29888972f4e3d967d2a36ef4b7850" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.745800  4374 ts_tablet_manager.cc:933] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: Initiating tablet copy from peer 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:23.747560  4374 tablet_copy_client.cc:323] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:36307
I20260630 12:35:23.749330  4104 tablet_copy_service.cc:140] P 20106ddef2ed41c98388d5ec18cc12a6: Received BeginTabletCopySession request for tablet b54e2c0003a344ee9a65f8a0a154fcec from peer 0bd29888972f4e3d967d2a36ef4b7850 ({username='slave'} at 127.0.0.1:51702)
I20260630 12:35:23.749850  4104 tablet_copy_service.cc:161] P 20106ddef2ed41c98388d5ec18cc12a6: Beginning new tablet copy session on tablet b54e2c0003a344ee9a65f8a0a154fcec from peer 0bd29888972f4e3d967d2a36ef4b7850 at {username='slave'} at 127.0.0.1:51702: session id = 0bd29888972f4e3d967d2a36ef4b7850-b54e2c0003a344ee9a65f8a0a154fcec
I20260630 12:35:23.757050  4104 tablet_copy_source_session.cc:215] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:23.757545  4187 raft_consensus.cc:993] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd: : Instructing follower 0bd29888972f4e3d967d2a36ef4b7850 to start an election
I20260630 12:35:23.758286  4187 raft_consensus.cc:1081] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Signalling peer 0bd29888972f4e3d967d2a36ef4b7850 to start an election
I20260630 12:35:23.759784  4242 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "8825a3125cf8415289f6fc210d61bf85"
dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
 from {username='slave'} at 127.0.0.1:41414
I20260630 12:35:23.760365  4242 raft_consensus.cc:493] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:23.760764  4242 raft_consensus.cc:3060] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.761428  4374 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b54e2c0003a344ee9a65f8a0a154fcec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.767051  4242 raft_consensus.cc:515] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:23.769094  4242 leader_election.cc:290] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [CANDIDATE]: Term 2 election: Requested vote from peers dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067), 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:23.770550  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8825a3125cf8415289f6fc210d61bf85" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:23.770818  4018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8825a3125cf8415289f6fc210d61bf85" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "255ee9b5c32643b1b0fd46642ca358bd"
I20260630 12:35:23.771180  3944 raft_consensus.cc:3060] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.771409  4018 raft_consensus.cc:3055] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:23.771821  4018 raft_consensus.cc:740] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Running, Role: LEADER
I20260630 12:35:23.772606  4018 consensus_queue.cc:260] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:23.773779  4018 raft_consensus.cc:3060] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:23.774649  4374 tablet_copy_client.cc:806] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:23.775164  4374 tablet_copy_client.cc:670] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:23.778368  3944 raft_consensus.cc:2468] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0bd29888972f4e3d967d2a36ef4b7850 in term 2.
I20260630 12:35:23.778878  4374 tablet_copy_client.cc:538] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:23.779489  4200 leader_election.cc:304] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [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: 0bd29888972f4e3d967d2a36ef4b7850, dc05813dd98940cc81326a95b34472a1; no voters: 
I20260630 12:35:23.780308  4347 raft_consensus.cc:2804] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:23.780787  4347 raft_consensus.cc:697] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEADER]: Becoming Leader. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Running, Role: LEADER
I20260630 12:35:23.781477  4018 raft_consensus.cc:2468] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0bd29888972f4e3d967d2a36ef4b7850 in term 2.
I20260630 12:35:23.781543  4347 consensus_queue.cc:237] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } }
I20260630 12:35:23.786935  4374 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:23.792721  3840 catalog_manager.cc:5697] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 reported cstate change: term changed from 1 to 2, leader changed from 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) to 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4). New cstate: current_term: 2 leader_uuid: "0bd29888972f4e3d967d2a36ef4b7850" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:23.806857  4094 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:23.808924  4291 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:23.822723  4374 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:23.823618  4374 tablet_bootstrap.cc:492] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap complete.
I20260630 12:35:23.825119  4018 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:23.829545  4349 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:23.830262  4374 ts_tablet_manager.cc:1403] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.044s	user 0.028s	sys 0.008s
I20260630 12:35:23.856794  4374 raft_consensus.cc:359] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:23.857621  4374 raft_consensus.cc:740] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: LEARNER
I20260630 12:35:23.858367  4374 consensus_queue.cc:260] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:23.859086  4380 ts_tablet_manager.cc:933] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: Initiating tablet copy from peer dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:23.866163  4374 ts_tablet_manager.cc:1434] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.036s	user 0.006s	sys 0.001s
I20260630 12:35:23.867761  4104 tablet_copy_service.cc:342] P 20106ddef2ed41c98388d5ec18cc12a6: Request end of tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-b54e2c0003a344ee9a65f8a0a154fcec received from {username='slave'} at 127.0.0.1:51702
I20260630 12:35:23.868150  4104 tablet_copy_service.cc:434] P 20106ddef2ed41c98388d5ec18cc12a6: ending tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-b54e2c0003a344ee9a65f8a0a154fcec on tablet b54e2c0003a344ee9a65f8a0a154fcec with peer 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:23.869575  4380 tablet_copy_client.cc:323] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:33067
I20260630 12:35:23.872463  3955 tablet_copy_service.cc:140] P dc05813dd98940cc81326a95b34472a1: Received BeginTabletCopySession request for tablet 72bd738874104cbfb0579aae902f0670 from peer 0bd29888972f4e3d967d2a36ef4b7850 ({username='slave'} at 127.0.0.1:42840)
I20260630 12:35:23.872900  3955 tablet_copy_service.cc:161] P dc05813dd98940cc81326a95b34472a1: Beginning new tablet copy session on tablet 72bd738874104cbfb0579aae902f0670 from peer 0bd29888972f4e3d967d2a36ef4b7850 at {username='slave'} at 127.0.0.1:42840: session id = 0bd29888972f4e3d967d2a36ef4b7850-72bd738874104cbfb0579aae902f0670
I20260630 12:35:23.877517  3955 tablet_copy_source_session.cc:215] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:23.879772  4380 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 72bd738874104cbfb0579aae902f0670. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:23.888880  4380 tablet_copy_client.cc:806] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:23.889359  4380 tablet_copy_client.cc:670] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:23.892438  4380 tablet_copy_client.cc:538] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:23.900367  4380 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:23.914942  4380 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:23.915573  4380 tablet_bootstrap.cc:492] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap complete.
I20260630 12:35:23.916054  4380 ts_tablet_manager.cc:1403] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.003s
I20260630 12:35:23.918071  4380 raft_consensus.cc:359] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:23.918639  4380 raft_consensus.cc:740] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: LEARNER
I20260630 12:35:23.919112  4380 consensus_queue.cc:260] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:23.921185  4380 ts_tablet_manager.cc:1434] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:23.922853  3955 tablet_copy_service.cc:342] P dc05813dd98940cc81326a95b34472a1: Request end of tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-72bd738874104cbfb0579aae902f0670 received from {username='slave'} at 127.0.0.1:42840
I20260630 12:35:23.923229  3955 tablet_copy_service.cc:434] P dc05813dd98940cc81326a95b34472a1: ending tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-72bd738874104cbfb0579aae902f0670 on tablet 72bd738874104cbfb0579aae902f0670 with peer 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:23.960192  4017 raft_consensus.cc:1275] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Refusing update from remote peer 0bd29888972f4e3d967d2a36ef4b7850: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:23.961301  4347 consensus_queue.cc:1048] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:23.969070  3944 raft_consensus.cc:1275] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Refusing update from remote peer 0bd29888972f4e3d967d2a36ef4b7850: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:23.970871  4347 consensus_queue.cc:1048] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:24.033835  4380 ts_tablet_manager.cc:933] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: Initiating tablet copy from peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:24.035477  4380 tablet_copy_client.cc:323] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:44445
I20260630 12:35:24.036882  4030 tablet_copy_service.cc:140] P 255ee9b5c32643b1b0fd46642ca358bd: Received BeginTabletCopySession request for tablet aef795464c1e4a5598370bbbb3bf930a from peer 0bd29888972f4e3d967d2a36ef4b7850 ({username='slave'} at 127.0.0.1:36744)
I20260630 12:35:24.037307  4030 tablet_copy_service.cc:161] P 255ee9b5c32643b1b0fd46642ca358bd: Beginning new tablet copy session on tablet aef795464c1e4a5598370bbbb3bf930a from peer 0bd29888972f4e3d967d2a36ef4b7850 at {username='slave'} at 127.0.0.1:36744: session id = 0bd29888972f4e3d967d2a36ef4b7850-aef795464c1e4a5598370bbbb3bf930a
I20260630 12:35:24.042095  4030 tablet_copy_source_session.cc:215] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:24.044370  4380 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aef795464c1e4a5598370bbbb3bf930a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:24.054705  4380 tablet_copy_client.cc:806] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:24.055184  4380 tablet_copy_client.cc:670] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:24.058185  4380 tablet_copy_client.cc:538] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:24.065768  4380 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:24.083966  4380 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:24.084757  4380 tablet_bootstrap.cc:492] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap complete.
I20260630 12:35:24.085368  4380 ts_tablet_manager.cc:1403] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.013s
I20260630 12:35:24.087997  4380 raft_consensus.cc:359] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:24.088819  4380 raft_consensus.cc:740] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: LEARNER
I20260630 12:35:24.089413  4380 consensus_queue.cc:260] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:24.091734  4380 ts_tablet_manager.cc:1434] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260630 12:35:24.093379  4030 tablet_copy_service.cc:342] P 255ee9b5c32643b1b0fd46642ca358bd: Request end of tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-aef795464c1e4a5598370bbbb3bf930a received from {username='slave'} at 127.0.0.1:36744
I20260630 12:35:24.093761  4030 tablet_copy_service.cc:434] P 255ee9b5c32643b1b0fd46642ca358bd: ending tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-aef795464c1e4a5598370bbbb3bf930a on tablet aef795464c1e4a5598370bbbb3bf930a with peer 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:24.186910  3944 raft_consensus.cc:1275] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Refusing update from remote peer 0bd29888972f4e3d967d2a36ef4b7850: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:24.188364  4347 consensus_queue.cc:1048] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:24.196197  4017 raft_consensus.cc:1275] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Refusing update from remote peer 0bd29888972f4e3d967d2a36ef4b7850: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:24.197356  4347 consensus_queue.cc:1048] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:24.244118  3944 raft_consensus.cc:1275] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Refusing update from remote peer 0bd29888972f4e3d967d2a36ef4b7850: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:24.245482  4387 consensus_queue.cc:1048] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:24.245644  4093 raft_consensus.cc:1275] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Refusing update from remote peer 0bd29888972f4e3d967d2a36ef4b7850: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:24.247036  4387 consensus_queue.cc:1048] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:24.305379  4242 raft_consensus.cc:1217] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:24.448529  4242 raft_consensus.cc:1217] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:24.535876  4242 raft_consensus.cc:1217] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:24.810200  4361 raft_consensus.cc:1064] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6: attempting to promote NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 to VOTER
I20260630 12:35:24.812592  4361 consensus_queue.cc:237] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:24.819743  4242 raft_consensus.cc:1275] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:24.821205  4360 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:24.821764  3944 raft_consensus.cc:1275] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:24.823248  4360 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:24.826565  4017 raft_consensus.cc:1275] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:24.828787  4360 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:24.841712  4360 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:24.844017  4017 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:24.850292  4349 raft_consensus.cc:1064] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1: attempting to promote NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 to VOTER
I20260630 12:35:24.852743  4349 consensus_queue.cc:237] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:24.861791  3842 catalog_manager.cc:5697] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:24.871248  3944 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:24.878741  4242 raft_consensus.cc:1275] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:24.883416  4291 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:24.885576  4241 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:24.946224  4094 raft_consensus.cc:1275] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:24.946224  4017 raft_consensus.cc:1275] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:24.950510  4391 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.008s
I20260630 12:35:24.961647  4349 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } 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:35:24.981029  4094 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:24.987896  4092 consensus_queue.cc:237] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:24.976186  4349 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:24.996088  4393 raft_consensus.cc:1064] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd: attempting to promote NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 to VOTER
I20260630 12:35:25.000015  4241 raft_consensus.cc:1275] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:25.000393  4393 consensus_queue.cc:237] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:25.002595  4361 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:25.007431  4240 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.015175  3843 catalog_manager.cc:5697] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.022047  4094 raft_consensus.cc:1275] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:25.022962  3944 raft_consensus.cc:1275] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:25.024219  4392 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } 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:35:25.026818  4185 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:25.027686  4242 raft_consensus.cc:1275] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:25.031792  4392 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:25.054255  4395 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER dc05813dd98940cc81326a95b34472a1 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.066172  4238 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER dc05813dd98940cc81326a95b34472a1 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.072333  4236 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.077176  4017 raft_consensus.cc:1275] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:25.081223  3944 consensus_queue.cc:237] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:25.078856  4360 consensus_queue.cc:1048] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.003s
I20260630 12:35:25.080929  3943 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.069041  4392 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.088330  4017 raft_consensus.cc:2955] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER dc05813dd98940cc81326a95b34472a1 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.111517  3841 catalog_manager.cc:5697] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 reported cstate change: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.126360  4092 raft_consensus.cc:1275] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:25.130777  3829 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b54e2c0003a344ee9a65f8a0a154fcec with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:25.136241  4349 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:25.139567  4236 raft_consensus.cc:1275] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:25.139523  4092 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.143211  4349 consensus_queue.cc:1048] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:25.143523  3842 catalog_manager.cc:5697] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 reported cstate change: config changed from index 3 to 4, VOTER dc05813dd98940cc81326a95b34472a1 (127.0.235.1) evicted. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.147347  4391 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.155334  3931 tablet_service.cc:1558] Processing DeleteTablet for tablet b54e2c0003a344ee9a65f8a0a154fcec with delete_type TABLET_DATA_TOMBSTONED (TS dc05813dd98940cc81326a95b34472a1 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42830
I20260630 12:35:25.156838  4017 consensus_queue.cc:237] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:25.158881  4094 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.169137  4238 raft_consensus.cc:1275] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:25.169631  4414 tablet_replica.cc:333] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:25.170768  4414 raft_consensus.cc:2243] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:25.174244  4413 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:25.175140  3943 raft_consensus.cc:1275] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:25.176764  4413 consensus_queue.cc:1048] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:25.178966  4414 raft_consensus.cc:2272] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:25.180614  4236 raft_consensus.cc:2955] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.182793  4414 ts_tablet_manager.cc:1916] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:25.188371  4185 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.196976  4238 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.199267  4414 ts_tablet_manager.cc:1929] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:25.199812  4414 log.cc:1199] T b54e2c0003a344ee9a65f8a0a154fcec P dc05813dd98940cc81326a95b34472a1: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-0-root/wals/b54e2c0003a344ee9a65f8a0a154fcec
I20260630 12:35:25.201947  3827 catalog_manager.cc:5028] TS dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067): tablet b54e2c0003a344ee9a65f8a0a154fcec (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]) successfully deleted
I20260630 12:35:25.204658  3841 catalog_manager.cc:5697] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: config changed from index 3 to 4, VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) evicted. New cstate: current_term: 1 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.207765  3828 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet aef795464c1e4a5598370bbbb3bf930a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:25.208869  3827 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 72bd738874104cbfb0579aae902f0670 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:25.206509  3944 raft_consensus.cc:2955] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:25.223661  4008 tablet_service.cc:1558] Processing DeleteTablet for tablet 72bd738874104cbfb0579aae902f0670 with delete_type TABLET_DATA_TOMBSTONED (TS 255ee9b5c32643b1b0fd46642ca358bd not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36714
I20260630 12:35:25.224031  3840 catalog_manager.cc:5697] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: config changed from index 3 to 4, VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) evicted. New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:25.229725  4415 tablet_replica.cc:333] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:25.230883  4415 raft_consensus.cc:2243] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:25.231498  4415 pending_rounds.cc:70] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: Trying to abort 1 pending ops.
I20260630 12:35:25.231750  4415 pending_rounds.cc:77] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: Aborting op as it isn't in flight: id { term: 1 index: 3 } timestamp: 7302442700190834688 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "72bd738874104cbfb0579aae902f0670" old_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } } new_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } } }
I20260630 12:35:25.233007  4415 raft_consensus.cc:2917] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Aborting config change with OpId 1.3: Aborted: Op aborted
I20260630 12:35:25.233441  4415 raft_consensus.cc:2889] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260630 12:35:25.233793  4415 raft_consensus.cc:2272] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:25.237138  4081 tablet_service.cc:1558] Processing DeleteTablet for tablet aef795464c1e4a5598370bbbb3bf930a with delete_type TABLET_DATA_TOMBSTONED (TS 20106ddef2ed41c98388d5ec18cc12a6 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:51676
I20260630 12:35:25.239614  4415 ts_tablet_manager.cc:1916] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:25.239845  4416 tablet_replica.cc:333] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:25.240846  4416 raft_consensus.cc:2243] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:25.241569  4416 raft_consensus.cc:2272] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:25.245074  4416 ts_tablet_manager.cc:1916] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:25.254601  4415 ts_tablet_manager.cc:1929] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:25.255017  4415 log.cc:1199] T 72bd738874104cbfb0579aae902f0670 P 255ee9b5c32643b1b0fd46642ca358bd: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-1-root/wals/72bd738874104cbfb0579aae902f0670
I20260630 12:35:25.256479  3828 catalog_manager.cc:5028] TS 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): tablet 72bd738874104cbfb0579aae902f0670 (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]) successfully deleted
I20260630 12:35:25.258394  4416 ts_tablet_manager.cc:1929] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:25.258754  4416 log.cc:1199] T aef795464c1e4a5598370bbbb3bf930a P 20106ddef2ed41c98388d5ec18cc12a6: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-2-root/wals/aef795464c1e4a5598370bbbb3bf930a
I20260630 12:35:25.260236  3829 catalog_manager.cc:5028] TS 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307): tablet aef795464c1e4a5598370bbbb3bf930a (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]) successfully deleted
I20260630 12:35:25.279536  3896 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:25.301620  3944 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "03be485a6f1045549cce3d8a7673acb4"
dest_uuid: "dc05813dd98940cc81326a95b34472a1"
mode: GRACEFUL
new_leader_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
 from {username='slave'} at 127.0.0.1:33130
I20260630 12:35:25.302160  3944 raft_consensus.cc:606] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Received request to transfer leadership to TS 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:25.303236  3896 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:25.303813  3896 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:25.369503  4291 raft_consensus.cc:993] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1: : Instructing follower 0bd29888972f4e3d967d2a36ef4b7850 to start an election
I20260630 12:35:25.370026  4391 raft_consensus.cc:1081] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Signalling peer 0bd29888972f4e3d967d2a36ef4b7850 to start an election
I20260630 12:35:25.371510  4236 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "03be485a6f1045549cce3d8a7673acb4"
dest_uuid: "0bd29888972f4e3d967d2a36ef4b7850"
 from {username='slave'} at 127.0.0.1:41402
I20260630 12:35:25.372078  4236 raft_consensus.cc:493] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:25.372347  4236 raft_consensus.cc:3060] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.377564  4236 raft_consensus.cc:515] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:25.379271  4236 leader_election.cc:290] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [CANDIDATE]: Term 2 election: Requested vote from peers 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307), dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:25.380275  3944 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03be485a6f1045549cce3d8a7673acb4" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "dc05813dd98940cc81326a95b34472a1"
I20260630 12:35:25.380275  4094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "03be485a6f1045549cce3d8a7673acb4" candidate_uuid: "0bd29888972f4e3d967d2a36ef4b7850" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "20106ddef2ed41c98388d5ec18cc12a6"
I20260630 12:35:25.381108  3944 raft_consensus.cc:3055] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:25.381172  4094 raft_consensus.cc:3060] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.381489  3944 raft_consensus.cc:740] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: dc05813dd98940cc81326a95b34472a1, State: Running, Role: LEADER
I20260630 12:35:25.382319  3944 consensus_queue.cc:260] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [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: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:25.383383  3944 raft_consensus.cc:3060] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:25.387182  4094 raft_consensus.cc:2468] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0bd29888972f4e3d967d2a36ef4b7850 in term 2.
I20260630 12:35:25.388576  4202 leader_election.cc:304] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [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: 0bd29888972f4e3d967d2a36ef4b7850, 20106ddef2ed41c98388d5ec18cc12a6; no voters: 
I20260630 12:35:25.389534  4298 raft_consensus.cc:2804] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:25.389540  3944 raft_consensus.cc:2468] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0bd29888972f4e3d967d2a36ef4b7850 in term 2.
I20260630 12:35:25.390179  4298 raft_consensus.cc:697] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEADER]: Becoming Leader. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Running, Role: LEADER
I20260630 12:35:25.391022  4298 consensus_queue.cc:237] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [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: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } }
I20260630 12:35:25.397737  3843 catalog_manager.cc:5697] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 reported cstate change: term changed from 1 to 2, leader changed from dc05813dd98940cc81326a95b34472a1 (127.0.235.1) to 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4). New cstate: current_term: 2 leader_uuid: "0bd29888972f4e3d967d2a36ef4b7850" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:25.782785  4094 raft_consensus.cc:1275] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Refusing update from remote peer 0bd29888972f4e3d967d2a36ef4b7850: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:25.784005  4298 consensus_queue.cc:1048] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:25.797269  3943 raft_consensus.cc:1275] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Refusing update from remote peer 0bd29888972f4e3d967d2a36ef4b7850: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:35:25.798491  4422 consensus_queue.cc:1048] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:26.258502  4094 consensus_queue.cc:237] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
W20260630 12:35:26.264357  4060 consensus_peers.cc:597] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 -> Peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Couldn't send request to peer 0bd29888972f4e3d967d2a36ef4b7850. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d9bda480780e408388f26d7e2b8e2c45. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:26.265807  3944 raft_consensus.cc:1275] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:26.265880  4017 raft_consensus.cc:1275] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:26.267087  4429 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } 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:35:26.267858  4428 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:26.275938  4360 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:26.277494  3943 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:26.278326  4017 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:26.288712  3842 catalog_manager.cc:5697] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:26.289618  4094 consensus_queue.cc:237] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: NON_VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: true } }
W20260630 12:35:26.297088  4058 consensus_peers.cc:597] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 -> Peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Couldn't send request to peer 255ee9b5c32643b1b0fd46642ca358bd. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 403d71567cd643999235b6b63f1d6271. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:26.297963  4236 raft_consensus.cc:1275] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:26.298691  3943 raft_consensus.cc:1275] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:26.299356  4428 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } 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:35:26.300385  4429 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:26.310700  4429 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: NON_VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: true } } }
I20260630 12:35:26.313092  3943 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: NON_VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: true } } }
I20260630 12:35:26.315719  4236 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: NON_VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: true } } }
I20260630 12:35:26.326449  4094 consensus_queue.cc:237] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:26.326658  3840 catalog_manager.cc:5697] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: config changed from index -1 to 2, NON_VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) added. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: NON_VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:26.332919  4017 raft_consensus.cc:1275] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:35:26.333189  4060 consensus_peers.cc:597] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 -> Peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Couldn't send request to peer 0bd29888972f4e3d967d2a36ef4b7850. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5e8ff1368bdf45d589ee0d55a97ec271. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:26.333734  3943 raft_consensus.cc:1275] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:26.334754  4432 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } 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:35:26.335556  4428 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:26.343910  4428 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:26.347191  3944 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:26.347599  4017 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:26.356670  4018 consensus_queue.cc:237] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [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: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: NON_VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: true } }
I20260630 12:35:26.359175  3843 catalog_manager.cc:5697] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index -1 to 2, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
W20260630 12:35:26.368038  3985 consensus_peers.cc:597] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd -> Peer 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307): Couldn't send request to peer 20106ddef2ed41c98388d5ec18cc12a6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fd82c2a8f62e4fcb97c50e74ebfc4473. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:26.369413  4236 raft_consensus.cc:1275] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:26.370478  3944 raft_consensus.cc:1275] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:35:26.371201  4413 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } 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:35:26.372153  4426 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:26.382629  4413 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: NON_VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: true } } }
I20260630 12:35:26.384023  3944 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: NON_VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: true } } }
I20260630 12:35:26.386229  4236 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: NON_VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: true } } }
I20260630 12:35:26.394833  3840 catalog_manager.cc:5697] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index -1 to 2, NON_VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) added. New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: NON_VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: true } } }
I20260630 12:35:26.744280  4446 ts_tablet_manager.cc:933] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: Initiating tablet copy from peer 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:26.746183  4446 tablet_copy_client.cc:323] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:36307
I20260630 12:35:26.747879  4104 tablet_copy_service.cc:140] P 20106ddef2ed41c98388d5ec18cc12a6: Received BeginTabletCopySession request for tablet 5e8ff1368bdf45d589ee0d55a97ec271 from peer 0bd29888972f4e3d967d2a36ef4b7850 ({username='slave'} at 127.0.0.1:51702)
I20260630 12:35:26.748406  4104 tablet_copy_service.cc:161] P 20106ddef2ed41c98388d5ec18cc12a6: Beginning new tablet copy session on tablet 5e8ff1368bdf45d589ee0d55a97ec271 from peer 0bd29888972f4e3d967d2a36ef4b7850 at {username='slave'} at 127.0.0.1:51702: session id = 0bd29888972f4e3d967d2a36ef4b7850-5e8ff1368bdf45d589ee0d55a97ec271
I20260630 12:35:26.756181  4104 tablet_copy_source_session.cc:215] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:26.758906  4446 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e8ff1368bdf45d589ee0d55a97ec271. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:26.771538  4446 tablet_copy_client.cc:806] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:26.772461  4446 tablet_copy_client.cc:670] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:26.776075  4446 tablet_copy_client.cc:538] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:26.784091  4446 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:26.802800  4446 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:26.803664  4446 tablet_bootstrap.cc:492] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap complete.
I20260630 12:35:26.804263  4446 ts_tablet_manager.cc:1403] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.020s	user 0.020s	sys 0.000s
I20260630 12:35:26.804994  4449 ts_tablet_manager.cc:933] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: Initiating tablet copy from peer 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:26.806610  4449 tablet_copy_client.cc:323] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:36307
I20260630 12:35:26.808158  4446 raft_consensus.cc:359] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:26.808594  4104 tablet_copy_service.cc:140] P 20106ddef2ed41c98388d5ec18cc12a6: Received BeginTabletCopySession request for tablet d9bda480780e408388f26d7e2b8e2c45 from peer 0bd29888972f4e3d967d2a36ef4b7850 ({username='slave'} at 127.0.0.1:51702)
I20260630 12:35:26.808943  4446 raft_consensus.cc:740] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: LEARNER
I20260630 12:35:26.809118  4104 tablet_copy_service.cc:161] P 20106ddef2ed41c98388d5ec18cc12a6: Beginning new tablet copy session on tablet d9bda480780e408388f26d7e2b8e2c45 from peer 0bd29888972f4e3d967d2a36ef4b7850 at {username='slave'} at 127.0.0.1:51702: session id = 0bd29888972f4e3d967d2a36ef4b7850-d9bda480780e408388f26d7e2b8e2c45
I20260630 12:35:26.809631  4446 consensus_queue.cc:260] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:26.811710  4446 ts_tablet_manager.cc:1434] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.004s
I20260630 12:35:26.814422  4103 tablet_copy_service.cc:342] P 20106ddef2ed41c98388d5ec18cc12a6: Request end of tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-5e8ff1368bdf45d589ee0d55a97ec271 received from {username='slave'} at 127.0.0.1:51702
I20260630 12:35:26.814858  4103 tablet_copy_service.cc:434] P 20106ddef2ed41c98388d5ec18cc12a6: ending tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-5e8ff1368bdf45d589ee0d55a97ec271 on tablet 5e8ff1368bdf45d589ee0d55a97ec271 with peer 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:26.816987  4104 tablet_copy_source_session.cc:215] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:26.820674  4449 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d9bda480780e408388f26d7e2b8e2c45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:26.831559  4449 tablet_copy_client.cc:806] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:26.832060  4449 tablet_copy_client.cc:670] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:26.835242  4449 tablet_copy_client.cc:538] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:26.841482  4451 ts_tablet_manager.cc:933] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: Initiating tablet copy from peer 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307)
I20260630 12:35:26.842298  4449 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:26.846829  4451 tablet_copy_client.cc:323] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:36307
I20260630 12:35:26.849131  4104 tablet_copy_service.cc:140] P 20106ddef2ed41c98388d5ec18cc12a6: Received BeginTabletCopySession request for tablet 403d71567cd643999235b6b63f1d6271 from peer 255ee9b5c32643b1b0fd46642ca358bd ({username='slave'} at 127.0.0.1:51690)
I20260630 12:35:26.849629  4104 tablet_copy_service.cc:161] P 20106ddef2ed41c98388d5ec18cc12a6: Beginning new tablet copy session on tablet 403d71567cd643999235b6b63f1d6271 from peer 255ee9b5c32643b1b0fd46642ca358bd at {username='slave'} at 127.0.0.1:51690: session id = 255ee9b5c32643b1b0fd46642ca358bd-403d71567cd643999235b6b63f1d6271
I20260630 12:35:26.857048  4104 tablet_copy_source_session.cc:215] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:26.859992  4451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 403d71567cd643999235b6b63f1d6271. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:26.862706  4449 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:26.863517  4449 tablet_bootstrap.cc:492] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap complete.
I20260630 12:35:26.864198  4449 ts_tablet_manager.cc:1403] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.005s
I20260630 12:35:26.867008  4449 raft_consensus.cc:359] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:26.867717  4449 raft_consensus.cc:740] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: LEARNER
I20260630 12:35:26.868283  4449 consensus_queue.cc:260] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:26.870437  4449 ts_tablet_manager.cc:1434] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:35:26.872325  4104 tablet_copy_service.cc:342] P 20106ddef2ed41c98388d5ec18cc12a6: Request end of tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-d9bda480780e408388f26d7e2b8e2c45 received from {username='slave'} at 127.0.0.1:51702
I20260630 12:35:26.872663  4104 tablet_copy_service.cc:434] P 20106ddef2ed41c98388d5ec18cc12a6: ending tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-d9bda480780e408388f26d7e2b8e2c45 on tablet d9bda480780e408388f26d7e2b8e2c45 with peer 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:26.875870  4451 tablet_copy_client.cc:806] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:26.876423  4451 tablet_copy_client.cc:670] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:26.879566  4451 tablet_copy_client.cc:538] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:26.884908  4451 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap starting.
I20260630 12:35:26.898578  4451 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:26.899224  4451 tablet_bootstrap.cc:492] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: Bootstrap complete.
I20260630 12:35:26.899791  4451 ts_tablet_manager.cc:1403] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.001s
I20260630 12:35:26.902084  4451 raft_consensus.cc:359] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: NON_VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: true } }
I20260630 12:35:26.902979  4451 raft_consensus.cc:740] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 255ee9b5c32643b1b0fd46642ca358bd, State: Initialized, Role: LEARNER
I20260630 12:35:26.903589  4451 consensus_queue.cc:260] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [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: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: NON_VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: true } }
I20260630 12:35:26.905766  4451 ts_tablet_manager.cc:1434] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:26.908190  4104 tablet_copy_service.cc:342] P 20106ddef2ed41c98388d5ec18cc12a6: Request end of tablet copy session 255ee9b5c32643b1b0fd46642ca358bd-403d71567cd643999235b6b63f1d6271 received from {username='slave'} at 127.0.0.1:51690
I20260630 12:35:26.908648  4104 tablet_copy_service.cc:434] P 20106ddef2ed41c98388d5ec18cc12a6: ending tablet copy session 255ee9b5c32643b1b0fd46642ca358bd-403d71567cd643999235b6b63f1d6271 on tablet 403d71567cd643999235b6b63f1d6271 with peer 255ee9b5c32643b1b0fd46642ca358bd
I20260630 12:35:26.983603  4455 ts_tablet_manager.cc:933] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: Initiating tablet copy from peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445)
I20260630 12:35:26.985214  4455 tablet_copy_client.cc:323] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:44445
I20260630 12:35:26.986784  4030 tablet_copy_service.cc:140] P 255ee9b5c32643b1b0fd46642ca358bd: Received BeginTabletCopySession request for tablet fd82c2a8f62e4fcb97c50e74ebfc4473 from peer 20106ddef2ed41c98388d5ec18cc12a6 ({username='slave'} at 127.0.0.1:36724)
I20260630 12:35:26.987203  4030 tablet_copy_service.cc:161] P 255ee9b5c32643b1b0fd46642ca358bd: Beginning new tablet copy session on tablet fd82c2a8f62e4fcb97c50e74ebfc4473 from peer 20106ddef2ed41c98388d5ec18cc12a6 at {username='slave'} at 127.0.0.1:36724: session id = 20106ddef2ed41c98388d5ec18cc12a6-fd82c2a8f62e4fcb97c50e74ebfc4473
I20260630 12:35:26.992048  4030 tablet_copy_source_session.cc:215] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:26.994364  4455 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fd82c2a8f62e4fcb97c50e74ebfc4473. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:27.006453  4455 tablet_copy_client.cc:806] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:27.007031  4455 tablet_copy_client.cc:670] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:27.010375  4455 tablet_copy_client.cc:538] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:27.016044  4455 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap starting.
I20260630 12:35:27.031831  4455 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:27.032464  4455 tablet_bootstrap.cc:492] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: Bootstrap complete.
I20260630 12:35:27.032945  4455 ts_tablet_manager.cc:1403] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.009s
I20260630 12:35:27.035063  4455 raft_consensus.cc:359] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: NON_VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: true } }
I20260630 12:35:27.035627  4455 raft_consensus.cc:740] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 20106ddef2ed41c98388d5ec18cc12a6, State: Initialized, Role: LEARNER
I20260630 12:35:27.036101  4455 consensus_queue.cc:260] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: NON_VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: true } }
I20260630 12:35:27.038053  4455 ts_tablet_manager.cc:1434] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:35:27.039897  4030 tablet_copy_service.cc:342] P 255ee9b5c32643b1b0fd46642ca358bd: Request end of tablet copy session 20106ddef2ed41c98388d5ec18cc12a6-fd82c2a8f62e4fcb97c50e74ebfc4473 received from {username='slave'} at 127.0.0.1:36724
I20260630 12:35:27.040311  4030 tablet_copy_service.cc:434] P 255ee9b5c32643b1b0fd46642ca358bd: ending tablet copy session 20106ddef2ed41c98388d5ec18cc12a6-fd82c2a8f62e4fcb97c50e74ebfc4473 on tablet fd82c2a8f62e4fcb97c50e74ebfc4473 with peer 20106ddef2ed41c98388d5ec18cc12a6
I20260630 12:35:27.260042  4018 raft_consensus.cc:1217] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:27.304814  3896 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:27.318632  3896 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:35:27.319212  3896 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:27.332636  4236 raft_consensus.cc:1217] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:27.397619  4236 raft_consensus.cc:1217] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:27.487776  4094 raft_consensus.cc:1217] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:27.880817  4461 raft_consensus.cc:1064] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6: attempting to promote NON_VOTER 255ee9b5c32643b1b0fd46642ca358bd to VOTER
I20260630 12:35:27.882706  4461 consensus_queue.cc:237] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } }
I20260630 12:35:27.888197  4236 raft_consensus.cc:1275] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.888476  4018 raft_consensus.cc:1275] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEARNER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.889796  3944 raft_consensus.cc:1275] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.889410  4461 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:27.890523  4460 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:27.891180  4459 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:27.902058  4460 raft_consensus.cc:1064] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6: attempting to promote NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 to VOTER
I20260630 12:35:27.903352  4461 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:27.904383  3944 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:27.911384  4460 consensus_queue.cc:237] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:27.915274  4459 raft_consensus.cc:1064] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6: attempting to promote NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 to VOTER
I20260630 12:35:27.919027  4459 consensus_queue.cc:237] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:27.924161  4236 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:27.931402  3842 catalog_manager.cc:5697] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index 2 to 3, 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:27.932559  4238 raft_consensus.cc:1275] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.935061  4018 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:27.936493  3944 raft_consensus.cc:1275] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.936493  4017 raft_consensus.cc:1275] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.938210  4460 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:27.940654  4460 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:27.944917  4472 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:27.969769  4472 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:27.974443  3944 raft_consensus.cc:1275] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.975944  4460 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:27.979235  4240 raft_consensus.cc:1275] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 LEARNER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.985190  3943 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:27.986341  4461 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:27.987012  4018 raft_consensus.cc:1275] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:27.997213  4017 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.008447  4472 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.002s
I20260630 12:35:28.018602  4238 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.025503  4469 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.027431  4236 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.036731  4018 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.037129  3944 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.059114  3840 catalog_manager.cc:5697] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.061928  4092 consensus_queue.cc:237] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } }
I20260630 12:35:28.062763  3840 catalog_manager.cc:5697] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index 2 to 3, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { replace: true } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.067523  4018 raft_consensus.cc:1275] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:28.068358  3944 raft_consensus.cc:1275] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:28.068747  4469 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.069777  4459 consensus_queue.cc:1048] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.075934  4461 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:28.078039  3944 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:28.080672  4018 raft_consensus.cc:2955] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:28.089462  4094 consensus_queue.cc:237] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:28.092831  3842 catalog_manager.cc:5697] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index 3 to 4, VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) evicted. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } attrs { promote: false } } }
I20260630 12:35:28.093369  4092 consensus_queue.cc:237] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [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: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:28.096936  3829 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 403d71567cd643999235b6b63f1d6271 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:28.102733  4236 raft_consensus.cc:1275] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:28.104295  4469 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.104606  4228 tablet_service.cc:1558] Processing DeleteTablet for tablet 403d71567cd643999235b6b63f1d6271 with delete_type TABLET_DATA_TOMBSTONED (TS 0bd29888972f4e3d967d2a36ef4b7850 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41396
I20260630 12:35:28.104820  3944 raft_consensus.cc:1275] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:28.106405  4236 raft_consensus.cc:1275] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:28.106652  4018 raft_consensus.cc:1275] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Refusing update from remote peer 20106ddef2ed41c98388d5ec18cc12a6: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:28.108004  4459 consensus_queue.cc:1048] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.109633  4459 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.110642  4469 consensus_queue.cc:1048] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.117667  4460 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.121762  4236 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.125263  4472 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER dc05813dd98940cc81326a95b34472a1 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.126732  4484 tablet_replica.cc:333] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:28.131762  3829 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 5e8ff1368bdf45d589ee0d55a97ec271 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:28.132109  4238 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER dc05813dd98940cc81326a95b34472a1 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.132464  3944 raft_consensus.cc:2955] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.134112  4484 raft_consensus.cc:2243] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.134922  4484 raft_consensus.cc:2272] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.138619  4484 ts_tablet_manager.cc:1916] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:28.142552  3843 catalog_manager.cc:5697] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 reported cstate change: config changed from index 3 to 4, VOTER 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2) evicted. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.148571  3829 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d9bda480780e408388f26d7e2b8e2c45 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:28.149041  4462 raft_consensus.cc:1064] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd: attempting to promote NON_VOTER 20106ddef2ed41c98388d5ec18cc12a6 to VOTER
I20260630 12:35:28.149632  4018 raft_consensus.cc:2955] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER dc05813dd98940cc81326a95b34472a1 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:28.151561  4462 consensus_queue.cc:237] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [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: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } }
I20260630 12:35:28.163897  4094 raft_consensus.cc:1275] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEARNER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:28.160773  3841 catalog_manager.cc:5697] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 reported cstate change: config changed from index 3 to 4, VOTER dc05813dd98940cc81326a95b34472a1 (127.0.235.1) evicted. New cstate: current_term: 1 leader_uuid: "20106ddef2ed41c98388d5ec18cc12a6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:28.165621  4484 ts_tablet_manager.cc:1929] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:28.166072  4484 log.cc:1199] T 403d71567cd643999235b6b63f1d6271 P 0bd29888972f4e3d967d2a36ef4b7850: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-3-root/wals/403d71567cd643999235b6b63f1d6271
I20260630 12:35:28.166347  4238 raft_consensus.cc:1275] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:28.166687  4008 tablet_service.cc:1558] Processing DeleteTablet for tablet 5e8ff1368bdf45d589ee0d55a97ec271 with delete_type TABLET_DATA_TOMBSTONED (TS 255ee9b5c32643b1b0fd46642ca358bd not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36714
I20260630 12:35:28.168246  3830 catalog_manager.cc:5028] TS 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): tablet 403d71567cd643999235b6b63f1d6271 (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]) successfully deleted
I20260630 12:35:28.168759  4485 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:28.165642  3944 raft_consensus.cc:1275] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:35:28.170791  4485 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:28.171859  4462 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:28.185249  4489 tablet_replica.cc:333] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:28.186412  3931 tablet_service.cc:1558] Processing DeleteTablet for tablet d9bda480780e408388f26d7e2b8e2c45 with delete_type TABLET_DATA_TOMBSTONED (TS dc05813dd98940cc81326a95b34472a1 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42830
I20260630 12:35:28.187053  4489 raft_consensus.cc:2243] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.187901  4489 raft_consensus.cc:2272] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.193022  4489 ts_tablet_manager.cc:1916] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:28.204465  4493 tablet_replica.cc:333] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:28.205739  4493 raft_consensus.cc:2243] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.208535  4493 raft_consensus.cc:2272] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.212343  4462 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.213515  3944 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.213732  4238 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.222170  4489 ts_tablet_manager.cc:1929] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:28.222577  4489 log.cc:1199] T 5e8ff1368bdf45d589ee0d55a97ec271 P 255ee9b5c32643b1b0fd46642ca358bd: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-1-root/wals/5e8ff1368bdf45d589ee0d55a97ec271
I20260630 12:35:28.224376  3828 catalog_manager.cc:5028] TS 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): tablet 5e8ff1368bdf45d589ee0d55a97ec271 (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]) successfully deleted
I20260630 12:35:28.224570  4493 ts_tablet_manager.cc:1916] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:28.230901  3843 catalog_manager.cc:5697] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index 2 to 3, 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.233536  4094 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { replace: true } } peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.252604  4018 consensus_queue.cc:237] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } }
I20260630 12:35:28.257406  4493 ts_tablet_manager.cc:1929] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:28.258005  4493 log.cc:1199] T d9bda480780e408388f26d7e2b8e2c45 P dc05813dd98940cc81326a95b34472a1: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-0-root/wals/d9bda480780e408388f26d7e2b8e2c45
I20260630 12:35:28.260720  3827 catalog_manager.cc:5028] TS dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067): tablet d9bda480780e408388f26d7e2b8e2c45 (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]) successfully deleted
I20260630 12:35:28.263355  3944 raft_consensus.cc:1275] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:28.263695  4094 raft_consensus.cc:1275] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Refusing update from remote peer 255ee9b5c32643b1b0fd46642ca358bd: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:35:28.265213  4487 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.266093  4486 consensus_queue.cc:1048] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:28.271665  4487 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.273989  3944 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.275450  4094 raft_consensus.cc:2955] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.284801  3840 catalog_manager.cc:5697] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index 3 to 4, VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) evicted. New cstate: current_term: 1 leader_uuid: "255ee9b5c32643b1b0fd46642ca358bd" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { promote: false } } }
I20260630 12:35:28.290735  3828 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet fd82c2a8f62e4fcb97c50e74ebfc4473 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:28.294762  4228 tablet_service.cc:1558] Processing DeleteTablet for tablet fd82c2a8f62e4fcb97c50e74ebfc4473 with delete_type TABLET_DATA_TOMBSTONED (TS 0bd29888972f4e3d967d2a36ef4b7850 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41396
I20260630 12:35:28.295591  4484 tablet_replica.cc:333] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:28.296237  4484 raft_consensus.cc:2243] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:28.296751  4484 raft_consensus.cc:2272] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:28.299659  4484 ts_tablet_manager.cc:1916] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:28.310845  4484 ts_tablet_manager.cc:1929] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:28.311100  4484 log.cc:1199] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 0bd29888972f4e3d967d2a36ef4b7850: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-3-root/wals/fd82c2a8f62e4fcb97c50e74ebfc4473
I20260630 12:35:28.312215  3830 catalog_manager.cc:5028] TS 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): tablet fd82c2a8f62e4fcb97c50e74ebfc4473 (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]) successfully deleted
I20260630 12:35:29.314765  3944 consensus_queue.cc:237] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:29.320164  3896 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:29.321473  4018 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:29.322476  4093 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:35:29.322798  4498 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:35:29.323801  3911 consensus_peers.cc:597] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 -> Peer 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4:34185): Couldn't send request to peer 0bd29888972f4e3d967d2a36ef4b7850. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 889c2d00c874417da075fcb4fc16a0a9. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:29.324120  4496 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:29.330991  4496 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:29.334043  4093 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:29.332099  4018 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } } }
I20260630 12:35:29.337505  3896 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:35:29.338292  3896 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:29.344408  3840 catalog_manager.cc:5697] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index -1 to 3, NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) added. New cstate: current_term: 2 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:29.818629  4505 ts_tablet_manager.cc:933] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: Initiating tablet copy from peer dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067)
I20260630 12:35:29.820391  4505 tablet_copy_client.cc:323] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:33067
I20260630 12:35:29.822132  3955 tablet_copy_service.cc:140] P dc05813dd98940cc81326a95b34472a1: Received BeginTabletCopySession request for tablet 889c2d00c874417da075fcb4fc16a0a9 from peer 0bd29888972f4e3d967d2a36ef4b7850 ({username='slave'} at 127.0.0.1:42840)
I20260630 12:35:29.822680  3955 tablet_copy_service.cc:161] P dc05813dd98940cc81326a95b34472a1: Beginning new tablet copy session on tablet 889c2d00c874417da075fcb4fc16a0a9 from peer 0bd29888972f4e3d967d2a36ef4b7850 at {username='slave'} at 127.0.0.1:42840: session id = 0bd29888972f4e3d967d2a36ef4b7850-889c2d00c874417da075fcb4fc16a0a9
I20260630 12:35:29.830045  3955 tablet_copy_source_session.cc:215] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:29.833218  4505 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 889c2d00c874417da075fcb4fc16a0a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:29.848579  4505 tablet_copy_client.cc:806] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:29.849130  4505 tablet_copy_client.cc:670] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:29.852536  4505 tablet_copy_client.cc:538] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:29.860416  4505 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap starting.
I20260630 12:35:29.880714  4505 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:29.881552  4505 tablet_bootstrap.cc:492] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: Bootstrap complete.
I20260630 12:35:29.882197  4505 ts_tablet_manager.cc:1403] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent bootstrapping tablet: real 0.022s	user 0.020s	sys 0.004s
I20260630 12:35:29.884881  4505 raft_consensus.cc:359] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:29.885695  4505 raft_consensus.cc:740] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 0bd29888972f4e3d967d2a36ef4b7850, State: Initialized, Role: LEARNER
I20260630 12:35:29.886305  4505 consensus_queue.cc:260] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: true } }
I20260630 12:35:29.890288  4505 ts_tablet_manager.cc:1434] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:35:29.892009  3955 tablet_copy_service.cc:342] P dc05813dd98940cc81326a95b34472a1: Request end of tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-889c2d00c874417da075fcb4fc16a0a9 received from {username='slave'} at 127.0.0.1:42840
I20260630 12:35:29.892488  3955 tablet_copy_service.cc:434] P dc05813dd98940cc81326a95b34472a1: ending tablet copy session 0bd29888972f4e3d967d2a36ef4b7850-889c2d00c874417da075fcb4fc16a0a9 on tablet 889c2d00c874417da075fcb4fc16a0a9 with peer 0bd29888972f4e3d967d2a36ef4b7850
I20260630 12:35:30.381835  4238 raft_consensus.cc:1217] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:35:30.920009  4512 raft_consensus.cc:1064] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1: attempting to promote NON_VOTER 0bd29888972f4e3d967d2a36ef4b7850 to VOTER
I20260630 12:35:30.921772  4512 consensus_queue.cc:237] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:30.929522  4093 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:30.929874  4238 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEARNER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:30.931217  4018 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:35:30.931699  4514 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:30.941311  4514 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:30.943218  4510 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:30.968297  4514 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:30.969616  4017 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:30.987721  3841 catalog_manager.cc:5697] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd reported cstate change: config changed from index 3 to 4, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:30.992669  4092 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:30.997397  4238 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 0bd29888972f4e3d967d2a36ef4b7850 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "20106ddef2ed41c98388d5ec18cc12a6" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36307 } attrs { replace: true } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:31.013537  3943 consensus_queue.cc:237] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [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: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } }
I20260630 12:35:31.020983  4238 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:31.021543  4018 raft_consensus.cc:1275] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Refusing update from remote peer dc05813dd98940cc81326a95b34472a1: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:31.022212  4515 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:31.023102  4514 consensus_queue.cc:1048] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:31.028602  4515 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:31.030269  4018 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:31.031172  4238 raft_consensus.cc:2955] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } } }
I20260630 12:35:31.039394  3827 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 889c2d00c874417da075fcb4fc16a0a9 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:31.043603  3843 catalog_manager.cc:5697] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 reported cstate change: config changed from index 4 to 5, VOTER 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3) evicted. New cstate: current_term: 2 leader_uuid: "dc05813dd98940cc81326a95b34472a1" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "dc05813dd98940cc81326a95b34472a1" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33067 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "255ee9b5c32643b1b0fd46642ca358bd" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44445 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0bd29888972f4e3d967d2a36ef4b7850" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 34185 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:31.053476  4081 tablet_service.cc:1558] Processing DeleteTablet for tablet 889c2d00c874417da075fcb4fc16a0a9 with delete_type TABLET_DATA_TOMBSTONED (TS 20106ddef2ed41c98388d5ec18cc12a6 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:51676
I20260630 12:35:31.055076  4524 tablet_replica.cc:333] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.055990  4524 raft_consensus.cc:2243] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.056574  4524 raft_consensus.cc:2272] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.059248  4524 ts_tablet_manager.cc:1916] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:31.068696  4524 ts_tablet_manager.cc:1929] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:35:31.068995  4524 log.cc:1199] T 889c2d00c874417da075fcb4fc16a0a9 P 20106ddef2ed41c98388d5ec18cc12a6: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822834383079-940-0/minicluster-data/ts-2-root/wals/889c2d00c874417da075fcb4fc16a0a9
I20260630 12:35:31.070223  3829 catalog_manager.cc:5028] TS 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307): tablet 889c2d00c874417da075fcb4fc16a0a9 (table range_aware_rebalance_new_range [id=81e1018d676443aba7bc2d6ed3351c33]) successfully deleted
I20260630 12:35:31.339282  3896 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:31.349272  3896 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260630 12:35:31.349797  3896 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:31.433017   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
W20260630 12:35:31.438594  4057 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 6 similar messages]
W20260630 12:35:31.441766  4057 consensus_peers.cc:597] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 -> Peer dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067): Couldn't send request to peer dc05813dd98940cc81326a95b34472a1. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:31.460256   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:31.460955   940 tablet_replica.cc:333] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.461887   940 raft_consensus.cc:2243] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.462519   940 raft_consensus.cc:2272] T 8825a3125cf8415289f6fc210d61bf85 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.464174   940 tablet_replica.cc:333] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.464684   940 raft_consensus.cc:2243] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.464998   940 raft_consensus.cc:2272] T 03be485a6f1045549cce3d8a7673acb4 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.466605   940 tablet_replica.cc:333] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.467068   940 raft_consensus.cc:2243] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.467420   940 raft_consensus.cc:2272] T 289f01b96d22497c828163b7b03f1822 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.468952   940 tablet_replica.cc:333] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.469388   940 raft_consensus.cc:2243] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.469828   940 raft_consensus.cc:2272] T fd82c2a8f62e4fcb97c50e74ebfc4473 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.471386   940 tablet_replica.cc:333] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.471796   940 raft_consensus.cc:2243] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.472397   940 raft_consensus.cc:2272] T 11ca2fb7628748f4aeb76f492166efd7 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.474000   940 tablet_replica.cc:333] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.474467   940 raft_consensus.cc:2243] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.474893   940 raft_consensus.cc:2272] T 403d71567cd643999235b6b63f1d6271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.476395   940 tablet_replica.cc:333] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.476811   940 raft_consensus.cc:2243] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.477231   940 raft_consensus.cc:2272] T 5e8ff1368bdf45d589ee0d55a97ec271 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.478843   940 tablet_replica.cc:333] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.479231   940 raft_consensus.cc:2243] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.479666   940 raft_consensus.cc:2272] T 6ca4d2b385f8492189f7f8ab756babad P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.481755   940 tablet_replica.cc:333] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.482503   940 raft_consensus.cc:2243] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.483247   940 raft_consensus.cc:2272] T 889c2d00c874417da075fcb4fc16a0a9 P dc05813dd98940cc81326a95b34472a1 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.485920   940 tablet_replica.cc:333] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.486488   940 raft_consensus.cc:2243] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.487092   940 raft_consensus.cc:2272] T b30f38754758400c922d523cae7e21b4 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.488797   940 tablet_replica.cc:333] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.489182   940 raft_consensus.cc:2243] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.489756   940 raft_consensus.cc:2272] T 72bd738874104cbfb0579aae902f0670 P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.491653   940 tablet_replica.cc:333] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1: stopping tablet replica
I20260630 12:35:31.492173   940 raft_consensus.cc:2243] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.492669   940 raft_consensus.cc:2272] T aef795464c1e4a5598370bbbb3bf930a P dc05813dd98940cc81326a95b34472a1 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:31.499107  4200 consensus_peers.cc:597] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 -> Peer dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067): Couldn't send request to peer dc05813dd98940cc81326a95b34472a1. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:31.527509   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:35:31.553246   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:35:31.583302   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:31.584062   940 tablet_replica.cc:333] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.585131   940 raft_consensus.cc:2243] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.585759   940 raft_consensus.cc:2272] T 289f01b96d22497c828163b7b03f1822 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.588936   940 tablet_replica.cc:333] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.589929   940 raft_consensus.cc:2243] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.591180   940 raft_consensus.cc:2272] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.593690   940 tablet_replica.cc:333] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.594285   940 raft_consensus.cc:2243] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.594697   940 raft_consensus.cc:2272] T b30f38754758400c922d523cae7e21b4 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.597478   940 tablet_replica.cc:333] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.598131   940 raft_consensus.cc:2243] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.599063   940 raft_consensus.cc:2272] T 55a564bc07b44fd1895728a8be5c35a8 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.601253   940 tablet_replica.cc:333] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.601950   940 raft_consensus.cc:2243] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:35:31.602615  4058 consensus_peers.cc:597] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 -> Peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Couldn't send request to peer 255ee9b5c32643b1b0fd46642ca358bd. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:31.602785   940 raft_consensus.cc:2272] T 339eb95c825b4a609bad665892d746bc P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.605221   940 tablet_replica.cc:333] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.605897   940 raft_consensus.cc:2243] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.606518   940 raft_consensus.cc:2272] T b54e2c0003a344ee9a65f8a0a154fcec P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.608759   940 tablet_replica.cc:333] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.609504   940 raft_consensus.cc:2243] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.610589   940 raft_consensus.cc:2272] T aef795464c1e4a5598370bbbb3bf930a P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.614378   940 tablet_replica.cc:333] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
W20260630 12:35:31.614504  4058 consensus_peers.cc:597] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 -> Peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Couldn't send request to peer 255ee9b5c32643b1b0fd46642ca358bd. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:31.615270   940 raft_consensus.cc:2243] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.616094   940 raft_consensus.cc:2272] T d9bda480780e408388f26d7e2b8e2c45 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.618901   940 tablet_replica.cc:333] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.619706   940 raft_consensus.cc:2243] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.620267   940 raft_consensus.cc:2272] T 8825a3125cf8415289f6fc210d61bf85 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.622826   940 tablet_replica.cc:333] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.623652   940 raft_consensus.cc:2243] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.624348   940 raft_consensus.cc:2272] T 403d71567cd643999235b6b63f1d6271 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.626926   940 tablet_replica.cc:333] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.627528   940 raft_consensus.cc:2243] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.627919   940 raft_consensus.cc:2272] T 11ca2fb7628748f4aeb76f492166efd7 P 255ee9b5c32643b1b0fd46642ca358bd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.629719   940 tablet_replica.cc:333] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd: stopping tablet replica
I20260630 12:35:31.630311   940 raft_consensus.cc:2243] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.630882   940 raft_consensus.cc:2272] T 889c2d00c874417da075fcb4fc16a0a9 P 255ee9b5c32643b1b0fd46642ca358bd [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:31.632356  4200 consensus_peers.cc:597] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 -> Peer dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067): Couldn't send request to peer dc05813dd98940cc81326a95b34472a1. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:33067: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:31.648986  4201 connection.cc:573] client connection to 127.0.235.2:44445 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
W20260630 12:35:31.652029  4201 consensus_peers.cc:597] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 -> Peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Couldn't send request to peer 255ee9b5c32643b1b0fd46642ca358bd. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:44445: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:31.652371   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:35:31.677083   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
W20260630 12:35:31.694813  4202 consensus_peers.cc:597] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 -> Peer 20106ddef2ed41c98388d5ec18cc12a6 (127.0.235.3:36307): Couldn't send request to peer 20106ddef2ed41c98388d5ec18cc12a6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:31.703480   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:31.704068   940 tablet_replica.cc:333] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.704874   940 raft_consensus.cc:2243] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.705472   940 raft_consensus.cc:2272] T fd82c2a8f62e4fcb97c50e74ebfc4473 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.707535   940 tablet_replica.cc:333] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.707949   940 raft_consensus.cc:2243] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.708292   940 raft_consensus.cc:2272] T 03be485a6f1045549cce3d8a7673acb4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.709942   940 tablet_replica.cc:333] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.710470   940 raft_consensus.cc:2243] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.710886   940 raft_consensus.cc:2272] T b30f38754758400c922d523cae7e21b4 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.712499   940 tablet_replica.cc:333] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.712999   940 raft_consensus.cc:2243] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.713363   940 raft_consensus.cc:2272] T 55a564bc07b44fd1895728a8be5c35a8 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.715082   940 tablet_replica.cc:333] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.715548   940 raft_consensus.cc:2243] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.716183   940 raft_consensus.cc:2272] T 403d71567cd643999235b6b63f1d6271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.717639   940 tablet_replica.cc:333] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.718170   940 raft_consensus.cc:2243] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.718844   940 raft_consensus.cc:2272] T 5e8ff1368bdf45d589ee0d55a97ec271 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.720360   940 tablet_replica.cc:333] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.720827   940 raft_consensus.cc:2243] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.721228   940 raft_consensus.cc:2272] T 11ca2fb7628748f4aeb76f492166efd7 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.722787   940 tablet_replica.cc:333] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.723228   940 raft_consensus.cc:2243] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.723592   940 raft_consensus.cc:2272] T 339eb95c825b4a609bad665892d746bc P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.725023   940 tablet_replica.cc:333] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.725500   940 raft_consensus.cc:2243] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.726176   940 raft_consensus.cc:2272] T b54e2c0003a344ee9a65f8a0a154fcec P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.727771   940 tablet_replica.cc:333] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.728219   940 raft_consensus.cc:2243] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.728622   940 raft_consensus.cc:2272] T 6ca4d2b385f8492189f7f8ab756babad P 20106ddef2ed41c98388d5ec18cc12a6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.730217   940 tablet_replica.cc:333] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.730695   940 raft_consensus.cc:2243] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.731173   940 raft_consensus.cc:2272] T 72bd738874104cbfb0579aae902f0670 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.733170   940 tablet_replica.cc:333] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6: stopping tablet replica
I20260630 12:35:31.733778   940 raft_consensus.cc:2243] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.734751   940 raft_consensus.cc:2272] T d9bda480780e408388f26d7e2b8e2c45 P 20106ddef2ed41c98388d5ec18cc12a6 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:31.737816  4201 consensus_peers.cc:597] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 -> Peer 255ee9b5c32643b1b0fd46642ca358bd (127.0.235.2:44445): Couldn't send request to peer 255ee9b5c32643b1b0fd46642ca358bd. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:44445: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:35:31.738613  4200 consensus_peers.cc:597] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 -> Peer dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067): Couldn't send request to peer dc05813dd98940cc81326a95b34472a1. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:33067: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:31.767478   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:35:31.793401   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
W20260630 12:35:31.801534  4200 consensus_peers.cc:597] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 -> Peer dc05813dd98940cc81326a95b34472a1 (127.0.235.1:33067): Couldn't send request to peer dc05813dd98940cc81326a95b34472a1. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:33067: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:31.829977   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:31.830636   940 tablet_replica.cc:333] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.831279   940 raft_consensus.cc:2243] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.831871   940 raft_consensus.cc:2272] T 889c2d00c874417da075fcb4fc16a0a9 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.834980   940 tablet_replica.cc:333] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.835708   940 raft_consensus.cc:2243] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.836256   940 raft_consensus.cc:2272] T d9bda480780e408388f26d7e2b8e2c45 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.838369   940 tablet_replica.cc:333] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.838850   940 raft_consensus.cc:2243] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.839258   940 raft_consensus.cc:2272] T 72bd738874104cbfb0579aae902f0670 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.840761   940 tablet_replica.cc:333] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.841193   940 raft_consensus.cc:2243] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.841833   940 raft_consensus.cc:2272] T 6ca4d2b385f8492189f7f8ab756babad P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.843418   940 tablet_replica.cc:333] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.843851   940 raft_consensus.cc:2243] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.844170   940 raft_consensus.cc:2272] T 339eb95c825b4a609bad665892d746bc P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.845613   940 tablet_replica.cc:333] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.846072   940 raft_consensus.cc:2243] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.846438   940 raft_consensus.cc:2272] T b54e2c0003a344ee9a65f8a0a154fcec P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.847810   940 tablet_replica.cc:333] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.848218   940 raft_consensus.cc:2243] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.848605   940 raft_consensus.cc:2272] T aef795464c1e4a5598370bbbb3bf930a P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.850001   940 tablet_replica.cc:333] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.850462   940 raft_consensus.cc:2243] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.850862   940 raft_consensus.cc:2272] T 5e8ff1368bdf45d589ee0d55a97ec271 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.852239   940 tablet_replica.cc:333] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.852627   940 raft_consensus.cc:2243] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.853196   940 raft_consensus.cc:2272] T 289f01b96d22497c828163b7b03f1822 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.854686   940 tablet_replica.cc:333] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.855062   940 raft_consensus.cc:2243] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.855631   940 raft_consensus.cc:2272] T 8825a3125cf8415289f6fc210d61bf85 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.856992   940 tablet_replica.cc:333] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.857357   940 raft_consensus.cc:2243] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:31.857657   940 raft_consensus.cc:2272] T 55a564bc07b44fd1895728a8be5c35a8 P 0bd29888972f4e3d967d2a36ef4b7850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.859110   940 tablet_replica.cc:333] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850: stopping tablet replica
I20260630 12:35:31.859495   940 raft_consensus.cc:2243] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.860054   940 raft_consensus.cc:2272] T 03be485a6f1045549cce3d8a7673acb4 P 0bd29888972f4e3d967d2a36ef4b7850 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.891690   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:35:31.914948   940 master.cc:562] Master@127.0.235.62:43883 shutting down...
I20260630 12:35:31.934741   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:31.935261   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:31.935585   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P c7df559c819f429ea43cb5e75097d2c4: stopping tablet replica
I20260630 12:35:31.955264   940 master.cc:584] Master@127.0.235.62:43883 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (12917 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:35:32.003436   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:43583
I20260630 12:35:32.004492   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:32.009661  4531 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.009768  4532 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.011256  4534 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:32.012687   940 server_base.cc:1061] running on GCE node
I20260630 12:35:32.013839   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:32.014060   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:32.014212   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822932014199 us; error 0 us; skew 500 ppm
I20260630 12:35:32.014657   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:32.016739   940 webserver.cc:533] Webserver started at http://127.0.235.62:40451/ using document root <none> and password file <none>
I20260630 12:35:32.017140   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:32.017280   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:32.017489   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:32.018543   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "006393c487bc45fbba943a6dd64c816e"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.022598   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:32.025508  4539 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.026259   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:32.026535   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "006393c487bc45fbba943a6dd64c816e"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.026808   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:32.043386   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:32.044472   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:32.080355   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:43583
I20260630 12:35:32.080451  4590 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:43583 every 8 connection(s)
I20260630 12:35:32.083910  4591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:32.092996  4591 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e: Bootstrap starting.
I20260630 12:35:32.097114  4591 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:32.100759  4591 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e: No bootstrap required, opened a new log
I20260630 12:35:32.102521  4591 raft_consensus.cc:359] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "006393c487bc45fbba943a6dd64c816e" member_type: VOTER }
I20260630 12:35:32.102852  4591 raft_consensus.cc:385] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:32.103039  4591 raft_consensus.cc:740] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 006393c487bc45fbba943a6dd64c816e, State: Initialized, Role: FOLLOWER
I20260630 12:35:32.103569  4591 consensus_queue.cc:260] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "006393c487bc45fbba943a6dd64c816e" member_type: VOTER }
I20260630 12:35:32.104014  4591 raft_consensus.cc:399] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:32.104185  4591 raft_consensus.cc:493] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:32.104377  4591 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:32.108042  4591 raft_consensus.cc:515] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "006393c487bc45fbba943a6dd64c816e" member_type: VOTER }
I20260630 12:35:32.108451  4591 leader_election.cc:304] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [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: 006393c487bc45fbba943a6dd64c816e; no voters: 
I20260630 12:35:32.109407  4591 leader_election.cc:290] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:32.109704  4594 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:32.111016  4594 raft_consensus.cc:697] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 1 LEADER]: Becoming Leader. State: Replica: 006393c487bc45fbba943a6dd64c816e, State: Running, Role: LEADER
I20260630 12:35:32.111598  4594 consensus_queue.cc:237] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [LEADER]: Queue going to LEADER mode. State: All 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: "006393c487bc45fbba943a6dd64c816e" member_type: VOTER }
I20260630 12:35:32.112120  4591 sys_catalog.cc:565] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:32.115693  4595 sys_catalog.cc:455] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "006393c487bc45fbba943a6dd64c816e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "006393c487bc45fbba943a6dd64c816e" member_type: VOTER } }
I20260630 12:35:32.116460  4596 sys_catalog.cc:455] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 006393c487bc45fbba943a6dd64c816e. Latest consensus state: current_term: 1 leader_uuid: "006393c487bc45fbba943a6dd64c816e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "006393c487bc45fbba943a6dd64c816e" member_type: VOTER } }
I20260630 12:35:32.116946  4595 sys_catalog.cc:458] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:32.117051  4596 sys_catalog.cc:458] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:32.123718  4602 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:32.128882  4602 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:32.129974   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:32.136677  4602 catalog_manager.cc:1383] Generated new cluster ID: 5f44283c7c9e4c80bce01a99ec075e1a
I20260630 12:35:32.136942  4602 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:32.167940  4602 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:32.169114  4602 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:32.183310  4602 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e: Generated new TSK 0
I20260630 12:35:32.183835  4602 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:32.195797   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:32.201321  4612 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.202344  4613 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.203712  4615 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:32.204026   940 server_base.cc:1061] running on GCE node
I20260630 12:35:32.204953   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:32.205169   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:32.205339   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822932205323 us; error 0 us; skew 500 ppm
I20260630 12:35:32.205847   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:32.207913   940 webserver.cc:533] Webserver started at http://127.0.235.1:39907/ using document root <none> and password file <none>
I20260630 12:35:32.208374   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:32.208580   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:32.208851   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:32.209858   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "c5d290b08b9a492c821bb513a4e00f9c"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.213994   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:32.217029  4620 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.217713   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:35:32.217983   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "c5d290b08b9a492c821bb513a4e00f9c"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.218286   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:32.226438   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:32.227432   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:32.228826   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:32.230893   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:32.231105   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.231326   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:32.231505   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.268931   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:46547
I20260630 12:35:32.269018  4682 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:46547 every 8 connection(s)
I20260630 12:35:32.273957   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:32.280314  4687 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.282488  4688 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.284435  4690 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:32.285213  4683 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43583
I20260630 12:35:32.285593  4683 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:32.286092   940 server_base.cc:1061] running on GCE node
I20260630 12:35:32.286464  4683 heartbeater.cc:507] Master 127.0.235.62:43583 requested a full tablet report, sending...
I20260630 12:35:32.286863   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:32.287128   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:32.287297   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822932287280 us; error 0 us; skew 500 ppm
I20260630 12:35:32.287946   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:32.288609  4556 ts_manager.cc:194] Registered new tserver with Master: c5d290b08b9a492c821bb513a4e00f9c (127.0.235.1:46547)
I20260630 12:35:32.290307   940 webserver.cc:533] Webserver started at http://127.0.235.2:42415/ using document root <none> and password file <none>
I20260630 12:35:32.290728  4556 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55546
I20260630 12:35:32.290827   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:32.291131   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:32.291405   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:32.292651   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "70047182a9c443258ce9c9c0cbbac769"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.296624   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.006s	sys 0.000s
I20260630 12:35:32.299813  4695 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.300500   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:32.300765   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "70047182a9c443258ce9c9c0cbbac769"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.301046   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:32.312171   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:32.313211   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:32.314561   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:32.316565   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:32.316778   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.317004   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:32.317171   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.355098   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:41025
I20260630 12:35:32.355212  4757 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:41025 every 8 connection(s)
I20260630 12:35:32.359579   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:32.366098  4761 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.368750  4762 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.369141  4764 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:32.371357   940 server_base.cc:1061] running on GCE node
I20260630 12:35:32.372150  4758 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43583
I20260630 12:35:32.372387   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:32.372463  4758 heartbeater.cc:461] Registering TS with master...
W20260630 12:35:32.372762   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:32.373005   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822932372990 us; error 0 us; skew 500 ppm
I20260630 12:35:32.373471  4758 heartbeater.cc:507] Master 127.0.235.62:43583 requested a full tablet report, sending...
I20260630 12:35:32.373520   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:32.375560  4556 ts_manager.cc:194] Registered new tserver with Master: 70047182a9c443258ce9c9c0cbbac769 (127.0.235.2:41025)
I20260630 12:35:32.376307   940 webserver.cc:533] Webserver started at http://127.0.235.3:34985/ using document root <none> and password file <none>
I20260630 12:35:32.376724   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:32.376861   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:32.376972  4556 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55556
I20260630 12:35:32.377075   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:32.378400   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "a4ecf0bef4fb4f67952c594954d4f7ef"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.382984   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:35:32.385902  4769 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.386716   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:32.386994   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "a4ecf0bef4fb4f67952c594954d4f7ef"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.387266   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:32.405784   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:32.406831   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:32.408188   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:32.410236   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:32.410456   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.410696   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:32.410871   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.447237   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:39355
I20260630 12:35:32.447329  4831 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:39355 every 8 connection(s)
I20260630 12:35:32.451790   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:32.458300  4835 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.459399  4836 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:32.461592  4838 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:32.462409   940 server_base.cc:1061] running on GCE node
I20260630 12:35:32.463235   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:32.463471   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:32.463680   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822932463657 us; error 0 us; skew 500 ppm
I20260630 12:35:32.464114  4832 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43583
I20260630 12:35:32.464241   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:32.464524  4832 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:32.465457  4832 heartbeater.cc:507] Master 127.0.235.62:43583 requested a full tablet report, sending...
I20260630 12:35:32.466928   940 webserver.cc:533] Webserver started at http://127.0.235.4:41019/ using document root <none> and password file <none>
I20260630 12:35:32.467526   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:32.467738   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:32.467672  4556 ts_manager.cc:194] Registered new tserver with Master: a4ecf0bef4fb4f67952c594954d4f7ef (127.0.235.3:39355)
I20260630 12:35:32.468125   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:32.469071  4556 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55568
I20260630 12:35:32.469213   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.473484   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:32.476511  4843 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.477147   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:32.477424   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696"
format_stamp: "Formatted at 2026-06-30 12:35:32 on dist-test-slave-47x1"
I20260630 12:35:32.477665   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:32.502063   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:32.503201   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:32.504575   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:32.506673   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:32.506889   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.507140   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:32.507318   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:32.546116   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:40483
I20260630 12:35:32.546147  4905 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:40483 every 8 connection(s)
I20260630 12:35:32.559217  4906 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43583
I20260630 12:35:32.559581  4906 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:32.560245  4906 heartbeater.cc:507] Master 127.0.235.62:43583 requested a full tablet report, sending...
I20260630 12:35:32.561939  4556 ts_manager.cc:194] Registered new tserver with Master: 7ecc2ab3ff894f60bbf11ba9a2a33696 (127.0.235.4:40483)
I20260630 12:35:32.562995   940 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013436566s
I20260630 12:35:32.563277  4556 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55578
I20260630 12:35:33.293361  4683 heartbeater.cc:499] Master 127.0.235.62:43583 was elected leader, sending a full tablet report...
I20260630 12:35:33.379419  4758 heartbeater.cc:499] Master 127.0.235.62:43583 was elected leader, sending a full tablet report...
I20260630 12:35:33.471352  4832 heartbeater.cc:499] Master 127.0.235.62:43583 was elected leader, sending a full tablet report...
I20260630 12:35:33.565536  4906 heartbeater.cc:499] Master 127.0.235.62:43583 was elected leader, sending a full tablet report...
I20260630 12:35:33.626456  4556 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55604:
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:35:33.680773  4723 tablet_service.cc:1511] Processing CreateTablet for tablet ca51ac8fa8ab4733954efc6de95e45ae (DEFAULT_TABLE table=test-workload [id=5f1265df70404313a83126397cf01565]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:33.682085  4723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca51ac8fa8ab4733954efc6de95e45ae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:33.686343  4871 tablet_service.cc:1511] Processing CreateTablet for tablet ca51ac8fa8ab4733954efc6de95e45ae (DEFAULT_TABLE table=test-workload [id=5f1265df70404313a83126397cf01565]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:33.686367  4797 tablet_service.cc:1511] Processing CreateTablet for tablet ca51ac8fa8ab4733954efc6de95e45ae (DEFAULT_TABLE table=test-workload [id=5f1265df70404313a83126397cf01565]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:33.687618  4871 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca51ac8fa8ab4733954efc6de95e45ae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:33.687852  4797 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca51ac8fa8ab4733954efc6de95e45ae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:33.697762  4927 tablet_bootstrap.cc:492] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769: Bootstrap starting.
I20260630 12:35:33.700277  4928 tablet_bootstrap.cc:492] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696: Bootstrap starting.
I20260630 12:35:33.704829  4929 tablet_bootstrap.cc:492] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef: Bootstrap starting.
I20260630 12:35:33.705371  4927 tablet_bootstrap.cc:654] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:33.706259  4928 tablet_bootstrap.cc:654] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:33.710705  4929 tablet_bootstrap.cc:654] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:33.710896  4927 tablet_bootstrap.cc:492] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769: No bootstrap required, opened a new log
I20260630 12:35:33.711349  4927 ts_tablet_manager.cc:1403] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769: Time spent bootstrapping tablet: real 0.014s	user 0.001s	sys 0.010s
I20260630 12:35:33.714459  4927 raft_consensus.cc:359] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.715518  4927 raft_consensus.cc:385] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:33.715907  4927 raft_consensus.cc:740] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70047182a9c443258ce9c9c0cbbac769, State: Initialized, Role: FOLLOWER
I20260630 12:35:33.716861  4928 tablet_bootstrap.cc:492] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696: No bootstrap required, opened a new log
I20260630 12:35:33.717428  4928 ts_tablet_manager.cc:1403] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.008s
I20260630 12:35:33.716813  4927 consensus_queue.cc:260] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.719909  4928 raft_consensus.cc:359] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.720548  4928 raft_consensus.cc:385] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:33.720791  4928 raft_consensus.cc:740] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ecc2ab3ff894f60bbf11ba9a2a33696, State: Initialized, Role: FOLLOWER
I20260630 12:35:33.721427  4928 consensus_queue.cc:260] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.724166  4928 ts_tablet_manager.cc:1434] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:35:33.725754  4927 ts_tablet_manager.cc:1434] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769: Time spent starting tablet: real 0.014s	user 0.010s	sys 0.000s
I20260630 12:35:33.728540  4929 tablet_bootstrap.cc:492] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef: No bootstrap required, opened a new log
I20260630 12:35:33.729015  4929 ts_tablet_manager.cc:1403] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.008s
I20260630 12:35:33.731756  4929 raft_consensus.cc:359] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.732461  4929 raft_consensus.cc:385] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:33.732782  4929 raft_consensus.cc:740] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a4ecf0bef4fb4f67952c594954d4f7ef, State: Initialized, Role: FOLLOWER
I20260630 12:35:33.733479  4929 consensus_queue.cc:260] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.736167  4929 ts_tablet_manager.cc:1434] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:33.767902  4935 raft_consensus.cc:493] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:33.768316  4935 raft_consensus.cc:515] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.770707  4935 leader_election.cc:290] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 70047182a9c443258ce9c9c0cbbac769 (127.0.235.2:41025), 7ecc2ab3ff894f60bbf11ba9a2a33696 (127.0.235.4:40483)
I20260630 12:35:33.780597  4733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca51ac8fa8ab4733954efc6de95e45ae" candidate_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70047182a9c443258ce9c9c0cbbac769" is_pre_election: true
I20260630 12:35:33.780867  4881 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca51ac8fa8ab4733954efc6de95e45ae" candidate_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" is_pre_election: true
I20260630 12:35:33.781186  4733 raft_consensus.cc:2468] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4ecf0bef4fb4f67952c594954d4f7ef in term 0.
I20260630 12:35:33.781530  4881 raft_consensus.cc:2468] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a4ecf0bef4fb4f67952c594954d4f7ef in term 0.
I20260630 12:35:33.782284  4770 leader_election.cc:304] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 70047182a9c443258ce9c9c0cbbac769, a4ecf0bef4fb4f67952c594954d4f7ef; no voters: 
I20260630 12:35:33.782912  4935 raft_consensus.cc:2804] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:33.783241  4935 raft_consensus.cc:493] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:33.783456  4935 raft_consensus.cc:3060] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:33.787732  4935 raft_consensus.cc:515] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.789304  4935 leader_election.cc:290] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [CANDIDATE]: Term 1 election: Requested vote from peers 70047182a9c443258ce9c9c0cbbac769 (127.0.235.2:41025), 7ecc2ab3ff894f60bbf11ba9a2a33696 (127.0.235.4:40483)
I20260630 12:35:33.789855  4733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca51ac8fa8ab4733954efc6de95e45ae" candidate_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70047182a9c443258ce9c9c0cbbac769"
I20260630 12:35:33.790243  4881 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca51ac8fa8ab4733954efc6de95e45ae" candidate_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696"
I20260630 12:35:33.790460  4733 raft_consensus.cc:3060] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:33.790803  4881 raft_consensus.cc:3060] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:33.797295  4881 raft_consensus.cc:2468] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4ecf0bef4fb4f67952c594954d4f7ef in term 1.
I20260630 12:35:33.797297  4733 raft_consensus.cc:2468] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a4ecf0bef4fb4f67952c594954d4f7ef in term 1.
I20260630 12:35:33.798470  4772 leader_election.cc:304] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7ecc2ab3ff894f60bbf11ba9a2a33696, a4ecf0bef4fb4f67952c594954d4f7ef; no voters: 
I20260630 12:35:33.799144  4935 raft_consensus.cc:2804] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:33.800169  4935 raft_consensus.cc:697] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 1 LEADER]: Becoming Leader. State: Replica: a4ecf0bef4fb4f67952c594954d4f7ef, State: Running, Role: LEADER
I20260630 12:35:33.800776  4935 consensus_queue.cc:237] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } }
I20260630 12:35:33.807093  4554 catalog_manager.cc:5697] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef reported cstate change: term changed from 0 to 1, leader changed from <none> to a4ecf0bef4fb4f67952c594954d4f7ef (127.0.235.3). New cstate: current_term: 1 leader_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a4ecf0bef4fb4f67952c594954d4f7ef" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 39355 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:34.128604  4609 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:34.129907  4609 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:34.130287  4609 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:34.291533  4935 consensus_queue.cc:1048] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "70047182a9c443258ce9c9c0cbbac769" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41025 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:34.304097  4935 consensus_queue.cc:1048] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "7ecc2ab3ff894f60bbf11ba9a2a33696" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 40483 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:36.131306  4609 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:36.132745  4609 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:36.133054  4609 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:38.133997  4609 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:38.135313  4609 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:38.135572  4609 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:40.136602  4609 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:40.137907  4609 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:40.138233  4609 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:42.139137  4609 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:42.140408  4609 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:42.140723  4609 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:44.141578  4609 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:44.142814  4609 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:44.143105  4609 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:44.886265   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:35:44.911274   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:44.928133   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:35:44.939184   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:35:44.958060   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:44.958665   940 tablet_replica.cc:333] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769: stopping tablet replica
I20260630 12:35:44.959146   940 raft_consensus.cc:2243] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:44.959635   940 raft_consensus.cc:2272] T ca51ac8fa8ab4733954efc6de95e45ae P 70047182a9c443258ce9c9c0cbbac769 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:44.978638   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:35:44.988842   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:35:45.008461   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:45.009070   940 tablet_replica.cc:333] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef: stopping tablet replica
I20260630 12:35:45.009577   940 raft_consensus.cc:2243] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:45.010457   940 raft_consensus.cc:2272] T ca51ac8fa8ab4733954efc6de95e45ae P a4ecf0bef4fb4f67952c594954d4f7ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:45.043454   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:35:45.055401   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:35:45.075392   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:45.076066   940 tablet_replica.cc:333] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696: stopping tablet replica
I20260630 12:35:45.076620   940 raft_consensus.cc:2243] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:45.077239   940 raft_consensus.cc:2272] T ca51ac8fa8ab4733954efc6de95e45ae P 7ecc2ab3ff894f60bbf11ba9a2a33696 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:45.096572   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:35:45.107422   940 master.cc:562] Master@127.0.235.62:43583 shutting down...
I20260630 12:35:45.124830   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:45.125497   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:45.125771   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 006393c487bc45fbba943a6dd64c816e: stopping tablet replica
I20260630 12:35:45.144272   940 master.cc:584] Master@127.0.235.62:43583 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (13176 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:35:45.180321   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:45461
I20260630 12:35:45.181315   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:45.186676  4954 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:45.187274  4956 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:45.187417  4953 instance_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:35:45.188462   940 server_base.cc:1061] running on GCE node
I20260630 12:35:45.189272   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:45.189447   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:45.189558   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822945189547 us; error 0 us; skew 500 ppm
I20260630 12:35:45.190150   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:45.192286   940 webserver.cc:533] Webserver started at http://127.0.235.62:40127/ using document root <none> and password file <none>
I20260630 12:35:45.192704   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:45.192853   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:45.193074   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:45.194278   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "e1bd7d57adaa458297755834a83a8b66"
format_stamp: "Formatted at 2026-06-30 12:35:45 on dist-test-slave-47x1"
I20260630 12:35:45.198351   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:35:45.201287  4961 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.201947   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:45.202273   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "e1bd7d57adaa458297755834a83a8b66"
format_stamp: "Formatted at 2026-06-30 12:35:45 on dist-test-slave-47x1"
I20260630 12:35:45.202561   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:45.227486   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:45.228626   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:45.264688   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:45461
I20260630 12:35:45.264779  5012 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:45461 every 8 connection(s)
I20260630 12:35:45.268579  5013 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.279299  5013 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66: Bootstrap starting.
I20260630 12:35:45.284381  5013 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:45.289337  5013 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66: No bootstrap required, opened a new log
I20260630 12:35:45.291752  5013 raft_consensus.cc:359] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e1bd7d57adaa458297755834a83a8b66" member_type: VOTER }
I20260630 12:35:45.292163  5013 raft_consensus.cc:385] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:45.292335  5013 raft_consensus.cc:740] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e1bd7d57adaa458297755834a83a8b66, State: Initialized, Role: FOLLOWER
I20260630 12:35:45.292860  5013 consensus_queue.cc:260] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e1bd7d57adaa458297755834a83a8b66" member_type: VOTER }
I20260630 12:35:45.293296  5013 raft_consensus.cc:399] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:45.293488  5013 raft_consensus.cc:493] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:45.293700  5013 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:45.297940  5013 raft_consensus.cc:515] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e1bd7d57adaa458297755834a83a8b66" member_type: VOTER }
I20260630 12:35:45.298453  5013 leader_election.cc:304] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [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: e1bd7d57adaa458297755834a83a8b66; no voters: 
I20260630 12:35:45.299477  5013 leader_election.cc:290] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:45.299851  5016 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:45.301127  5016 raft_consensus.cc:697] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 1 LEADER]: Becoming Leader. State: Replica: e1bd7d57adaa458297755834a83a8b66, State: Running, Role: LEADER
I20260630 12:35:45.301703  5016 consensus_queue.cc:237] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [LEADER]: Queue going to LEADER mode. State: All 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: "e1bd7d57adaa458297755834a83a8b66" member_type: VOTER }
I20260630 12:35:45.302284  5013 sys_catalog.cc:565] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:45.304793  5018 sys_catalog.cc:455] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e1bd7d57adaa458297755834a83a8b66. Latest consensus state: current_term: 1 leader_uuid: "e1bd7d57adaa458297755834a83a8b66" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e1bd7d57adaa458297755834a83a8b66" member_type: VOTER } }
I20260630 12:35:45.304929  5017 sys_catalog.cc:455] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e1bd7d57adaa458297755834a83a8b66" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e1bd7d57adaa458297755834a83a8b66" member_type: VOTER } }
I20260630 12:35:45.305388  5018 sys_catalog.cc:458] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:45.305680  5017 sys_catalog.cc:458] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:45.308864  5022 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:45.313951  5022 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:45.317899   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:45.323117  5022 catalog_manager.cc:1383] Generated new cluster ID: 4c0b5d782c5147a9af05be3a836b47ea
I20260630 12:35:45.323350  5022 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:45.338687  5022 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:45.339912  5022 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:45.349527  5022 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66: Generated new TSK 0
I20260630 12:35:45.350011  5022 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:45.384209   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:45.389691  5034 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:45.390937  5035 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:45.392432  5037 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:45.392539   940 server_base.cc:1061] running on GCE node
I20260630 12:35:45.393509   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:45.393710   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:45.393826   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822945393815 us; error 0 us; skew 500 ppm
I20260630 12:35:45.394340   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:45.396296   940 webserver.cc:533] Webserver started at http://127.0.235.1:37743/ using document root <none> and password file <none>
I20260630 12:35:45.396697   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:45.396847   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:45.397048   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:45.398075   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "5f90c990e2d744b8ac5625ccf065ace0"
format_stamp: "Formatted at 2026-06-30 12:35:45 on dist-test-slave-47x1"
I20260630 12:35:45.402108   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:45.405239  5042 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.405942   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:45.406219   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "5f90c990e2d744b8ac5625ccf065ace0"
format_stamp: "Formatted at 2026-06-30 12:35:45 on dist-test-slave-47x1"
I20260630 12:35:45.406453   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:45.419418   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:45.420384   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:45.421641   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:45.423787   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:45.423985   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.424235   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:45.424401   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.462272   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:38369
I20260630 12:35:45.462359  5104 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:38369 every 8 connection(s)
I20260630 12:35:45.467185   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:45.474716  5109 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:45.476872  5110 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:45.479130   940 server_base.cc:1061] running on GCE node
W20260630 12:35:45.479072  5112 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:45.480139  5105 heartbeater.cc:344] Connected to a master server at 127.0.235.62:45461
I20260630 12:35:45.480459  5105 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:45.480580   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:45.480852   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:45.481035   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822945481019 us; error 0 us; skew 500 ppm
I20260630 12:35:45.481068  5105 heartbeater.cc:507] Master 127.0.235.62:45461 requested a full tablet report, sending...
I20260630 12:35:45.481721   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:45.483376  4978 ts_manager.cc:194] Registered new tserver with Master: 5f90c990e2d744b8ac5625ccf065ace0 (127.0.235.1:38369)
I20260630 12:35:45.484560   940 webserver.cc:533] Webserver started at http://127.0.235.2:41805/ using document root <none> and password file <none>
I20260630 12:35:45.485059   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:45.485261   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:45.485306  4978 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34726
I20260630 12:35:45.485545   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:45.487006   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "2c19aa7c367b43379d88f188cf9ffca3"
format_stamp: "Formatted at 2026-06-30 12:35:45 on dist-test-slave-47x1"
I20260630 12:35:45.491047   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:35:45.494174  5117 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.494880   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:45.495157   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "2c19aa7c367b43379d88f188cf9ffca3"
format_stamp: "Formatted at 2026-06-30 12:35:45 on dist-test-slave-47x1"
I20260630 12:35:45.495437   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:45.515466   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:45.516557   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:45.517884   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:45.520079   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:45.520296   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.520526   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:45.520695   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.568243   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:33755
I20260630 12:35:45.568362  5179 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:33755 every 8 connection(s)
I20260630 12:35:45.572861   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:45.579958  5183 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:45.582170  5184 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:45.586028  5186 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:45.586174   940 server_base.cc:1061] running on GCE node
I20260630 12:35:45.586820  5180 heartbeater.cc:344] Connected to a master server at 127.0.235.62:45461
I20260630 12:35:45.587188  5180 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:45.587262   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:45.587561   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:45.587749   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822945587731 us; error 0 us; skew 500 ppm
I20260630 12:35:45.587999  5180 heartbeater.cc:507] Master 127.0.235.62:45461 requested a full tablet report, sending...
I20260630 12:35:45.588397   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:45.590222  4978 ts_manager.cc:194] Registered new tserver with Master: 2c19aa7c367b43379d88f188cf9ffca3 (127.0.235.2:33755)
I20260630 12:35:45.591037   940 webserver.cc:533] Webserver started at http://127.0.235.3:34617/ using document root <none> and password file <none>
I20260630 12:35:45.591557   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:45.591776   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:45.591771  4978 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34728
I20260630 12:35:45.592298   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:45.593657   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "bdef737179c2459bbb2d604986876508"
format_stamp: "Formatted at 2026-06-30 12:35:45 on dist-test-slave-47x1"
I20260630 12:35:45.598104   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:35:45.601300  5191 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.602062   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:35:45.602370   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "bdef737179c2459bbb2d604986876508"
format_stamp: "Formatted at 2026-06-30 12:35:45 on dist-test-slave-47x1"
I20260630 12:35:45.602639   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:45.624734   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:45.625818   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:45.627157   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:45.629279   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:45.629494   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.629715   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:45.629889   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:45.669226   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:38531
I20260630 12:35:45.669310  5253 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:38531 every 8 connection(s)
I20260630 12:35:45.683218  5254 heartbeater.cc:344] Connected to a master server at 127.0.235.62:45461
I20260630 12:35:45.683527  5254 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:45.684155  5254 heartbeater.cc:507] Master 127.0.235.62:45461 requested a full tablet report, sending...
I20260630 12:35:45.685994  4978 ts_manager.cc:194] Registered new tserver with Master: bdef737179c2459bbb2d604986876508 (127.0.235.3:38531)
I20260630 12:35:45.686756   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014322031s
I20260630 12:35:45.687507  4978 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34734
I20260630 12:35:46.487900  5105 heartbeater.cc:499] Master 127.0.235.62:45461 was elected leader, sending a full tablet report...
I20260630 12:35:46.594303  5180 heartbeater.cc:499] Master 127.0.235.62:45461 was elected leader, sending a full tablet report...
I20260630 12:35:46.690493  5254 heartbeater.cc:499] Master 127.0.235.62:45461 was elected leader, sending a full tablet report...
I20260630 12:35:46.755308  4978 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34748:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:35:46.757108  4978 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:35:46.799111  5219 tablet_service.cc:1511] Processing CreateTablet for tablet 265f5cff5868420ab399c7d5ca1e355e (DEFAULT_TABLE table=test-workload [id=888e56c4c3f94262a27b925b0a3ff2b3]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:46.800539  5219 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 265f5cff5868420ab399c7d5ca1e355e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.800989  5070 tablet_service.cc:1511] Processing CreateTablet for tablet 265f5cff5868420ab399c7d5ca1e355e (DEFAULT_TABLE table=test-workload [id=888e56c4c3f94262a27b925b0a3ff2b3]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:46.801568  5145 tablet_service.cc:1511] Processing CreateTablet for tablet 265f5cff5868420ab399c7d5ca1e355e (DEFAULT_TABLE table=test-workload [id=888e56c4c3f94262a27b925b0a3ff2b3]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:46.802156  5070 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 265f5cff5868420ab399c7d5ca1e355e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.802728  5145 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 265f5cff5868420ab399c7d5ca1e355e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:46.817603  5275 tablet_bootstrap.cc:492] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3: Bootstrap starting.
I20260630 12:35:46.819101  5276 tablet_bootstrap.cc:492] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508: Bootstrap starting.
I20260630 12:35:46.823232  5277 tablet_bootstrap.cc:492] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0: Bootstrap starting.
I20260630 12:35:46.824611  5275 tablet_bootstrap.cc:654] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:46.825803  5276 tablet_bootstrap.cc:654] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:46.828709  5277 tablet_bootstrap.cc:654] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:46.830260  5275 tablet_bootstrap.cc:492] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3: No bootstrap required, opened a new log
I20260630 12:35:46.830677  5275 ts_tablet_manager.cc:1403] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:35:46.832252  5276 tablet_bootstrap.cc:492] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508: No bootstrap required, opened a new log
I20260630 12:35:46.832690  5276 ts_tablet_manager.cc:1403] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.006s
I20260630 12:35:46.833451  5277 tablet_bootstrap.cc:492] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0: No bootstrap required, opened a new log
I20260630 12:35:46.833837  5277 ts_tablet_manager.cc:1403] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0: Time spent bootstrapping tablet: real 0.011s	user 0.000s	sys 0.009s
I20260630 12:35:46.833563  5275 raft_consensus.cc:359] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:46.834422  5275 raft_consensus.cc:385] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:46.834719  5275 raft_consensus.cc:740] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c19aa7c367b43379d88f188cf9ffca3, State: Initialized, Role: FOLLOWER
I20260630 12:35:46.835440  5276 raft_consensus.cc:359] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:46.835538  5275 consensus_queue.cc:260] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:46.836261  5276 raft_consensus.cc:385] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:46.836584  5276 raft_consensus.cc:740] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bdef737179c2459bbb2d604986876508, State: Initialized, Role: FOLLOWER
I20260630 12:35:46.836501  5277 raft_consensus.cc:359] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:46.837385  5277 raft_consensus.cc:385] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:46.837756  5277 raft_consensus.cc:740] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f90c990e2d744b8ac5625ccf065ace0, State: Initialized, Role: FOLLOWER
I20260630 12:35:46.837760  5276 consensus_queue.cc:260] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:46.838900  5277 consensus_queue.cc:260] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:46.841724  5275 ts_tablet_manager.cc:1434] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:35:46.844141  5276 ts_tablet_manager.cc:1434] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.005s
I20260630 12:35:46.846685  5277 ts_tablet_manager.cc:1434] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.001s
I20260630 12:35:46.985731  5283 raft_consensus.cc:493] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:46.986265  5283 raft_consensus.cc:515] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:46.988477  5283 leader_election.cc:290] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bdef737179c2459bbb2d604986876508 (127.0.235.3:38531), 2c19aa7c367b43379d88f188cf9ffca3 (127.0.235.2:33755)
I20260630 12:35:46.999722  5229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "265f5cff5868420ab399c7d5ca1e355e" candidate_uuid: "5f90c990e2d744b8ac5625ccf065ace0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdef737179c2459bbb2d604986876508" is_pre_election: true
I20260630 12:35:47.000252  5155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "265f5cff5868420ab399c7d5ca1e355e" candidate_uuid: "5f90c990e2d744b8ac5625ccf065ace0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c19aa7c367b43379d88f188cf9ffca3" is_pre_election: true
I20260630 12:35:47.000355  5229 raft_consensus.cc:2468] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f90c990e2d744b8ac5625ccf065ace0 in term 0.
I20260630 12:35:47.000847  5155 raft_consensus.cc:2468] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f90c990e2d744b8ac5625ccf065ace0 in term 0.
I20260630 12:35:47.001638  5044 leader_election.cc:304] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5f90c990e2d744b8ac5625ccf065ace0, bdef737179c2459bbb2d604986876508; no voters: 
I20260630 12:35:47.002342  5283 raft_consensus.cc:2804] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:47.002663  5283 raft_consensus.cc:493] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:47.002874  5283 raft_consensus.cc:3060] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:47.007814  5283 raft_consensus.cc:515] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:47.009311  5283 leader_election.cc:290] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [CANDIDATE]: Term 1 election: Requested vote from peers bdef737179c2459bbb2d604986876508 (127.0.235.3:38531), 2c19aa7c367b43379d88f188cf9ffca3 (127.0.235.2:33755)
I20260630 12:35:47.009874  5229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "265f5cff5868420ab399c7d5ca1e355e" candidate_uuid: "5f90c990e2d744b8ac5625ccf065ace0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bdef737179c2459bbb2d604986876508"
I20260630 12:35:47.010279  5155 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "265f5cff5868420ab399c7d5ca1e355e" candidate_uuid: "5f90c990e2d744b8ac5625ccf065ace0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c19aa7c367b43379d88f188cf9ffca3"
I20260630 12:35:47.010354  5229 raft_consensus.cc:3060] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:47.010872  5155 raft_consensus.cc:3060] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:47.015875  5229 raft_consensus.cc:2468] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f90c990e2d744b8ac5625ccf065ace0 in term 1.
I20260630 12:35:47.015892  5155 raft_consensus.cc:2468] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5f90c990e2d744b8ac5625ccf065ace0 in term 1.
I20260630 12:35:47.017102  5045 leader_election.cc:304] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c19aa7c367b43379d88f188cf9ffca3, 5f90c990e2d744b8ac5625ccf065ace0; no voters: 
I20260630 12:35:47.017781  5283 raft_consensus.cc:2804] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:47.018731  5283 raft_consensus.cc:697] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 1 LEADER]: Becoming Leader. State: Replica: 5f90c990e2d744b8ac5625ccf065ace0, State: Running, Role: LEADER
I20260630 12:35:47.019328  5283 consensus_queue.cc:237] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } }
I20260630 12:35:47.025838  4976 catalog_manager.cc:5697] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5f90c990e2d744b8ac5625ccf065ace0 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "5f90c990e2d744b8ac5625ccf065ace0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f90c990e2d744b8ac5625ccf065ace0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38369 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:47.315882  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:47.317799  5031 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:47.319645  5031 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:47.320020  5031 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:47.434625  5283 consensus_queue.cc:1048] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bdef737179c2459bbb2d604986876508" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:47.446730  5283 consensus_queue.cc:1048] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c19aa7c367b43379d88f188cf9ffca3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33755 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:48.325017  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:49.321056  5031 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:49.322289  5031 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:49.322578  5031 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:49.332687  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:50.340257  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:51.323369  5031 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:51.324549  5031 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:51.324791  5031 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:51.348080  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:52.355666  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:53.325649  5031 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:53.326812  5031 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:53.327045  5031 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:53.363842  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:54.371337  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:55.328183  5031 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:55.329784  5031 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:55.330106  5031 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:55.379213  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:56.385520  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:57.330993  5031 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:57.332267  5031 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:57.332579  5031 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:57.391819  5026 placement_policy_util.cc:411] tablet 265f5cff5868420ab399c7d5ca1e355e: detected majority of replicas (2 of 3) at location L0
I20260630 12:35:58.095304   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:35:58.121670   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:58.122519   940 tablet_replica.cc:333] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0: stopping tablet replica
I20260630 12:35:58.123159   940 raft_consensus.cc:2243] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:58.124168   940 raft_consensus.cc:2272] T 265f5cff5868420ab399c7d5ca1e355e P 5f90c990e2d744b8ac5625ccf065ace0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:58.144440   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:35:58.156186   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:35:58.175249   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:58.175896   940 tablet_replica.cc:333] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3: stopping tablet replica
I20260630 12:35:58.176442   940 raft_consensus.cc:2243] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:58.176954   940 raft_consensus.cc:2272] T 265f5cff5868420ab399c7d5ca1e355e P 2c19aa7c367b43379d88f188cf9ffca3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:58.195851   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:35:58.206682   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:35:58.226550   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:58.227169   940 tablet_replica.cc:333] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508: stopping tablet replica
I20260630 12:35:58.227726   940 raft_consensus.cc:2243] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:58.228227   940 raft_consensus.cc:2272] T 265f5cff5868420ab399c7d5ca1e355e P bdef737179c2459bbb2d604986876508 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:58.247028   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:35:58.257302   940 master.cc:562] Master@127.0.235.62:45461 shutting down...
I20260630 12:35:58.276927   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:58.277535   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:58.277874   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P e1bd7d57adaa458297755834a83a8b66: stopping tablet replica
I20260630 12:35:58.296367   940 master.cc:584] Master@127.0.235.62:45461 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13150 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:35:58.330744   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:34059
I20260630 12:35:58.331818   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:58.337666  5301 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:58.337672  5300 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:58.338140  5303 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:58.338929   940 server_base.cc:1061] running on GCE node
I20260630 12:35:58.339684   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:58.339883   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:58.340039   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822958340023 us; error 0 us; skew 500 ppm
I20260630 12:35:58.340508   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:58.342865   940 webserver.cc:533] Webserver started at http://127.0.235.62:36597/ using document root <none> and password file <none>
I20260630 12:35:58.343329   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:58.343531   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:58.343801   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:58.344910   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "bb03f07abcc146dc9a474f15d931c2a2"
format_stamp: "Formatted at 2026-06-30 12:35:58 on dist-test-slave-47x1"
I20260630 12:35:58.349184   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:58.352322  5308 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.353004   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:58.353267   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "bb03f07abcc146dc9a474f15d931c2a2"
format_stamp: "Formatted at 2026-06-30 12:35:58 on dist-test-slave-47x1"
I20260630 12:35:58.353549   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:58.371906   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:58.372999   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:58.409439   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:34059
I20260630 12:35:58.409529  5359 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:34059 every 8 connection(s)
I20260630 12:35:58.413327  5360 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:58.423969  5360 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2: Bootstrap starting.
I20260630 12:35:58.428282  5360 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:58.432010  5360 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2: No bootstrap required, opened a new log
I20260630 12:35:58.434093  5360 raft_consensus.cc:359] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb03f07abcc146dc9a474f15d931c2a2" member_type: VOTER }
I20260630 12:35:58.434474  5360 raft_consensus.cc:385] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:58.434638  5360 raft_consensus.cc:740] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb03f07abcc146dc9a474f15d931c2a2, State: Initialized, Role: FOLLOWER
I20260630 12:35:58.435089  5360 consensus_queue.cc:260] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bb03f07abcc146dc9a474f15d931c2a2" member_type: VOTER }
I20260630 12:35:58.435518  5360 raft_consensus.cc:399] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:58.435729  5360 raft_consensus.cc:493] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:58.435935  5360 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:58.439808  5360 raft_consensus.cc:515] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb03f07abcc146dc9a474f15d931c2a2" member_type: VOTER }
I20260630 12:35:58.440227  5360 leader_election.cc:304] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [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: bb03f07abcc146dc9a474f15d931c2a2; no voters: 
I20260630 12:35:58.441175  5360 leader_election.cc:290] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:58.441471  5363 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:58.442795  5363 raft_consensus.cc:697] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 1 LEADER]: Becoming Leader. State: Replica: bb03f07abcc146dc9a474f15d931c2a2, State: Running, Role: LEADER
I20260630 12:35:58.443454  5363 consensus_queue.cc:237] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [LEADER]: Queue going to LEADER mode. State: All 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: "bb03f07abcc146dc9a474f15d931c2a2" member_type: VOTER }
I20260630 12:35:58.444208  5360 sys_catalog.cc:565] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:58.446429  5364 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "bb03f07abcc146dc9a474f15d931c2a2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb03f07abcc146dc9a474f15d931c2a2" member_type: VOTER } }
I20260630 12:35:58.446501  5365 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader bb03f07abcc146dc9a474f15d931c2a2. Latest consensus state: current_term: 1 leader_uuid: "bb03f07abcc146dc9a474f15d931c2a2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb03f07abcc146dc9a474f15d931c2a2" member_type: VOTER } }
I20260630 12:35:58.447214  5365 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:58.447155  5364 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:58.451016  5369 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:58.456065  5369 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:58.459681   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:58.464754  5369 catalog_manager.cc:1383] Generated new cluster ID: 23215f3447ad4a3fa42c4db755801555
I20260630 12:35:58.465077  5369 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:58.478819  5369 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:58.480052  5369 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:58.493433  5369 catalog_manager.cc:6070] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2: Generated new TSK 0
I20260630 12:35:58.494004  5369 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:58.526515   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:58.532188  5381 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:58.533255  5382 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:58.535073   940 server_base.cc:1061] running on GCE node
W20260630 12:35:58.535172  5384 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:58.536150   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:58.536355   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:58.536530   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822958536512 us; error 0 us; skew 500 ppm
I20260630 12:35:58.537019   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:58.539155   940 webserver.cc:533] Webserver started at http://127.0.235.1:38125/ using document root <none> and password file <none>
I20260630 12:35:58.539604   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:58.539798   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:58.540062   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:58.541087   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "2c14a24629544ab48aa927f57d1c3ff6"
format_stamp: "Formatted at 2026-06-30 12:35:58 on dist-test-slave-47x1"
I20260630 12:35:58.545404   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:35:58.548424  5389 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.549095   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:58.549367   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "2c14a24629544ab48aa927f57d1c3ff6"
format_stamp: "Formatted at 2026-06-30 12:35:58 on dist-test-slave-47x1"
I20260630 12:35:58.549633   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:58.575507   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:58.576596   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:58.577939   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:58.580084   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:58.580271   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.580533   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:58.580700   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.618803   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:44625
I20260630 12:35:58.618923  5451 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:44625 every 8 connection(s)
I20260630 12:35:58.624907   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:58.632685  5456 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:58.633003  5457 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:58.637022  5459 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:58.637550   940 server_base.cc:1061] running on GCE node
I20260630 12:35:58.638433   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:58.638669   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:58.638867   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822958638843 us; error 0 us; skew 500 ppm
I20260630 12:35:58.639432   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:58.642114   940 webserver.cc:533] Webserver started at http://127.0.235.2:38579/ using document root <none> and password file <none>
I20260630 12:35:58.642408  5452 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34059
I20260630 12:35:58.642668   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:58.642776  5452 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:58.642957   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:58.643361   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:58.643659  5452 heartbeater.cc:507] Master 127.0.235.62:34059 requested a full tablet report, sending...
I20260630 12:35:58.644655   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "52300a29e4eb452c967b5d5670f508c3"
format_stamp: "Formatted at 2026-06-30 12:35:58 on dist-test-slave-47x1"
I20260630 12:35:58.645844  5325 ts_manager.cc:194] Registered new tserver with Master: 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625)
I20260630 12:35:58.648396  5325 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57204
I20260630 12:35:58.650557   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260630 12:35:58.654095  5464 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.654788   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:58.655072   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "52300a29e4eb452c967b5d5670f508c3"
format_stamp: "Formatted at 2026-06-30 12:35:58 on dist-test-slave-47x1"
I20260630 12:35:58.655294   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:58.679464   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:58.680485   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:58.681763   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:58.683835   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:58.684013   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.684281   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:58.684437   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.721716   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:44547
I20260630 12:35:58.721810  5526 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:44547 every 8 connection(s)
I20260630 12:35:58.726516   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:58.733405  5530 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:58.734313  5531 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:35:58.736405  5533 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:35:58.738833  5527 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34059
I20260630 12:35:58.738927   940 server_base.cc:1061] running on GCE node
I20260630 12:35:58.739372  5527 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:58.739916   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:58.740162   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:35:58.740080  5527 heartbeater.cc:507] Master 127.0.235.62:34059 requested a full tablet report, sending...
I20260630 12:35:58.740509   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822958740487 us; error 0 us; skew 500 ppm
I20260630 12:35:58.741127   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:58.742353  5325 ts_manager.cc:194] Registered new tserver with Master: 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:35:58.743633   940 webserver.cc:533] Webserver started at http://127.0.235.3:42715/ using document root <none> and password file <none>
I20260630 12:35:58.743935  5325 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57214
I20260630 12:35:58.744123   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:58.744410   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:58.744701   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:58.746251   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "4afee209007b49e2949b3a007fa79a8e"
format_stamp: "Formatted at 2026-06-30 12:35:58 on dist-test-slave-47x1"
I20260630 12:35:58.750192   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:35:58.753157  5538 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.753976   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:58.754345   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "4afee209007b49e2949b3a007fa79a8e"
format_stamp: "Formatted at 2026-06-30 12:35:58 on dist-test-slave-47x1"
I20260630 12:35:58.754760   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:35:58.768493   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:58.769519   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:58.770910   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:58.772897   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:58.773113   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.773334   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:58.773510   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:58.810364   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:43471
I20260630 12:35:58.810467  5600 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:43471 every 8 connection(s)
I20260630 12:35:58.823274  5601 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34059
I20260630 12:35:58.823572  5601 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:58.824169  5601 heartbeater.cc:507] Master 127.0.235.62:34059 requested a full tablet report, sending...
I20260630 12:35:58.825898  5325 ts_manager.cc:194] Registered new tserver with Master: 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:35:58.826690   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013158721s
I20260630 12:35:58.827265  5325 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57220
I20260630 12:35:59.651316  5452 heartbeater.cc:499] Master 127.0.235.62:34059 was elected leader, sending a full tablet report...
I20260630 12:35:59.746551  5527 heartbeater.cc:499] Master 127.0.235.62:34059 was elected leader, sending a full tablet report...
I20260630 12:35:59.829685  5601 heartbeater.cc:499] Master 127.0.235.62:34059 was elected leader, sending a full tablet report...
I20260630 12:35:59.878867  5325 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57236:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu""\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:35:59.881951  5325 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:35:59.954900  5566 tablet_service.cc:1511] Processing CreateTablet for tablet 35a1e930bf1843798efbbd07ebbccb16 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:35:59.955247  5492 tablet_service.cc:1511] Processing CreateTablet for tablet 35a1e930bf1843798efbbd07ebbccb16 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:35:59.956406  5566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35a1e930bf1843798efbbd07ebbccb16. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.957124  5492 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35a1e930bf1843798efbbd07ebbccb16. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.966698  5491 tablet_service.cc:1511] Processing CreateTablet for tablet a3476ac36fa348cc89a69ffa742030ca (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:35:59.968040  5491 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a3476ac36fa348cc89a69ffa742030ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.967794  5565 tablet_service.cc:1511] Processing CreateTablet for tablet a3476ac36fa348cc89a69ffa742030ca (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:35:59.969089  5565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a3476ac36fa348cc89a69ffa742030ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.970531  5417 tablet_service.cc:1511] Processing CreateTablet for tablet 35a1e930bf1843798efbbd07ebbccb16 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:35:59.971781  5417 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35a1e930bf1843798efbbd07ebbccb16. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.975195  5416 tablet_service.cc:1511] Processing CreateTablet for tablet a3476ac36fa348cc89a69ffa742030ca (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:35:59.976719  5416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a3476ac36fa348cc89a69ffa742030ca. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.977363  5564 tablet_service.cc:1511] Processing CreateTablet for tablet 826e1e1bc8cc40e18f02ac4019c02191 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:35:59.978821  5564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 826e1e1bc8cc40e18f02ac4019c02191. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.979290  5414 tablet_service.cc:1511] Processing CreateTablet for tablet 0a3bde5e5cf44bb19d85be6febb020a1 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:35:59.980564  5414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a3bde5e5cf44bb19d85be6febb020a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.983124  5490 tablet_service.cc:1511] Processing CreateTablet for tablet 826e1e1bc8cc40e18f02ac4019c02191 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:35:59.984360  5490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 826e1e1bc8cc40e18f02ac4019c02191. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:59.987138  5415 tablet_service.cc:1511] Processing CreateTablet for tablet 826e1e1bc8cc40e18f02ac4019c02191 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:35:59.988404  5415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 826e1e1bc8cc40e18f02ac4019c02191. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.003919  5489 tablet_service.cc:1511] Processing CreateTablet for tablet 0a3bde5e5cf44bb19d85be6febb020a1 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:00.005761  5489 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a3bde5e5cf44bb19d85be6febb020a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.007499  5413 tablet_service.cc:1511] Processing CreateTablet for tablet f4732b38a8cf48f1a08293c1561b5c89 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:00.008797  5413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4732b38a8cf48f1a08293c1561b5c89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.017383  5488 tablet_service.cc:1511] Processing CreateTablet for tablet f4732b38a8cf48f1a08293c1561b5c89 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:00.018711  5488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4732b38a8cf48f1a08293c1561b5c89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.026852  5621 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.030341  5566 tablet_service.cc:1511] Processing CreateTablet for tablet f4732b38a8cf48f1a08293c1561b5c89 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:00.031617  5566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f4732b38a8cf48f1a08293c1561b5c89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.032047  5412 tablet_service.cc:1511] Processing CreateTablet for tablet ea158e28b42a462c859d18fcdcfa8b3c (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:00.033443  5412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea158e28b42a462c859d18fcdcfa8b3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.034595  5621 tablet_bootstrap.cc:654] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.046140  5491 tablet_service.cc:1511] Processing CreateTablet for tablet ea158e28b42a462c859d18fcdcfa8b3c (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:00.047863  5491 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea158e28b42a462c859d18fcdcfa8b3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.050688  5622 tablet_bootstrap.cc:492] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.051004  5565 tablet_service.cc:1511] Processing CreateTablet for tablet 0a3bde5e5cf44bb19d85be6febb020a1 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:00.052240  5565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a3bde5e5cf44bb19d85be6febb020a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.054226  5564 tablet_service.cc:1511] Processing CreateTablet for tablet ea158e28b42a462c859d18fcdcfa8b3c (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:00.055440  5564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea158e28b42a462c859d18fcdcfa8b3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.061353  5411 tablet_service.cc:1511] Processing CreateTablet for tablet bb8afe10128544d98c46fc940e032ff5 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:00.062701  5411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb8afe10128544d98c46fc940e032ff5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.077328  5621 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.081403  5488 tablet_service.cc:1511] Processing CreateTablet for tablet bb8afe10128544d98c46fc940e032ff5 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:00.084203  5621 ts_tablet_manager.cc:1403] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.058s	user 0.008s	sys 0.004s
I20260630 12:36:00.084812  5488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb8afe10128544d98c46fc940e032ff5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.087114  5621 raft_consensus.cc:359] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.083734  5622 tablet_bootstrap.cc:654] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.087862  5621 raft_consensus.cc:385] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.088200  5621 raft_consensus.cc:740] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.088990  5621 consensus_queue.cc:260] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.093801  5565 tablet_service.cc:1511] Processing CreateTablet for tablet bb8afe10128544d98c46fc940e032ff5 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:00.095148  5565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb8afe10128544d98c46fc940e032ff5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.095788  5413 tablet_service.cc:1511] Processing CreateTablet for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:00.096419  5490 tablet_service.cc:1511] Processing CreateTablet for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:00.097594  5490 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.097733  5413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.109405  5623 tablet_bootstrap.cc:492] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.112506  5566 tablet_service.cc:1511] Processing CreateTablet for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:00.114144  5566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.123662  5621 ts_tablet_manager.cc:1434] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.039s	user 0.014s	sys 0.010s
I20260630 12:36:00.127638  5489 tablet_service.cc:1511] Processing CreateTablet for tablet 7483ce78be4a4a96bc565cb66c9e1098 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:00.128825  5489 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7483ce78be4a4a96bc565cb66c9e1098. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.130254  5565 tablet_service.cc:1511] Processing CreateTablet for tablet 7483ce78be4a4a96bc565cb66c9e1098 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:00.131487  5565 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7483ce78be4a4a96bc565cb66c9e1098. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.133149  5492 tablet_service.cc:1511] Processing CreateTablet for tablet 2bf43604c08444429a9d087646b605af (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:00.134374  5492 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2bf43604c08444429a9d087646b605af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.135262  5414 tablet_service.cc:1511] Processing CreateTablet for tablet 2bf43604c08444429a9d087646b605af (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:00.136459  5414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2bf43604c08444429a9d087646b605af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.125842  5411 tablet_service.cc:1511] Processing CreateTablet for tablet 7483ce78be4a4a96bc565cb66c9e1098 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:00.138895  5411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7483ce78be4a4a96bc565cb66c9e1098. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.143151  5412 tablet_service.cc:1511] Processing CreateTablet for tablet 53d53924d7014972947d935a1275c0b1 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:00.145455  5412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53d53924d7014972947d935a1275c0b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.146947  5564 tablet_service.cc:1511] Processing CreateTablet for tablet 2bf43604c08444429a9d087646b605af (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:00.148149  5564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2bf43604c08444429a9d087646b605af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.155988  5488 tablet_service.cc:1511] Processing CreateTablet for tablet 53d53924d7014972947d935a1275c0b1 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:00.158524  5488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53d53924d7014972947d935a1275c0b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.159327  5621 tablet_bootstrap.cc:492] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.179201  5623 tablet_bootstrap.cc:654] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.182664  5622 tablet_bootstrap.cc:492] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.183151  5622 ts_tablet_manager.cc:1403] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.133s	user 0.007s	sys 0.018s
I20260630 12:36:00.191790  5416 tablet_service.cc:1511] Processing CreateTablet for tablet dff6d287cb3c4bf2a7888e7b2c0c36ff (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:00.193063  5416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dff6d287cb3c4bf2a7888e7b2c0c36ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.195991  5563 tablet_service.cc:1511] Processing CreateTablet for tablet dff6d287cb3c4bf2a7888e7b2c0c36ff (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:00.196394  5621 tablet_bootstrap.cc:654] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.197319  5563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dff6d287cb3c4bf2a7888e7b2c0c36ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.185904  5622 raft_consensus.cc:359] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.202692  5622 raft_consensus.cc:385] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.203049  5622 raft_consensus.cc:740] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.204000  5622 consensus_queue.cc:260] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.213486  5623 tablet_bootstrap.cc:492] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.214071  5623 ts_tablet_manager.cc:1403] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.105s	user 0.012s	sys 0.006s
I20260630 12:36:00.216945  5623 raft_consensus.cc:359] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.217823  5623 raft_consensus.cc:385] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.218533  5623 raft_consensus.cc:740] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.219627  5623 consensus_queue.cc:260] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.221657  5566 tablet_service.cc:1511] Processing CreateTablet for tablet 53d53924d7014972947d935a1275c0b1 (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:00.223495  5566 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53d53924d7014972947d935a1275c0b1. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:36:00.228744  5528 tablet.cc:2406] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:00.231700  5621 tablet_bootstrap.cc:492] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.232245  5621 ts_tablet_manager.cc:1403] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.073s	user 0.025s	sys 0.017s
I20260630 12:36:00.220942  5491 tablet_service.cc:1511] Processing CreateTablet for tablet dff6d287cb3c4bf2a7888e7b2c0c36ff (DEFAULT_TABLE table=test-workload [id=cf88c528f1d1410da293c2c763e3016c]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:00.234781  5491 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dff6d287cb3c4bf2a7888e7b2c0c36ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:00.235365  5621 raft_consensus.cc:359] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.236111  5621 raft_consensus.cc:385] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.236454  5621 raft_consensus.cc:740] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.237356  5621 consensus_queue.cc:260] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.221767  5622 ts_tablet_manager.cc:1434] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.038s	user 0.010s	sys 0.000s
I20260630 12:36:00.239464  5623 ts_tablet_manager.cc:1434] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.025s	user 0.011s	sys 0.009s
I20260630 12:36:00.240437  5622 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.240448  5623 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.247424  5621 ts_tablet_manager.cc:1434] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260630 12:36:00.248298  5621 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.254035  5622 tablet_bootstrap.cc:654] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.258512  5621 tablet_bootstrap.cc:654] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.260176  5623 tablet_bootstrap.cc:654] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.260748  5622 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.261236  5622 ts_tablet_manager.cc:1403] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.000s
I20260630 12:36:00.264053  5622 raft_consensus.cc:359] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.264816  5622 raft_consensus.cc:385] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.265172  5622 raft_consensus.cc:740] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.266057  5622 consensus_queue.cc:260] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.274341  5622 ts_tablet_manager.cc:1434] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:36:00.278616  5622 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.279500  5623 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.280251  5623 ts_tablet_manager.cc:1403] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.040s	user 0.021s	sys 0.005s
I20260630 12:36:00.283527  5622 tablet_bootstrap.cc:654] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.284061  5623 raft_consensus.cc:359] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.285034  5623 raft_consensus.cc:385] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.285476  5623 raft_consensus.cc:740] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.286211  5623 consensus_queue.cc:260] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.287554  5621 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.288062  5621 ts_tablet_manager.cc:1403] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.040s	user 0.019s	sys 0.013s
I20260630 12:36:00.288483  5623 ts_tablet_manager.cc:1434] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:00.288513  5622 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.289367  5622 ts_tablet_manager.cc:1403] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.011s	user 0.010s	sys 0.000s
I20260630 12:36:00.289722  5623 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.290980  5621 raft_consensus.cc:359] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.291741  5621 raft_consensus.cc:385] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.292073  5621 raft_consensus.cc:740] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.292233  5622 raft_consensus.cc:359] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.292960  5622 raft_consensus.cc:385] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.293406  5622 raft_consensus.cc:740] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.292997  5621 consensus_queue.cc:260] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.294180  5622 consensus_queue.cc:260] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.295691  5629 raft_consensus.cc:493] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.296352  5622 ts_tablet_manager.cc:1434] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:00.296156  5629 raft_consensus.cc:515] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.297366  5622 tablet_bootstrap.cc:492] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.299111  5621 ts_tablet_manager.cc:1434] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260630 12:36:00.300127  5621 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.304078  5622 tablet_bootstrap.cc:654] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.305629  5623 tablet_bootstrap.cc:654] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.306915  5621 tablet_bootstrap.cc:654] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.315932  5622 tablet_bootstrap.cc:492] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.316530  5622 ts_tablet_manager.cc:1403] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260630 12:36:00.318331  5638 raft_consensus.cc:493] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.319242  5629 leader_election.cc:290] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.318956  5638 raft_consensus.cc:515] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.320291  5622 raft_consensus.cc:359] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.321329  5622 raft_consensus.cc:385] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.321753  5622 raft_consensus.cc:740] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.323926  5622 consensus_queue.cc:260] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.324759  5621 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.325248  5621 ts_tablet_manager.cc:1403] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.005s
I20260630 12:36:00.322657  5638 leader_election.cc:290] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.326249  5622 ts_tablet_manager.cc:1434] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:36:00.327265  5622 tablet_bootstrap.cc:492] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.328022  5621 raft_consensus.cc:359] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.328732  5621 raft_consensus.cc:385] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.329030  5621 raft_consensus.cc:740] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.329761  5621 consensus_queue.cc:260] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.332059  5621 ts_tablet_manager.cc:1434] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:00.333045  5621 tablet_bootstrap.cc:492] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.334167  5622 tablet_bootstrap.cc:654] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.337684  5625 raft_consensus.cc:493] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.338195  5625 raft_consensus.cc:515] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.340159  5621 tablet_bootstrap.cc:654] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.345036  5625 leader_election.cc:290] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.355640  5623 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.358733  5622 tablet_bootstrap.cc:492] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.359622  5629 raft_consensus.cc:493] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.360715  5629 raft_consensus.cc:515] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.362620  5629 leader_election.cc:290] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471), 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625)
I20260630 12:36:00.362942  5621 tablet_bootstrap.cc:492] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.363463  5621 ts_tablet_manager.cc:1403] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.009s
I20260630 12:36:00.363627  5622 ts_tablet_manager.cc:1403] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.037s	user 0.013s	sys 0.006s
I20260630 12:36:00.366461  5622 raft_consensus.cc:359] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.366708  5621 raft_consensus.cc:359] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.367523  5621 raft_consensus.cc:385] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.367419  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.367928  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.367780  5623 ts_tablet_manager.cc:1403] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.078s	user 0.013s	sys 0.007s
I20260630 12:36:00.368083  5621 raft_consensus.cc:740] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.369050  5621 consensus_queue.cc:260] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.367189  5622 raft_consensus.cc:385] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.370043  5622 raft_consensus.cc:740] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.370065  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.370908  5426 raft_consensus.cc:2468] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.371007  5622 consensus_queue.cc:260] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.373404  5622 ts_tablet_manager.cc:1434] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.000s
I20260630 12:36:00.374365  5622 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.377097  5629 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.377622  5621 ts_tablet_manager.cc:1434] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:36:00.377574  5629 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.378664  5621 tablet_bootstrap.cc:492] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
W20260630 12:36:00.379400  5466 leader_election.cc:343] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.379703  5629 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.379433  5625 raft_consensus.cc:493] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.380630  5625 raft_consensus.cc:515] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.383378  5625 leader_election.cc:290] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
W20260630 12:36:00.380077  5466 leader_election.cc:343] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.384814  5621 tablet_bootstrap.cc:654] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.384243  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.371201  5623 raft_consensus.cc:359] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.386137  5466 leader_election.cc:304] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.386495  5623 raft_consensus.cc:385] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.388219  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.388392  5629 raft_consensus.cc:2804] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.388688  5623 raft_consensus.cc:740] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.388831  5629 raft_consensus.cc:493] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.389266  5629 raft_consensus.cc:3060] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.389293  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.389631  5623 consensus_queue.cc:260] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.389981  5427 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
W20260630 12:36:00.387362  5540 leader_election.cc:343] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.390780  5622 tablet_bootstrap.cc:654] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.396989  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.397596  5625 raft_consensus.cc:493] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.397742  5576 raft_consensus.cc:2468] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.396868  5629 raft_consensus.cc:515] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.393327  5638 raft_consensus.cc:493] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.398087  5625 raft_consensus.cc:515] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.398655  5638 raft_consensus.cc:515] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.399982  5629 leader_election.cc:290] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Requested vote from peers 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471), 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625)
I20260630 12:36:00.400588  5625 leader_election.cc:290] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.400683  5638 leader_election.cc:290] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.401243  5426 raft_consensus.cc:2468] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.402449  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.403134  5576 raft_consensus.cc:2468] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.404104  5575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.404706  5575 raft_consensus.cc:2468] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.404870  5573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:00.405460  5573 raft_consensus.cc:3060] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.405854  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.406167  5540 leader_election.cc:304] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:00.406558  5574 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.407179  5625 raft_consensus.cc:2804] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.407563  5625 raft_consensus.cc:493] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.407678  5572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4732b38a8cf48f1a08293c1561b5c89" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.407917  5625 raft_consensus.cc:3060] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.402586  5621 tablet_bootstrap.cc:492] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.409330  5621 ts_tablet_manager.cc:1403] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.031s	user 0.003s	sys 0.012s
I20260630 12:36:00.410887  5623 ts_tablet_manager.cc:1434] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.042s	user 0.004s	sys 0.002s
I20260630 12:36:00.411842  5623 tablet_bootstrap.cc:492] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.412388  5621 raft_consensus.cc:359] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.412927  5468 leader_election.cc:304] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:00.413205  5621 raft_consensus.cc:385] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.413518  5621 raft_consensus.cc:740] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.400247  5466 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 
W20260630 12:36:00.415105  5468 leader_election.cc:343] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.415787  5468 leader_election.cc:304] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:00.417965  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.422087  5638 raft_consensus.cc:2804] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.419680  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4732b38a8cf48f1a08293c1561b5c89" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.422631  5638 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.420532  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.423398  5427 raft_consensus.cc:3060] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.423493  5502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.424676  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.425251  5623 tablet_bootstrap.cc:654] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.425338  5501 raft_consensus.cc:2468] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.426657  5573 raft_consensus.cc:2468] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.426726  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.415931  5629 raft_consensus.cc:2804] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.427634  5629 raft_consensus.cc:493] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.428073  5629 raft_consensus.cc:3060] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:00.422164  5540 leader_election.cc:343] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:00.431448  5541 leader_election.cc:343] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:00.432844  5466 leader_election.cc:343] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.433405  5466 leader_election.cc:304] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [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: 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:00.422982  5638 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.433735  5541 leader_election.cc:304] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [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: 4afee209007b49e2949b3a007fa79a8e; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:00.418994  5621 consensus_queue.cc:260] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.442874  5648 raft_consensus.cc:2804] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.444092  5629 raft_consensus.cc:515] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.444546  5427 raft_consensus.cc:2468] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.415378  5625 raft_consensus.cc:515] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.446823  5468 leader_election.cc:304] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.447816  5502 raft_consensus.cc:2393] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4afee209007b49e2949b3a007fa79a8e in current term 1: Already voted for candidate 52300a29e4eb452c967b5d5670f508c3 in this term.
I20260630 12:36:00.447826  5623 tablet_bootstrap.cc:492] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.445030  5648 raft_consensus.cc:493] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.449730  5622 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.450039  5651 raft_consensus.cc:2749] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:00.450608  5622 ts_tablet_manager.cc:1403] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.076s	user 0.011s	sys 0.006s
I20260630 12:36:00.449378  5648 raft_consensus.cc:3060] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.452422  5541 leader_election.cc:304] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [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: 4afee209007b49e2949b3a007fa79a8e; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:00.456223  5651 raft_consensus.cc:3060] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:00.457587  5373 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:00.462620  5650 raft_consensus.cc:2749] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:00.455557  5623 ts_tablet_manager.cc:1403] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.044s	user 0.006s	sys 0.013s
I20260630 12:36:00.466562  5625 leader_election.cc:290] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.468640  5502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:00.470199  5629 leader_election.cc:290] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.469307  5623 raft_consensus.cc:359] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.471239  5623 raft_consensus.cc:385] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.470988  5622 raft_consensus.cc:359] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.471768  5623 raft_consensus.cc:740] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.472040  5622 raft_consensus.cc:385] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.472946  5622 raft_consensus.cc:740] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.474170  5622 consensus_queue.cc:260] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.475488  5623 consensus_queue.cc:260] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.478379  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.463719  5650 raft_consensus.cc:2804] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.479568  5650 raft_consensus.cc:697] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Leader. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:00.480609  5622 ts_tablet_manager.cc:1434] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.030s	user 0.002s	sys 0.006s
I20260630 12:36:00.480538  5650 consensus_queue.cc:237] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } }
I20260630 12:36:00.481921  5622 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.478375  5623 ts_tablet_manager.cc:1434] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.003s
I20260630 12:36:00.477569  5648 raft_consensus.cc:515] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.486420  5638 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.488647  5638 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.486418  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.489434  5502 raft_consensus.cc:2393] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 4afee209007b49e2949b3a007fa79a8e in current term 1: Already voted for candidate 52300a29e4eb452c967b5d5670f508c3 in this term.
I20260630 12:36:00.489573  5427 raft_consensus.cc:3060] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:00.490051  5466 leader_election.cc:343] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.490465  5648 leader_election.cc:290] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.491854  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.491948  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.492461  5425 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.493613  5651 raft_consensus.cc:2749] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:00.493840  5623 tablet_bootstrap.cc:492] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.495381  5621 ts_tablet_manager.cc:1434] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.086s	user 0.029s	sys 0.017s
I20260630 12:36:00.496381  5621 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.497530  5425 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.498533  5573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:00.500694  5623 tablet_bootstrap.cc:654] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.501446  5622 tablet_bootstrap.cc:654] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.504849  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:00.505640  5576 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.507294  5466 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.508085  5648 raft_consensus.cc:2804] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.508563  5648 raft_consensus.cc:697] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Leader. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:00.509442  5621 tablet_bootstrap.cc:654] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.509312  5648 consensus_queue.cc:237] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.516458  5322 catalog_manager.cc:5697] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:00.527056  5572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:00.527834  5572 raft_consensus.cc:2393] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 52300a29e4eb452c967b5d5670f508c3 in current term 1: Already voted for candidate 4afee209007b49e2949b3a007fa79a8e in this term.
I20260630 12:36:00.529302  5468 leader_election.cc:304] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [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: 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:00.530416  5638 raft_consensus.cc:2749] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:36:00.530913  5576 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.525597  5573 raft_consensus.cc:2468] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.534551  5468 leader_election.cc:304] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:00.535526  5648 raft_consensus.cc:2804] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.536000  5648 raft_consensus.cc:697] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Leader. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:00.536362  5621 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.536916  5621 ts_tablet_manager.cc:1403] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.041s	user 0.015s	sys 0.015s
I20260630 12:36:00.536845  5648 consensus_queue.cc:237] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.537933  5622 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.538486  5622 ts_tablet_manager.cc:1403] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.057s	user 0.020s	sys 0.005s
I20260630 12:36:00.539245  5427 raft_consensus.cc:2468] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.540190  5621 raft_consensus.cc:359] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.540928  5621 raft_consensus.cc:385] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.541056  5540 leader_election.cc:304] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [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: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:00.541302  5621 raft_consensus.cc:740] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.541358  5622 raft_consensus.cc:359] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.542184  5622 raft_consensus.cc:385] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.542501  5622 raft_consensus.cc:740] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.542318  5621 consensus_queue.cc:260] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.542662  5652 raft_consensus.cc:2804] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.543359  5652 raft_consensus.cc:697] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Becoming Leader. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:00.544701  5621 ts_tablet_manager.cc:1434] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.004s
I20260630 12:36:00.544446  5652 consensus_queue.cc:237] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.546319  5638 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.546804  5638 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.548997  5638 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.549783  5621 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.551069  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
W20260630 12:36:00.552688  5466 leader_election.cc:343] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.543362  5622 consensus_queue.cc:260] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.554072  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.554687  5576 raft_consensus.cc:2468] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.555177  5622 ts_tablet_manager.cc:1434] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260630 12:36:00.556061  5468 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:00.558399  5638 raft_consensus.cc:2804] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.558755  5638 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.559130  5638 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.559792  5622 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.560491  5621 tablet_bootstrap.cc:654] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.566762  5638 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.568521  5622 tablet_bootstrap.cc:654] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.569523  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
W20260630 12:36:00.574556  5466 leader_election.cc:343] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.578161  5325 catalog_manager.cc:5697] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4afee209007b49e2949b3a007fa79a8e (127.0.235.3). New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:00.585053  5638 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.586148  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:00.586722  5576 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.587080  5621 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.581734  5324 catalog_manager.cc:5697] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:00.587587  5621 ts_tablet_manager.cc:1403] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.038s	user 0.011s	sys 0.006s
I20260630 12:36:00.588891  5324 catalog_manager.cc:5697] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:00.590188  5621 raft_consensus.cc:359] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.591012  5621 raft_consensus.cc:385] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.591331  5621 raft_consensus.cc:740] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.591984  5621 consensus_queue.cc:260] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.593575  5576 raft_consensus.cc:2468] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.594069  5623 tablet_bootstrap.cc:492] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.594518  5623 ts_tablet_manager.cc:1403] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.101s	user 0.014s	sys 0.032s
I20260630 12:36:00.594815  5468 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:00.595623  5621 ts_tablet_manager.cc:1434] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:36:00.595590  5638 raft_consensus.cc:2804] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.596305  5638 raft_consensus.cc:697] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Leader. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:00.596711  5621 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.597055  5638 consensus_queue.cc:237] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.600342  5622 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.600850  5622 ts_tablet_manager.cc:1403] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.041s	user 0.014s	sys 0.011s
I20260630 12:36:00.602494  5621 tablet_bootstrap.cc:654] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.604079  5622 raft_consensus.cc:359] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.604833  5622 raft_consensus.cc:385] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.605115  5622 raft_consensus.cc:740] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.597246  5623 raft_consensus.cc:359] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.605796  5622 consensus_queue.cc:260] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.608897  5622 ts_tablet_manager.cc:1434] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:36:00.609784  5622 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.607098  5623 raft_consensus.cc:385] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.611126  5623 raft_consensus.cc:740] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.612085  5623 consensus_queue.cc:260] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.612903  5621 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.613389  5621 ts_tablet_manager.cc:1403] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.017s	user 0.004s	sys 0.012s
I20260630 12:36:00.615015  5622 tablet_bootstrap.cc:654] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.615958  5621 raft_consensus.cc:359] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.616644  5621 raft_consensus.cc:385] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.616972  5623 ts_tablet_manager.cc:1434] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.022s	user 0.004s	sys 0.002s
I20260630 12:36:00.616945  5621 raft_consensus.cc:740] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.618134  5623 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.618090  5621 consensus_queue.cc:260] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.620296  5621 ts_tablet_manager.cc:1434] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:36:00.623795  5621 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.624869  5623 tablet_bootstrap.cc:654] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.626855  5622 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.627403  5622 ts_tablet_manager.cc:1403] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.004s
I20260630 12:36:00.629956  5622 raft_consensus.cc:359] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.630779  5622 raft_consensus.cc:385] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.631108  5622 raft_consensus.cc:740] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.631922  5622 consensus_queue.cc:260] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.632572  5621 tablet_bootstrap.cc:654] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.634171  5622 ts_tablet_manager.cc:1434] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:36:00.635097  5622 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.640416  5622 tablet_bootstrap.cc:654] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.641008  5322 catalog_manager.cc:5697] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:00.644747  5623 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.645234  5623 ts_tablet_manager.cc:1403] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.011s
I20260630 12:36:00.648984  5623 raft_consensus.cc:359] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.649353  5622 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.649362  5621 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.649686  5623 raft_consensus.cc:385] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.649888  5622 ts_tablet_manager.cc:1403] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.015s	user 0.003s	sys 0.006s
I20260630 12:36:00.649947  5621 ts_tablet_manager.cc:1403] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.001s
I20260630 12:36:00.650071  5623 raft_consensus.cc:740] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.651067  5623 consensus_queue.cc:260] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.652716  5621 raft_consensus.cc:359] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.653061  5622 raft_consensus.cc:359] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.653394  5621 raft_consensus.cc:385] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.653707  5622 raft_consensus.cc:385] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.653802  5621 raft_consensus.cc:740] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.654070  5622 raft_consensus.cc:740] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.654613  5621 consensus_queue.cc:260] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.656525  5621 ts_tablet_manager.cc:1434] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:00.654760  5622 consensus_queue.cc:260] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.656618  5623 ts_tablet_manager.cc:1434] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260630 12:36:00.657824  5623 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.658485  5630 raft_consensus.cc:493] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.658419  5622 ts_tablet_manager.cc:1434] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:00.659011  5630 raft_consensus.cc:515] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.660280  5622 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.663228  5621 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.666255  5622 tablet_bootstrap.cc:654] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.673827  5621 tablet_bootstrap.cc:654] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.674642  5623 tablet_bootstrap.cc:654] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.675050  5630 leader_election.cc:290] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.679458  5622 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.679939  5622 ts_tablet_manager.cc:1403] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.003s
I20260630 12:36:00.679978  5623 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.680586  5623 ts_tablet_manager.cc:1403] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.002s
I20260630 12:36:00.682737  5622 raft_consensus.cc:359] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.683436  5621 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.683449  5622 raft_consensus.cc:385] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.684037  5621 ts_tablet_manager.cc:1403] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.021s	user 0.005s	sys 0.004s
I20260630 12:36:00.683967  5622 raft_consensus.cc:740] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.684912  5622 consensus_queue.cc:260] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.686583  5621 raft_consensus.cc:359] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.687134  5622 ts_tablet_manager.cc:1434] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:00.687314  5621 raft_consensus.cc:385] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.687608  5621 raft_consensus.cc:740] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.688215  5622 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3: Bootstrap starting.
I20260630 12:36:00.688241  5621 consensus_queue.cc:260] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.689503  5623 raft_consensus.cc:359] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.691484  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.692253  5576 raft_consensus.cc:2393] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2c14a24629544ab48aa927f57d1c3ff6 in current term 1: Already voted for candidate 52300a29e4eb452c967b5d5670f508c3 in this term.
I20260630 12:36:00.691650  5621 ts_tablet_manager.cc:1434] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:36:00.694095  5621 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: Bootstrap starting.
I20260630 12:36:00.695113  5623 raft_consensus.cc:385] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.695505  5623 raft_consensus.cc:740] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.696187  5622 tablet_bootstrap.cc:654] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.696391  5623 consensus_queue.cc:260] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.699258  5623 ts_tablet_manager.cc:1434] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.000s
I20260630 12:36:00.708546  5621 tablet_bootstrap.cc:654] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.708686  5622 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3: No bootstrap required, opened a new log
I20260630 12:36:00.709105  5623 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.709362  5622 ts_tablet_manager.cc:1403] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3: Time spent bootstrapping tablet: real 0.021s	user 0.008s	sys 0.008s
I20260630 12:36:00.711495  5652 raft_consensus.cc:493] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.711980  5652 raft_consensus.cc:515] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.712208  5622 raft_consensus.cc:359] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.713076  5622 raft_consensus.cc:385] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.713428  5622 raft_consensus.cc:740] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.714172  5652 leader_election.cc:290] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.714289  5622 consensus_queue.cc:260] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.715168  5502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.715742  5623 tablet_bootstrap.cc:654] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.715627  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4732b38a8cf48f1a08293c1561b5c89" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.716264  5500 raft_consensus.cc:2468] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.717319  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4732b38a8cf48f1a08293c1561b5c89" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.717752  5392 leader_election.cc:304] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:00.718902  5630 raft_consensus.cc:3060] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.717907  5427 raft_consensus.cc:2468] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.721084  5622 ts_tablet_manager.cc:1434] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.004s
I20260630 12:36:00.718809  5541 leader_election.cc:304] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.726265  5630 raft_consensus.cc:2749] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:00.727131  5652 raft_consensus.cc:2804] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.727389  5652 raft_consensus.cc:493] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.727586  5652 raft_consensus.cc:3060] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.733511  5621 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: No bootstrap required, opened a new log
I20260630 12:36:00.733912  5623 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.734074  5621 ts_tablet_manager.cc:1403] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: Time spent bootstrapping tablet: real 0.040s	user 0.009s	sys 0.016s
I20260630 12:36:00.734488  5623 ts_tablet_manager.cc:1403] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.006s
I20260630 12:36:00.736780  5621 raft_consensus.cc:359] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.737056  5623 raft_consensus.cc:359] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.737846  5623 raft_consensus.cc:385] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.737547  5621 raft_consensus.cc:385] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.738204  5623 raft_consensus.cc:740] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.738365  5621 raft_consensus.cc:740] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.738962  5623 consensus_queue.cc:260] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.739156  5621 consensus_queue.cc:260] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.739250  5652 raft_consensus.cc:515] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.740926  5623 ts_tablet_manager.cc:1434] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:36:00.741070  5621 ts_tablet_manager.cc:1434] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.001s
I20260630 12:36:00.747692  5623 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.752358  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4732b38a8cf48f1a08293c1561b5c89" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.752830  5427 raft_consensus.cc:3060] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.753188  5623 tablet_bootstrap.cc:654] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.754406  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4732b38a8cf48f1a08293c1561b5c89" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:00.754997  5500 raft_consensus.cc:3060] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.757670  5652 leader_election.cc:290] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.760581  5623 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.761121  5623 ts_tablet_manager.cc:1403] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:36:00.762526  5500 raft_consensus.cc:2468] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.763725  5541 leader_election.cc:304] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.763721  5427 raft_consensus.cc:2468] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.763670  5623 raft_consensus.cc:359] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.764546  5623 raft_consensus.cc:385] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.764734  5652 raft_consensus.cc:2804] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.764860  5623 raft_consensus.cc:740] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.765267  5652 raft_consensus.cc:697] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Becoming Leader. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:00.765555  5623 consensus_queue.cc:260] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.766059  5652 consensus_queue.cc:237] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.767536  5623 ts_tablet_manager.cc:1434] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:00.768420  5623 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.773815  5623 tablet_bootstrap.cc:654] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.775000  5324 catalog_manager.cc:5697] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4afee209007b49e2949b3a007fa79a8e (127.0.235.3). New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:00.778685  5623 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.779072  5623 ts_tablet_manager.cc:1403] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.011s	user 0.009s	sys 0.000s
I20260630 12:36:00.781149  5623 raft_consensus.cc:359] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.781749  5623 raft_consensus.cc:385] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.782038  5623 raft_consensus.cc:740] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.782618  5623 consensus_queue.cc:260] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.784490  5623 ts_tablet_manager.cc:1434] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:36:00.785199  5623 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.785702  5652 raft_consensus.cc:493] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.786146  5652 raft_consensus.cc:515] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.788275  5652 leader_election.cc:290] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.789007  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53d53924d7014972947d935a1275c0b1" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.789299  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53d53924d7014972947d935a1275c0b1" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.789642  5427 raft_consensus.cc:2468] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.789973  5500 raft_consensus.cc:2468] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.790349  5623 tablet_bootstrap.cc:654] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:00.790977  5540 leader_election.cc:304] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:00.791808  5652 raft_consensus.cc:2804] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.792200  5652 raft_consensus.cc:493] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.792551  5652 raft_consensus.cc:3060] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.794839  5623 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.795235  5623 ts_tablet_manager.cc:1403] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.010s	user 0.005s	sys 0.004s
I20260630 12:36:00.797185  5623 raft_consensus.cc:359] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.797554  5638 raft_consensus.cc:493] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.797729  5623 raft_consensus.cc:385] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.798045  5623 raft_consensus.cc:740] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.798053  5638 raft_consensus.cc:515] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.798820  5652 raft_consensus.cc:515] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.798796  5623 consensus_queue.cc:260] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.800165  5638 leader_election.cc:290] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.800863  5623 ts_tablet_manager.cc:1434] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:36:00.801245  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dff6d287cb3c4bf2a7888e7b2c0c36ff" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.801651  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dff6d287cb3c4bf2a7888e7b2c0c36ff" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.801971  5623 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6: Bootstrap starting.
I20260630 12:36:00.801860  5576 raft_consensus.cc:2468] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.802966  5652 leader_election.cc:290] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.804198  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53d53924d7014972947d935a1275c0b1" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:00.804268  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53d53924d7014972947d935a1275c0b1" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.804965  5500 raft_consensus.cc:3060] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.805008  5427 raft_consensus.cc:3060] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.807024  5623 tablet_bootstrap.cc:654] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:00.804256  5466 leader_election.cc:343] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.812155  5427 raft_consensus.cc:2468] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.812625  5468 leader_election.cc:304] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:00.813164  5500 raft_consensus.cc:2468] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.813239  5652 raft_consensus.cc:493] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.814028  5540 leader_election.cc:304] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:00.813970  5652 raft_consensus.cc:515] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.815150  5625 raft_consensus.cc:2804] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.815624  5625 raft_consensus.cc:697] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Becoming Leader. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:00.816394  5625 consensus_queue.cc:237] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.816870  5652 leader_election.cc:290] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.817193  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.817996  5500 raft_consensus.cc:2468] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.819031  5638 raft_consensus.cc:2804] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.819406  5638 raft_consensus.cc:493] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.819399  5541 leader_election.cc:304] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.820039  5638 raft_consensus.cc:3060] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.820788  5652 raft_consensus.cc:2804] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.821264  5652 raft_consensus.cc:493] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.821693  5652 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.825290  5651 raft_consensus.cc:493] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.825891  5651 raft_consensus.cc:515] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.829638  5651 leader_election.cc:290] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.831125  5652 raft_consensus.cc:515] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.831633  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bf43604c08444429a9d087646b605af" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.832266  5425 raft_consensus.cc:2468] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.833361  5540 leader_election.cc:304] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:00.833552  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bf43604c08444429a9d087646b605af" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.833820  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.834169  5651 raft_consensus.cc:2804] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.834419  5425 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.834558  5651 raft_consensus.cc:493] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.834950  5651 raft_consensus.cc:3060] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.837617  5324 catalog_manager.cc:5697] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4afee209007b49e2949b3a007fa79a8e (127.0.235.3). New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:00.841310  5425 raft_consensus.cc:2468] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.842799  5540 leader_election.cc:304] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:00.834201  5500 raft_consensus.cc:2468] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 0.
I20260630 12:36:00.845247  5652 leader_election.cc:290] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.846045  5652 raft_consensus.cc:2804] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.846524  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:00.847280  5500 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.848814  5651 raft_consensus.cc:515] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.850088  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.850772  5427 raft_consensus.cc:2376] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1. Re-sending same reply.
I20260630 12:36:00.853439  5630 raft_consensus.cc:493] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.853919  5630 raft_consensus.cc:515] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.855901  5630 leader_election.cc:290] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.846575  5652 raft_consensus.cc:697] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Becoming Leader. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:00.856076  5638 raft_consensus.cc:515] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.857947  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7483ce78be4a4a96bc565cb66c9e1098" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.857509  5652 consensus_queue.cc:237] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.858577  5501 raft_consensus.cc:2468] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 0.
I20260630 12:36:00.859611  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7483ce78be4a4a96bc565cb66c9e1098" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.860275  5576 raft_consensus.cc:2468] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 0.
I20260630 12:36:00.860404  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dff6d287cb3c4bf2a7888e7b2c0c36ff" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.852002  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bf43604c08444429a9d087646b605af" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.861205  5425 raft_consensus.cc:3060] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.861889  5393 leader_election.cc:304] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:00.862995  5638 leader_election.cc:290] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.864843  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dff6d287cb3c4bf2a7888e7b2c0c36ff" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:00.865403  5576 raft_consensus.cc:3060] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.866314  5623 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6: No bootstrap required, opened a new log
I20260630 12:36:00.866907  5623 ts_tablet_manager.cc:1403] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6: Time spent bootstrapping tablet: real 0.065s	user 0.026s	sys 0.024s
W20260630 12:36:00.867192  5466 leader_election.cc:343] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:00.868782  5425 raft_consensus.cc:2468] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.851904  5651 leader_election.cc:290] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:00.852952  5502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bf43604c08444429a9d087646b605af" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:00.869596  5502 raft_consensus.cc:3060] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.870136  5623 raft_consensus.cc:359] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.871027  5623 raft_consensus.cc:385] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:00.871362  5623 raft_consensus.cc:740] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Initialized, Role: FOLLOWER
I20260630 12:36:00.869472  5630 raft_consensus.cc:2804] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.871919  5630 raft_consensus.cc:493] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.872368  5630 raft_consensus.cc:3060] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.872185  5623 consensus_queue.cc:260] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.877234  5502 raft_consensus.cc:2468] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.878433  5541 leader_election.cc:304] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.879277  5651 raft_consensus.cc:2804] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.879935  5651 raft_consensus.cc:697] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Becoming Leader. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:00.880683  5651 consensus_queue.cc:237] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.883872  5500 raft_consensus.cc:2468] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:00.880934  5576 raft_consensus.cc:2468] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.887104  5630 raft_consensus.cc:515] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.887634  5468 leader_election.cc:304] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:00.888981  5630 leader_election.cc:290] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 1 election: Requested vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.889783  5502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7483ce78be4a4a96bc565cb66c9e1098" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:00.890183  5638 raft_consensus.cc:2804] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.891254  5638 raft_consensus.cc:697] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Leader. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:00.880983  5325 catalog_manager.cc:5697] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4afee209007b49e2949b3a007fa79a8e (127.0.235.3). New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:00.892055  5638 consensus_queue.cc:237] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.897051  5502 raft_consensus.cc:3060] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.890578  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7483ce78be4a4a96bc565cb66c9e1098" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:00.898083  5576 raft_consensus.cc:3060] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.898063  5623 ts_tablet_manager.cc:1434] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6: Time spent starting tablet: real 0.031s	user 0.012s	sys 0.013s
I20260630 12:36:00.904230  5324 catalog_manager.cc:5697] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:00.905421  5576 raft_consensus.cc:2468] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 1.
I20260630 12:36:00.906632  5393 leader_election.cc:304] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:00.907444  5630 raft_consensus.cc:2804] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.907928  5630 raft_consensus.cc:697] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 LEADER]: Becoming Leader. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Running, Role: LEADER
I20260630 12:36:00.907011  5502 raft_consensus.cc:2468] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 1.
I20260630 12:36:00.908720  5630 consensus_queue.cc:237] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.909682  5638 raft_consensus.cc:493] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.910173  5638 raft_consensus.cc:515] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.912326  5638 leader_election.cc:290] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.913861  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:00.913470  5322 catalog_manager.cc:5697] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e reported cstate change: term changed from 0 to 1, leader changed from <none> to 4afee209007b49e2949b3a007fa79a8e (127.0.235.3). New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:00.914549  5425 raft_consensus.cc:2468] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.915772  5466 leader_election.cc:304] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.916556  5638 raft_consensus.cc:2804] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:00.916453  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.916963  5638 raft_consensus.cc:493] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:00.917176  5576 raft_consensus.cc:2468] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 0.
I20260630 12:36:00.917315  5638 raft_consensus.cc:3060] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.924039  5324 catalog_manager.cc:5697] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:00.924726  5638 raft_consensus.cc:515] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.926472  5638 leader_election.cc:290] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:00.927202  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:00.927690  5425 raft_consensus.cc:3060] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.927802  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:00.928385  5576 raft_consensus.cc:3060] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.934428  5425 raft_consensus.cc:2468] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.934978  5576 raft_consensus.cc:2468] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:00.936091  5466 leader_election.cc:304] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:00.936887  5638 raft_consensus.cc:2804] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:00.937353  5638 raft_consensus.cc:697] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Leader. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:00.938149  5638 consensus_queue.cc:237] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.938771  5648 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:00.945866  5652 consensus_queue.cc:1048] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:00.948789  5322 catalog_manager.cc:5697] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:00.968696  5652 consensus_queue.cc:1048] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:00.971585  5638 consensus_queue.cc:1048] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:00.979296  5630 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:00.979873  5630 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:00.983274  5500 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:00.983292  5576 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:00.986837  5576 raft_consensus.cc:2393] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2c14a24629544ab48aa927f57d1c3ff6 in current term 1: Already voted for candidate 52300a29e4eb452c967b5d5670f508c3 in this term.
I20260630 12:36:00.987972  5393 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:00.992385  5687 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:00.996896  5638 consensus_queue.cc:1048] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:00.999281  5630 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:01.000245  5630 raft_consensus.cc:493] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:01.000725  5630 raft_consensus.cc:515] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:01.001919  5638 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:01.002651  5630 leader_election.cc:290] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:01.000217  5687 raft_consensus.cc:2749] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:01.007047  5502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dff6d287cb3c4bf2a7888e7b2c0c36ff" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:01.011164  5572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dff6d287cb3c4bf2a7888e7b2c0c36ff" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:01.011761  5572 raft_consensus.cc:2393] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2c14a24629544ab48aa927f57d1c3ff6 in current term 1: Already voted for candidate 52300a29e4eb452c967b5d5670f508c3 in this term.
I20260630 12:36:01.012811  5393 leader_election.cc:304] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:01.014580  5701 raft_consensus.cc:3060] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:01.016495  5638 consensus_queue.cc:1048] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:01.023667  5701 raft_consensus.cc:2749] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:01.033360  5648 consensus_queue.cc:1048] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:01.166118  5648 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:01.178460  5653 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:01.226991  5652 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:01.241158  5714 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:36:01.251541  5715 consensus_queue.cc:1048] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:01.267155  5625 consensus_queue.cc:1048] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:01.284396  5714 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:01.294440  5714 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:01.332473  5701 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:01.439791  5705 consensus_queue.cc:1048] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.007s
I20260630 12:36:01.437860  5648 consensus_queue.cc:1048] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.010s
I20260630 12:36:01.455673  5715 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:01.468035  5715 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.030s
I20260630 12:36:01.548856  5735 consensus_queue.cc:1048] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:01.637115  5423 raft_consensus.cc:1275] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:01.654575  5653 consensus_queue.cc:1048] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.004s
W20260630 12:36:01.699342  5541 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:44547, user_credentials={real_user=slave}} blocked reactor thread for 94771.5us
I20260630 12:36:01.745700  5749 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.089s
W20260630 12:36:01.783179  5750 log.cc:927] Time spent T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e: Append to log took a long time: real 0.070s	user 0.001s	sys 0.000s
W20260630 12:36:01.905947  5468 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.3:43471, user_credentials={real_user=slave}} blocked reactor thread for 45237.3us
W20260630 12:36:02.017102  5755 log.cc:927] Time spent T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6: Append to log took a long time: real 0.241s	user 0.000s	sys 0.003s
W20260630 12:36:02.017275  5762 log.cc:927] Time spent T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: Append to log took a long time: real 0.085s	user 0.001s	sys 0.000s
I20260630 12:36:02.386987  5744 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43432 (ReqId={client: 290b3a0868324d3fa6b673940814ab49, seq_no=5, attempt_no=0}) took 1052 ms. Trace:
I20260630 12:36:02.387518  5744 rpcz_store.cc:276] 0630 12:36:01.334113 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:01.338131 (+  4018us) service_pool.cc:224] Handling call
0630 12:36:02.386778 (+1048647us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:01.525666 (+     0us) write_op.cc:183] PREPARE: starting on tablet 35a1e930bf1843798efbbd07ebbccb16
0630 12:36:01.526175 (+   509us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:01.526210 (+    35us) write_op.cc:435] Acquired schema lock
0630 12:36:01.526229 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:01.526585 (+   356us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:01.526621 (+    36us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:01.526652 (+    31us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:01.526834 (+   182us) tablet.cc:701] Row locks acquired
0630 12:36:01.526853 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:01.527012 (+   159us) write_op.cc:270] Start()
0630 12:36:01.527103 (+    91us) write_op.cc:276] Timestamp: P: 1782822961526972 usec, L: 0
0630 12:36:01.527881 (+   778us) op_driver.cc:348] REPLICATION: starting
0630 12:36:01.529165 (+  1284us) log.cc:844] Serialized 388 byte log entry
0630 12:36:02.354815 (+825650us) op_driver.cc:464] REPLICATION: finished
0630 12:36:02.385122 (+ 30307us) write_op.cc:301] APPLY: starting
0630 12:36:02.385193 (+    71us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:02.385290 (+    97us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:02.385378 (+    88us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:02.385717 (+   339us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:02.385868 (+   151us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:02.385921 (+    53us) write_op.cc:312] APPLY: finished
0630 12:36:02.386113 (+   192us) log.cc:844] Serialized 28 byte log entry
0630 12:36:02.386377 (+   264us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:02.386447 (+    70us) write_op.cc:454] Released schema lock
0630 12:36:02.386485 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":30140,"mutex_wait_us":7160,"num_ops":2,"prepare.queue_time_us":174083,"prepare.run_cpu_time_us":2622,"prepare.run_wall_time_us":12319,"replication_time_us":826823}]]}
I20260630 12:36:02.395255  5744 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43432 (ReqId={client: 290b3a0868324d3fa6b673940814ab49, seq_no=6, attempt_no=0}) took 1060 ms. Trace:
I20260630 12:36:02.401388  5744 rpcz_store.cc:276] 0630 12:36:01.334470 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:01.338685 (+  4215us) service_pool.cc:224] Handling call
0630 12:36:02.395197 (+1056512us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:01.628358 (+     0us) write_op.cc:183] PREPARE: starting on tablet ea158e28b42a462c859d18fcdcfa8b3c
0630 12:36:01.662808 (+ 34450us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:01.664894 (+  2086us) write_op.cc:435] Acquired schema lock
0630 12:36:01.665864 (+   970us) tablet.cc:662] Decoding operations
0630 12:36:01.694191 (+ 28327us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:01.697713 (+  3522us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:01.698287 (+   574us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:01.719620 (+ 21333us) tablet.cc:701] Row locks acquired
0630 12:36:01.719631 (+    11us) write_op.cc:260] PREPARE: finished
0630 12:36:01.728115 (+  8484us) write_op.cc:270] Start()
0630 12:36:01.741028 (+ 12913us) write_op.cc:276] Timestamp: P: 1782822961725848 usec, L: 0
0630 12:36:01.741057 (+    29us) op_driver.cc:348] REPLICATION: starting
0630 12:36:01.769786 (+ 28729us) log.cc:844] Serialized 475 byte log entry
0630 12:36:02.356097 (+586311us) op_driver.cc:464] REPLICATION: finished
0630 12:36:02.393318 (+ 37221us) write_op.cc:301] APPLY: starting
0630 12:36:02.393396 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:02.393522 (+   126us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:02.393614 (+    92us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:02.394216 (+   602us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:02.394380 (+   164us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:02.394426 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:02.394617 (+   191us) log.cc:844] Serialized 40 byte log entry
0630 12:36:02.394815 (+   198us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:02.394898 (+    83us) write_op.cc:454] Released schema lock
0630 12:36:02.394934 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":35438,"mutex_wait_us":8667,"num_ops":4,"prepare.queue_time_us":269889,"prepare.run_cpu_time_us":4010,"prepare.run_wall_time_us":143004,"replication_time_us":607573}]]}
I20260630 12:36:02.412618  5744 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43432 (ReqId={client: 290b3a0868324d3fa6b673940814ab49, seq_no=34, attempt_no=0}) took 1072 ms. Trace:
I20260630 12:36:02.413074  5744 rpcz_store.cc:276] 0630 12:36:01.340286 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:01.367175 (+ 26889us) service_pool.cc:224] Handling call
0630 12:36:02.412559 (+1045384us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:01.591618 (+     0us) write_op.cc:183] PREPARE: starting on tablet 0a3bde5e5cf44bb19d85be6febb020a1
0630 12:36:01.603707 (+ 12089us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:01.605921 (+  2214us) write_op.cc:435] Acquired schema lock
0630 12:36:01.605947 (+    26us) tablet.cc:662] Decoding operations
0630 12:36:01.621208 (+ 15261us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:01.621248 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:01.621279 (+    31us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:01.621511 (+   232us) tablet.cc:701] Row locks acquired
0630 12:36:01.621525 (+    14us) write_op.cc:260] PREPARE: finished
0630 12:36:01.860310 (+238785us) spinlock_profiling.cc:243] Waited 3.57 ms on lock 0x7b2c0006bbb8. stack: 00007f9c8134a983 00007f9c8134a880 00007f9c80cda1d4 000000000042d824 000000000042d7b9 00007f9c82d63a11 00007f9c82d72a0a 00007f9c82d72693 00007f9c82d72631 00007f9c844a3902 00007f9c844a36dd 00007f9c87e9e243 00007f9c87e9dd58 00007f9c87ea29f1 00007f9c87ea29a9 00007f9c87ea2939
0630 12:36:01.860382 (+    72us) write_op.cc:270] Start()
0630 12:36:01.860587 (+   205us) write_op.cc:276] Timestamp: P: 1782822961625217 usec, L: 0
0630 12:36:01.860608 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:02.086321 (+225713us) log.cc:844] Serialized 432 byte log entry
0630 12:36:02.162260 (+ 75939us) spinlock_profiling.cc:243] Waited 222 ms on lock 0x7b5400169ed4. stack: 00007f9c8134a983 00007f9c8134a880 00007f9c80cda1d4 000000000042d824 000000000042d7b9 00007f9c843d1571 00007f9c84463e28 00007f9c87e9e581 00007f9c87e9dd58 00007f9c87ea29f1 00007f9c87ea29a9 00007f9c87ea2939 00007f9c87ea2901 00007f9c87ea1b2d 000000000043f3c4 000000000043f209
0630 12:36:02.357687 (+195427us) op_driver.cc:464] REPLICATION: finished
0630 12:36:02.406273 (+ 48586us) write_op.cc:301] APPLY: starting
0630 12:36:02.406344 (+    71us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:02.406458 (+   114us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:02.406482 (+    24us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:02.406936 (+   454us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:02.407086 (+   150us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:02.407261 (+   175us) write_op.cc:312] APPLY: finished
0630 12:36:02.407429 (+   168us) log.cc:844] Serialized 34 byte log entry
0630 12:36:02.410001 (+  2572us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:02.410093 (+    92us) write_op.cc:454] Released schema lock
0630 12:36:02.410129 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":47652,"num_ops":3,"prepare.queue_time_us":218512,"prepare.run_cpu_time_us":10830,"prepare.run_wall_time_us":572676,"replication_time_us":489862,"spinlock_wait_cycles":518821504}]]}
I20260630 12:36:02.420065  5744 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43432 (ReqId={client: 290b3a0868324d3fa6b673940814ab49, seq_no=27, attempt_no=0}) took 1080 ms. Trace:
I20260630 12:36:02.420517  5744 rpcz_store.cc:276] 0630 12:36:01.339538 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:01.368663 (+ 29125us) service_pool.cc:224] Handling call
0630 12:36:02.420011 (+1051348us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:01.770193 (+     0us) write_op.cc:183] PREPARE: starting on tablet ea158e28b42a462c859d18fcdcfa8b3c
0630 12:36:01.770695 (+   502us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:01.770724 (+    29us) write_op.cc:435] Acquired schema lock
0630 12:36:01.770736 (+    12us) tablet.cc:662] Decoding operations
0630 12:36:01.771147 (+   411us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:01.771185 (+    38us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:01.771213 (+    28us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:01.771578 (+   365us) tablet.cc:701] Row locks acquired
0630 12:36:01.771594 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:36:01.771772 (+   178us) write_op.cc:270] Start()
0630 12:36:01.771862 (+    90us) write_op.cc:276] Timestamp: P: 1782822961771725 usec, L: 0
0630 12:36:01.771882 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:01.772482 (+   600us) log.cc:844] Serialized 475 byte log entry
0630 12:36:02.359162 (+586680us) op_driver.cc:464] REPLICATION: finished
0630 12:36:02.418096 (+ 58934us) write_op.cc:301] APPLY: starting
0630 12:36:02.418164 (+    68us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:02.418289 (+   125us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:02.418371 (+    82us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:02.419063 (+   692us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:02.419216 (+   153us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:02.419258 (+    42us) write_op.cc:312] APPLY: finished
0630 12:36:02.419446 (+   188us) log.cc:844] Serialized 40 byte log entry
0630 12:36:02.419637 (+   191us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:02.419708 (+    71us) write_op.cc:454] Released schema lock
0630 12:36:02.419749 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":58761,"mutex_wait_us":2417,"num_ops":4,"prepare.queue_time_us":400163,"prepare.run_cpu_time_us":2566,"prepare.run_wall_time_us":10849,"replication_time_us":587172}]]}
I20260630 12:36:02.428613  5744 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43432 (ReqId={client: 290b3a0868324d3fa6b673940814ab49, seq_no=41, attempt_no=0}) took 1087 ms. Trace:
I20260630 12:36:02.429051  5744 rpcz_store.cc:276] 0630 12:36:01.341099 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:01.361393 (+ 20294us) service_pool.cc:224] Handling call
0630 12:36:02.428560 (+1067167us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:02.162575 (+     0us) write_op.cc:183] PREPARE: starting on tablet 0a3bde5e5cf44bb19d85be6febb020a1
0630 12:36:02.163046 (+   471us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:02.163074 (+    28us) write_op.cc:435] Acquired schema lock
0630 12:36:02.163090 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:02.163597 (+   507us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:02.163637 (+    40us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:02.163666 (+    29us) tablet.cc:685] Acquiring locks for 6 operations
0630 12:36:02.164073 (+   407us) tablet.cc:701] Row locks acquired
0630 12:36:02.164089 (+    16us) write_op.cc:260] PREPARE: finished
0630 12:36:02.164235 (+   146us) write_op.cc:270] Start()
0630 12:36:02.164351 (+   116us) write_op.cc:276] Timestamp: P: 1782822962164199 usec, L: 0
0630 12:36:02.164366 (+    15us) op_driver.cc:348] REPLICATION: starting
0630 12:36:02.164924 (+   558us) log.cc:844] Serialized 562 byte log entry
0630 12:36:02.361694 (+196770us) op_driver.cc:464] REPLICATION: finished
0630 12:36:02.425762 (+ 64068us) write_op.cc:301] APPLY: starting
0630 12:36:02.425826 (+    64us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:02.425988 (+   162us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:02.426094 (+   106us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:02.427047 (+   953us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:02.427253 (+   206us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:02.427296 (+    43us) write_op.cc:312] APPLY: finished
0630 12:36:02.427495 (+   199us) log.cc:844] Serialized 52 byte log entry
0630 12:36:02.428182 (+   687us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:02.428264 (+    82us) write_op.cc:454] Released schema lock
0630 12:36:02.428305 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":63921,"mutex_wait_us":9118,"num_ops":6,"prepare.queue_time_us":795486,"prepare.run_cpu_time_us":2591,"prepare.run_wall_time_us":4954,"replication_time_us":197230}]]}
I20260630 12:36:02.435832  5744 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43432 (ReqId={client: 290b3a0868324d3fa6b673940814ab49, seq_no=46, attempt_no=0}) took 1094 ms. Trace:
I20260630 12:36:02.478741  5744 rpcz_store.cc:276] 0630 12:36:01.341305 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:01.353902 (+ 12597us) service_pool.cc:224] Handling call
0630 12:36:02.435778 (+1081876us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:01.558191 (+     0us) write_op.cc:183] PREPARE: starting on tablet 35a1e930bf1843798efbbd07ebbccb16
0630 12:36:01.579688 (+ 21497us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:01.579714 (+    26us) write_op.cc:435] Acquired schema lock
0630 12:36:01.579731 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:01.598032 (+ 18301us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:01.600190 (+  2158us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:01.601587 (+  1397us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:01.620790 (+ 19203us) tablet.cc:701] Row locks acquired
0630 12:36:01.620811 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:01.753459 (+132648us) spinlock_profiling.cc:243] Waited 1.77 ms on lock 0x7b2c0006bbb8. stack: 00007f9c8134a983 00007f9c8134a880 00007f9c80cda1d4 000000000042d824 000000000042d7b9 00007f9c82d63a11 00007f9c82d72a0a 00007f9c82d72693 00007f9c82d72631 00007f9c844a3902 00007f9c844a36dd 00007f9c87e9e243 00007f9c87e9dd58 00007f9c87ea29f1 00007f9c87ea29a9 00007f9c87ea2939
0630 12:36:01.753520 (+    61us) write_op.cc:270] Start()
0630 12:36:01.753709 (+   189us) write_op.cc:276] Timestamp: P: 1782822961622710 usec, L: 0
0630 12:36:01.753731 (+    22us) op_driver.cc:348] REPLICATION: starting
0630 12:36:01.887550 (+133819us) spinlock_profiling.cc:243] Waited 32.3 ms on lock 0x7b540012f5a0. stack: 00007f9c8134a983 00007f9c8134a880 00007f9c80cda1d4 000000000042d824 000000000042d7b9 00007f9c843d1571 00007f9c843e5520 00007f9c8446eb42 00007f9c84463f67 00007f9c84463da4 00007f9c87e9e581 00007f9c87e9dd58 00007f9c87ea29f1 00007f9c87ea29a9 00007f9c87ea2939 00007f9c87ea2901
0630 12:36:01.888318 (+   768us) log.cc:844] Serialized 475 byte log entry
0630 12:36:02.371778 (+483460us) op_driver.cc:464] REPLICATION: finished
0630 12:36:02.433495 (+ 61717us) write_op.cc:301] APPLY: starting
0630 12:36:02.433557 (+    62us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:02.433680 (+   123us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:02.433700 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:02.434350 (+   650us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:02.434512 (+   162us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:02.434552 (+    40us) write_op.cc:312] APPLY: finished
0630 12:36:02.434748 (+   196us) log.cc:844] Serialized 40 byte log entry
0630 12:36:02.435414 (+   666us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:02.435484 (+    70us) write_op.cc:454] Released schema lock
0630 12:36:02.435533 (+    49us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":61402,"mutex_wait_us":10904,"num_ops":4,"prepare.queue_time_us":187983,"prepare.run_cpu_time_us":8024,"prepare.run_wall_time_us":338428,"replication_time_us":611551,"spinlock_wait_cycles":78407936}]]}
I20260630 12:36:02.547288  5783 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:43432 (ReqId={client: 290b3a0868324d3fa6b673940814ab49, seq_no=24, attempt_no=0}) took 1209 ms. Trace:
I20260630 12:36:02.547744  5783 rpcz_store.cc:276] 0630 12:36:01.337678 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:01.374464 (+ 36786us) service_pool.cc:224] Handling call
0630 12:36:02.547225 (+1172761us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:01.891909 (+     0us) write_op.cc:183] PREPARE: starting on tablet 35a1e930bf1843798efbbd07ebbccb16
0630 12:36:01.892589 (+   680us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:01.892630 (+    41us) write_op.cc:435] Acquired schema lock
0630 12:36:01.892654 (+    24us) tablet.cc:662] Decoding operations
0630 12:36:01.893083 (+   429us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:01.893138 (+    55us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:01.893178 (+    40us) tablet.cc:685] Acquiring locks for 2 operations
0630 12:36:01.893414 (+   236us) tablet.cc:701] Row locks acquired
0630 12:36:01.893434 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:36:01.893665 (+   231us) write_op.cc:270] Start()
0630 12:36:01.893792 (+   127us) write_op.cc:276] Timestamp: P: 1782822961893615 usec, L: 0
0630 12:36:01.893819 (+    27us) op_driver.cc:348] REPLICATION: starting
0630 12:36:02.354269 (+460450us) log.cc:844] Serialized 388 byte log entry
0630 12:36:02.386913 (+ 32644us) spinlock_profiling.cc:243] Waited 460 ms on lock 0x7b5400113ad4. stack: 00007f9c8134a983 00007f9c8134a880 00007f9c80cda1d4 000000000042d824 000000000042d7b9 00007f9c843d1571 00007f9c84463e28 00007f9c87e9e581 00007f9c87e9dd58 00007f9c87ea29f1 00007f9c87ea29a9 00007f9c87ea2939 00007f9c87ea2901 00007f9c87ea1b2d 000000000043f3c4 000000000043f209
0630 12:36:02.433985 (+ 47072us) op_driver.cc:464] REPLICATION: finished
0630 12:36:02.521626 (+ 87641us) write_op.cc:301] APPLY: starting
0630 12:36:02.521694 (+    68us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:02.521791 (+    97us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:02.521814 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:02.522189 (+   375us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:02.522337 (+   148us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:02.522389 (+    52us) write_op.cc:312] APPLY: finished
0630 12:36:02.522545 (+   156us) log.cc:844] Serialized 28 byte log entry
0630 12:36:02.546777 (+ 24232us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:02.546849 (+    72us) write_op.cc:454] Released schema lock
0630 12:36:02.546886 (+    37us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":87448,"num_ops":2,"prepare.queue_time_us":501696,"prepare.run_cpu_time_us":8023,"prepare.run_wall_time_us":495206,"replication_time_us":540044,"spinlock_wait_cycles":1057465600}]]}
W20260630 12:36:03.122627  5393 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.3:43471, user_credentials={real_user=slave}} blocked reactor thread for 60975us
W20260630 12:36:03.154976  5540 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.1:44625, user_credentials={real_user=slave}} blocked reactor thread for 56651.3us
W20260630 12:36:03.941177  5466 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.1:44625, user_credentials={real_user=slave}} blocked reactor thread for 44891us
W20260630 12:36:03.969825  5468 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.3:43471, user_credentials={real_user=slave}} blocked reactor thread for 71032.5us
W20260630 12:36:04.671028  5466 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.1:44625, user_credentials={real_user=slave}} blocked reactor thread for 87070.7us
W20260630 12:36:05.131206  5707 meta_cache.cc:1261] Time spent looking up entry by key: real 0.065s	user 0.002s	sys 0.000s
W20260630 12:36:05.126433  5541 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:44547, user_credentials={real_user=slave}} blocked reactor thread for 57439us
W20260630 12:36:05.179355  5540 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.1:44625, user_credentials={real_user=slave}} blocked reactor thread for 47335us
W20260630 12:36:05.276443  5541 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:44547, user_credentials={real_user=slave}} blocked reactor thread for 51812.3us
W20260630 12:36:05.339915  5541 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:44547, user_credentials={real_user=slave}} blocked reactor thread for 62296.3us
I20260630 12:36:05.529846   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:05.555042  5814 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:05.559332  5815 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:05.560793  5817 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:05.561146   940 server_base.cc:1061] running on GCE node
I20260630 12:36:05.563015   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:05.563205   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:05.563341   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822965563331 us; error 0 us; skew 500 ppm
I20260630 12:36:05.563783   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:05.566274   940 webserver.cc:533] Webserver started at http://127.0.235.4:36599/ using document root <none> and password file <none>
I20260630 12:36:05.566816   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:05.567055   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:05.567348   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:05.568634   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "ab00cb06c1d04a4f8d1318fad156fe24"
format_stamp: "Formatted at 2026-06-30 12:36:05 on dist-test-slave-47x1"
I20260630 12:36:05.575706   940 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:36:05.580210  5822 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.580945   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:05.581238   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "ab00cb06c1d04a4f8d1318fad156fe24"
format_stamp: "Formatted at 2026-06-30 12:36:05 on dist-test-slave-47x1"
I20260630 12:36:05.581516   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:05.602873   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:05.604136   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:05.605592   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:05.608276   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:05.608541   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.608788   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:05.608976   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.654202   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:41187
I20260630 12:36:05.654294  5884 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:41187 every 8 connection(s)
I20260630 12:36:05.659968   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:05.667104  5889 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:05.667871  5890 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:05.671445   940 server_base.cc:1061] running on GCE node
W20260630 12:36:05.671413  5892 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:05.675727   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:05.675987   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:05.676177   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822965676161 us; error 0 us; skew 500 ppm
I20260630 12:36:05.676704   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:05.678838  5885 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34059
I20260630 12:36:05.679246  5885 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:05.679382   940 webserver.cc:533] Webserver started at http://127.0.235.5:34279/ using document root <none> and password file <none>
I20260630 12:36:05.679956   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:05.680163   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:05.680076  5885 heartbeater.cc:507] Master 127.0.235.62:34059 requested a full tablet report, sending...
I20260630 12:36:05.680644   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:05.682139   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-4-root/instance:
uuid: "ccbe5205a333453eb80ce84aba54d817"
format_stamp: "Formatted at 2026-06-30 12:36:05 on dist-test-slave-47x1"
I20260630 12:36:05.682888  5320 ts_manager.cc:194] Registered new tserver with Master: ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4:41187)
I20260630 12:36:05.685163  5320 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52490
I20260630 12:36:05.688357   940 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:05.693024  5897 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.693794   940 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.000s
I20260630 12:36:05.694111   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-4-root
uuid: "ccbe5205a333453eb80ce84aba54d817"
format_stamp: "Formatted at 2026-06-30 12:36:05 on dist-test-slave-47x1"
I20260630 12:36:05.694383   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-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:36:05.732137   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:05.733326   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:05.734601   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:05.736557   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:05.736783   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.737020   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:05.737195   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.792052   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.5:33155
I20260630 12:36:05.792143  5959 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.5:33155 every 8 connection(s)
I20260630 12:36:05.798728   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:05.807694  5964 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:05.808889  5963 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:05.813141  5960 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34059
I20260630 12:36:05.813403   940 server_base.cc:1061] running on GCE node
I20260630 12:36:05.813650  5960 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:05.814568  5960 heartbeater.cc:507] Master 127.0.235.62:34059 requested a full tablet report, sending...
W20260630 12:36:05.814831  5966 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:05.815864   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:05.816161   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:05.816367   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822965816346 us; error 0 us; skew 500 ppm
I20260630 12:36:05.816572  5320 ts_manager.cc:194] Registered new tserver with Master: ccbe5205a333453eb80ce84aba54d817 (127.0.235.5:33155)
I20260630 12:36:05.816900   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:05.818164  5320 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52494
I20260630 12:36:05.819700   940 webserver.cc:533] Webserver started at http://127.0.235.6:38609/ using document root <none> and password file <none>
I20260630 12:36:05.820188   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:05.820407   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:05.820665   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:05.821718   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-5-root/instance:
uuid: "f4ce950ad82e404c8c4df033a4b7e824"
format_stamp: "Formatted at 2026-06-30 12:36:05 on dist-test-slave-47x1"
I20260630 12:36:05.826514   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:05.831043  5971 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.831969   940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:36:05.832362   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-5-root
uuid: "f4ce950ad82e404c8c4df033a4b7e824"
format_stamp: "Formatted at 2026-06-30 12:36:05 on dist-test-slave-47x1"
I20260630 12:36:05.832762   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-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:36:05.869781   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:05.871057   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:05.872176   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:05.874351   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:05.874550   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.874799   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:05.874963   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:05.953438   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.6:44355
I20260630 12:36:05.953531  6033 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.6:44355 every 8 connection(s)
I20260630 12:36:05.972266  6034 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34059
I20260630 12:36:05.972577  6034 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:05.973189  6034 heartbeater.cc:507] Master 127.0.235.62:34059 requested a full tablet report, sending...
I20260630 12:36:05.975231  5320 ts_manager.cc:194] Registered new tserver with Master: f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6:44355)
I20260630 12:36:05.976466  5320 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52502
I20260630 12:36:06.561640  5572 consensus_queue.cc:237] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:06.569031  5502 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.570688  5423 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.572346  6044 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:06.573395  6041 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
W20260630 12:36:06.581173  5539 consensus_peers.cc:597] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e -> Peer f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6:44355): Couldn't send request to peer f4ce950ad82e404c8c4df033a4b7e824. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 06adcfaa1e2f48a4b2eb2d779bc3da2c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:06.583722  5423 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:06.584605  5502 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:06.582218  6044 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:06.605321  5320 catalog_manager.cc:5697] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index -1 to 27, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:06.614930  5423 consensus_queue.cc:237] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:06.626302  5572 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.627688  5502 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.628587  5791 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:06.630921  5791 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
W20260630 12:36:06.639776  5393 consensus_peers.cc:597] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 -> Peer ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4:41187): Couldn't send request to peer ab00cb06c1d04a4f8d1318fad156fe24. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7483ce78be4a4a96bc565cb66c9e1098. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:06.639084  6055 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:06.641449  5572 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:06.645215  5502 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:06.655773  5322 catalog_manager.cc:5697] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:06.665840  5502 consensus_queue.cc:237] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:06.672710  5572 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.674814  6037 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:06.677560  5423 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.678779  6037 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:06.685724  5802 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:06.688095  5885 heartbeater.cc:499] Master 127.0.235.62:34059 was elected leader, sending a full tablet report...
I20260630 12:36:06.691267  5572 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:06.693550  5423 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
W20260630 12:36:06.693482  5466 consensus_peers.cc:597] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 -> Peer ccbe5205a333453eb80ce84aba54d817 (127.0.235.5:33155): Couldn't send request to peer ccbe5205a333453eb80ce84aba54d817. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bb8afe10128544d98c46fc940e032ff5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:06.699177  5324 catalog_manager.cc:5697] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: config changed from index -1 to 27, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:06.703197  5502 consensus_queue.cc:237] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [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: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:06.718519  5423 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:06.720175  6037 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260630 12:36:06.725586  5465 consensus_peers.cc:597] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 -> Peer f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6:44355): Couldn't send request to peer f4ce950ad82e404c8c4df033a4b7e824. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 35a1e930bf1843798efbbd07ebbccb16. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:06.725742  5572 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:06.727203  6065 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } 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:36:06.728360  5802 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:06.730079  5423 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:06.737840  5572 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:06.746814  5570 consensus_queue.cc:237] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:06.752545  5324 catalog_manager.cc:5697] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index -1 to 26, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:06.759478  5502 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.761883  6041 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:06.761929  5423 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.763979  5747 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
W20260630 12:36:06.775451  5540 consensus_peers.cc:597] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e -> Peer ccbe5205a333453eb80ce84aba54d817 (127.0.235.5:33155): Couldn't send request to peer ccbe5205a333453eb80ce84aba54d817. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 53d53924d7014972947d935a1275c0b1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:06.779110  6041 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:06.780906  5502 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:06.781418  5423 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:06.793090  5570 consensus_queue.cc:237] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:06.794519  5322 catalog_manager.cc:5697] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e reported cstate change: config changed from index -1 to 27, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:06.800396  5423 raft_consensus.cc:1275] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.801725  6041 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:06.803892  5502 raft_consensus.cc:1275] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:06.805214  6044 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
W20260630 12:36:06.812958  5542 consensus_peers.cc:597] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e -> Peer ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4:41187): Couldn't send request to peer ab00cb06c1d04a4f8d1318fad156fe24. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2bf43604c08444429a9d087646b605af. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:06.817169  5747 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:06.818655  5423 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:06.820645  5960 heartbeater.cc:499] Master 127.0.235.62:34059 was elected leader, sending a full tablet report...
I20260630 12:36:06.825425  5496 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:06.828672  5320 catalog_manager.cc:5697] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:06.978538  6034 heartbeater.cc:499] Master 127.0.235.62:34059 was elected leader, sending a full tablet report...
I20260630 12:36:07.007288  6074 ts_tablet_manager.cc:933] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: Initiating tablet copy from peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:07.009652  6074 tablet_copy_client.cc:323] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:43471
I20260630 12:36:07.019806  5586 tablet_copy_service.cc:140] P 4afee209007b49e2949b3a007fa79a8e: Received BeginTabletCopySession request for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c from peer f4ce950ad82e404c8c4df033a4b7e824 ({username='slave'} at 127.0.0.1:52524)
I20260630 12:36:07.020390  5586 tablet_copy_service.cc:161] P 4afee209007b49e2949b3a007fa79a8e: Beginning new tablet copy session on tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c from peer f4ce950ad82e404c8c4df033a4b7e824 at {username='slave'} at 127.0.0.1:52524: session id = f4ce950ad82e404c8c4df033a4b7e824-06adcfaa1e2f48a4b2eb2d779bc3da2c
I20260630 12:36:07.028501  5586 tablet_copy_source_session.cc:215] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:07.031351  6074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:07.041666  6074 tablet_copy_client.cc:806] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:07.042259  6074 tablet_copy_client.cc:670] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:07.046093  6075 tablet_copy_client.cc:1025] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:07.151008  6077 ts_tablet_manager.cc:933] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: Initiating tablet copy from peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:07.152791  6077 tablet_copy_client.cc:323] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:44547
I20260630 12:36:07.162392  5512 tablet_copy_service.cc:140] P 52300a29e4eb452c967b5d5670f508c3: Received BeginTabletCopySession request for tablet bb8afe10128544d98c46fc940e032ff5 from peer ccbe5205a333453eb80ce84aba54d817 ({username='slave'} at 127.0.0.1:47602)
I20260630 12:36:07.162868  5512 tablet_copy_service.cc:161] P 52300a29e4eb452c967b5d5670f508c3: Beginning new tablet copy session on tablet bb8afe10128544d98c46fc940e032ff5 from peer ccbe5205a333453eb80ce84aba54d817 at {username='slave'} at 127.0.0.1:47602: session id = ccbe5205a333453eb80ce84aba54d817-bb8afe10128544d98c46fc940e032ff5
I20260630 12:36:07.168089  6080 ts_tablet_manager.cc:933] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: Initiating tablet copy from peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:07.169299  5512 tablet_copy_source_session.cc:215] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:07.169976  6080 tablet_copy_client.cc:323] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:43471
I20260630 12:36:07.172442  6077 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bb8afe10128544d98c46fc940e032ff5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:07.181509  5586 tablet_copy_service.cc:140] P 4afee209007b49e2949b3a007fa79a8e: Received BeginTabletCopySession request for tablet 53d53924d7014972947d935a1275c0b1 from peer ccbe5205a333453eb80ce84aba54d817 ({username='slave'} at 127.0.0.1:52530)
I20260630 12:36:07.182077  5586 tablet_copy_service.cc:161] P 4afee209007b49e2949b3a007fa79a8e: Beginning new tablet copy session on tablet 53d53924d7014972947d935a1275c0b1 from peer ccbe5205a333453eb80ce84aba54d817 at {username='slave'} at 127.0.0.1:52530: session id = ccbe5205a333453eb80ce84aba54d817-53d53924d7014972947d935a1275c0b1
I20260630 12:36:07.186693  6077 tablet_copy_client.cc:806] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:07.187268  6077 tablet_copy_client.cc:670] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:07.189401  5586 tablet_copy_source_session.cc:215] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:07.191115  6078 tablet_copy_client.cc:1025] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:07.192910  6080 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53d53924d7014972947d935a1275c0b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:07.207590  6080 tablet_copy_client.cc:806] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:07.208141  6080 tablet_copy_client.cc:670] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:07.212430  6081 tablet_copy_client.cc:1025] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:07.213196  6083 ts_tablet_manager.cc:933] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: Initiating tablet copy from peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625)
I20260630 12:36:07.215080  6083 tablet_copy_client.cc:323] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:44625
I20260630 12:36:07.226068  5437 tablet_copy_service.cc:140] P 2c14a24629544ab48aa927f57d1c3ff6: Received BeginTabletCopySession request for tablet 7483ce78be4a4a96bc565cb66c9e1098 from peer ab00cb06c1d04a4f8d1318fad156fe24 ({username='slave'} at 127.0.0.1:36634)
I20260630 12:36:07.226603  5437 tablet_copy_service.cc:161] P 2c14a24629544ab48aa927f57d1c3ff6: Beginning new tablet copy session on tablet 7483ce78be4a4a96bc565cb66c9e1098 from peer ab00cb06c1d04a4f8d1318fad156fe24 at {username='slave'} at 127.0.0.1:36634: session id = ab00cb06c1d04a4f8d1318fad156fe24-7483ce78be4a4a96bc565cb66c9e1098
I20260630 12:36:07.234163  5437 tablet_copy_source_session.cc:215] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:07.236773  6083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7483ce78be4a4a96bc565cb66c9e1098. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:07.247660  6083 tablet_copy_client.cc:806] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:07.248202  6083 tablet_copy_client.cc:670] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:07.252795  6084 tablet_copy_client.cc:1025] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:07.260123  6087 ts_tablet_manager.cc:933] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: Initiating tablet copy from peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:07.261716  6087 tablet_copy_client.cc:323] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:44547
I20260630 12:36:07.267776  6089 ts_tablet_manager.cc:933] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: Initiating tablet copy from peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:07.270344  6089 tablet_copy_client.cc:323] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:43471
I20260630 12:36:07.271183  5512 tablet_copy_service.cc:140] P 52300a29e4eb452c967b5d5670f508c3: Received BeginTabletCopySession request for tablet 35a1e930bf1843798efbbd07ebbccb16 from peer f4ce950ad82e404c8c4df033a4b7e824 ({username='slave'} at 127.0.0.1:47618)
I20260630 12:36:07.271750  5512 tablet_copy_service.cc:161] P 52300a29e4eb452c967b5d5670f508c3: Beginning new tablet copy session on tablet 35a1e930bf1843798efbbd07ebbccb16 from peer f4ce950ad82e404c8c4df033a4b7e824 at {username='slave'} at 127.0.0.1:47618: session id = f4ce950ad82e404c8c4df033a4b7e824-35a1e930bf1843798efbbd07ebbccb16
I20260630 12:36:07.278587  5512 tablet_copy_source_session.cc:215] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:07.280865  5586 tablet_copy_service.cc:140] P 4afee209007b49e2949b3a007fa79a8e: Received BeginTabletCopySession request for tablet 2bf43604c08444429a9d087646b605af from peer ab00cb06c1d04a4f8d1318fad156fe24 ({username='slave'} at 127.0.0.1:52546)
I20260630 12:36:07.281344  5586 tablet_copy_service.cc:161] P 4afee209007b49e2949b3a007fa79a8e: Beginning new tablet copy session on tablet 2bf43604c08444429a9d087646b605af from peer ab00cb06c1d04a4f8d1318fad156fe24 at {username='slave'} at 127.0.0.1:52546: session id = ab00cb06c1d04a4f8d1318fad156fe24-2bf43604c08444429a9d087646b605af
I20260630 12:36:07.281651  6087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35a1e930bf1843798efbbd07ebbccb16. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:07.287159  5586 tablet_copy_source_session.cc:215] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:07.290808  6089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2bf43604c08444429a9d087646b605af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:07.296568  6087 tablet_copy_client.cc:806] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:07.297173  6087 tablet_copy_client.cc:670] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:07.301173  6088 tablet_copy_client.cc:1025] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:07.302191  6089 tablet_copy_client.cc:806] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:07.302630  6089 tablet_copy_client.cc:670] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:07.305963  6090 tablet_copy_client.cc:1025] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Injecting latency into file download: 2000
W20260630 12:36:09.095130  6030 debug-util.cc:398] Leaking SignalData structure 0x7b08002df060 after lost signal to thread 943
I20260630 12:36:09.418440  6100 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.496884  5324 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:57220 (request call id 59) took 1594 ms. Trace:
I20260630 12:36:09.495548  6103 raft_consensus.cc:493] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.497321  5324 rpcz_store.cc:276] 0630 12:36:07.902985 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:07.903130 (+   145us) service_pool.cc:224] Handling call
0630 12:36:09.496801 (+1593671us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":46,"reported_tablets":1,"spinlock_wait_cycles":54272}
I20260630 12:36:09.497740  6103 raft_consensus.cc:515] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.496598  6100 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.518836  6103 leader_election.cc:290] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.516001  6098 raft_consensus.cc:493] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.519565  6100 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.511931  6097 raft_consensus.cc:493] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.520258  6097 raft_consensus.cc:515] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.525763  6101 raft_consensus.cc:493] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.525966  6099 raft_consensus.cc:493] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.525780  6096 raft_consensus.cc:493] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.526628  6103 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.532403  6099 raft_consensus.cc:515] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.535969  6103 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:09.537837  6104 raft_consensus.cc:493] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.538400  6104 raft_consensus.cc:515] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:09.535352  6096 raft_consensus.cc:515] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.525043  6041 raft_consensus.cc:493] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.539145  6103 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.541764  6094 raft_consensus.cc:493] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.545224  6094 raft_consensus.cc:515] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:09.546537  6099 leader_election.cc:290] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:09.547029  6099 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.542207  6041 raft_consensus.cc:515] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.547453  6099 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:09.540622  6100 raft_consensus.cc:493] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.544253  6103 raft_consensus.cc:493] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.572743  6103 raft_consensus.cc:515] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:09.574815  6103 leader_election.cc:290] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.549057  6041 leader_election.cc:290] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:09.519603  6098 raft_consensus.cc:515] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:09.578001  6096 leader_election.cc:290] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:09.579142  6098 leader_election.cc:290] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.549289  5496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.551018  6102 raft_consensus.cc:493] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.582026  6102 raft_consensus.cc:515] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.552237  5502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.559733  6093 raft_consensus.cc:493] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2c14a24629544ab48aa927f57d1c3ff6)
I20260630 12:36:09.578711  6100 raft_consensus.cc:515] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.550601  6094 leader_election.cc:290] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.534245  6101 raft_consensus.cc:515] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:09.589224  5498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dff6d287cb3c4bf2a7888e7b2c0c36ff" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.590487  6093 raft_consensus.cc:515] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:09.558259  6097 leader_election.cc:290] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.597553  6100 leader_election.cc:290] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.600302  6102 leader_election.cc:290] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.602576  6093 leader_election.cc:290] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.610379  5570 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.615046  6099 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:09.596149  6101 leader_election.cc:290] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.616083  5496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.610592  6102 raft_consensus.cc:493] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.618549  6102 raft_consensus.cc:515] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:09.623873  6102 leader_election.cc:290] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.629004  5570 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.629629  5570 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 1.
I20260630 12:36:09.633474  6107 raft_consensus.cc:493] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
W20260630 12:36:09.634286  6030 debug-util.cc:398] Leaking SignalData structure 0x7b08002df740 after lost signal to thread 5359
I20260630 12:36:09.634053  6107 raft_consensus.cc:515] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:09.637995  6107 leader_election.cc:290] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625)
I20260630 12:36:09.639511  5496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
W20260630 12:36:09.649936  6030 debug-util.cc:398] Leaking SignalData structure 0x7b0800193ae0 after lost signal to thread 5451
W20260630 12:36:09.651201  6030 debug-util.cc:398] Leaking SignalData structure 0x7b080004d900 after lost signal to thread 5526
I20260630 12:36:09.654174  6104 leader_election.cc:290] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
W20260630 12:36:09.656802  6030 debug-util.cc:398] Leaking SignalData structure 0x7b08000ce5c0 after lost signal to thread 5600
W20260630 12:36:09.657162  6030 debug-util.cc:398] Leaking SignalData structure 0x7b08000b4d60 after lost signal to thread 5601
W20260630 12:36:09.658351  6030 debug-util.cc:398] Leaking SignalData structure 0x7b08002a4040 after lost signal to thread 5884
I20260630 12:36:09.666883  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dff6d287cb3c4bf2a7888e7b2c0c36ff" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
W20260630 12:36:09.667220  6030 debug-util.cc:398] Leaking SignalData structure 0x7b080008e7a0 after lost signal to thread 5959
W20260630 12:36:09.668532  6030 debug-util.cc:398] Leaking SignalData structure 0x7b0800181bc0 after lost signal to thread 6033
I20260630 12:36:09.668386  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.671191  5572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.671358  5423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.645468  6096 raft_consensus.cc:493] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2c14a24629544ab48aa927f57d1c3ff6)
I20260630 12:36:09.662914  5422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a3476ac36fa348cc89a69ffa742030ca" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.675350  5496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.675470  5575 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bf43604c08444429a9d087646b605af" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.673658  5426 raft_consensus.cc:2468] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:09.676021  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.676142  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7483ce78be4a4a96bc565cb66c9e1098" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.673063  5419 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.672272  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.683521  5420 raft_consensus.cc:2468] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:09.680867  5571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "826e1e1bc8cc40e18f02ac4019c02191" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.682452  5419 raft_consensus.cc:2468] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:09.683095  5498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.685570  5502 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bf43604c08444429a9d087646b605af" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.684682  5496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.686422  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.678258  6096 raft_consensus.cc:515] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:09.687664  5499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53d53924d7014972947d935a1275c0b1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.688400  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.690346  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4732b38a8cf48f1a08293c1561b5c89" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.691565  5499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.692637  6096 leader_election.cc:290] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:09.692960  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7483ce78be4a4a96bc565cb66c9e1098" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:09.700033  5540 leader_election.cc:304] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [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: 4afee209007b49e2949b3a007fa79a8e; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.701462  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7483ce78be4a4a96bc565cb66c9e1098" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.702629  5573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.703483  6107 raft_consensus.cc:2749] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.704396  5571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "53d53924d7014972947d935a1275c0b1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.704802  5573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bf43604c08444429a9d087646b605af" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.706430  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.707856  5540 leader_election.cc:304] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [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: 4afee209007b49e2949b3a007fa79a8e; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.708554  6096 raft_consensus.cc:2749] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.709689  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f4732b38a8cf48f1a08293c1561b5c89" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.710951  5573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ea158e28b42a462c859d18fcdcfa8b3c" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 25 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.711923  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2bf43604c08444429a9d087646b605af" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.712144  5540 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [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: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.713003  6096 raft_consensus.cc:2804] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:09.713416  6096 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting leader election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.713825  6096 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:09.713733  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7483ce78be4a4a96bc565cb66c9e1098" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:09.718458  5393 leader_election.cc:304] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.719317  5573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:09.719933  6111 raft_consensus.cc:2749] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.720641  5393 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.722114  5466 leader_election.cc:304] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [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: 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:09.722299  5540 leader_election.cc:304] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [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: 4afee209007b49e2949b3a007fa79a8e; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.722468  6111 raft_consensus.cc:2804] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:09.722886  6111 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.723627  5540 leader_election.cc:304] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [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: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.723943  6111 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:09.723507  5466 leader_election.cc:304] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [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: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:09.723950  6110 raft_consensus.cc:2749] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.723006  6107 raft_consensus.cc:2749] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.726310  5393 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.729753  6110 raft_consensus.cc:2804] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:09.730192  6110 raft_consensus.cc:493] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:09.730327  5393 leader_election.cc:304] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.730638  6110 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:09.731578  5393 leader_election.cc:304] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.732329  6102 raft_consensus.cc:2749] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.732964  6102 raft_consensus.cc:2749] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.733593  6102 raft_consensus.cc:2749] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.735057  5393 leader_election.cc:304] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.735414  6111 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.735869  6102 raft_consensus.cc:2749] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.736426  6107 raft_consensus.cc:2804] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:09.737721  6107 raft_consensus.cc:493] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting leader election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:09.738209  6107 raft_consensus.cc:3060] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:09.737931  6110 raft_consensus.cc:515] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:09.740173  5466 leader_election.cc:304] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [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: 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:09.741134  6097 raft_consensus.cc:2749] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.742434  5466 leader_election.cc:304] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [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: 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:09.743242  6097 raft_consensus.cc:2749] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.744786  6107 raft_consensus.cc:515] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Starting leader election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:09.736696  5393 leader_election.cc:304] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.746407  6102 raft_consensus.cc:2749] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.747545  5393 leader_election.cc:304] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.748253  6102 raft_consensus.cc:2749] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.748589  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:09.749396  5393 leader_election.cc:304] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.750154  6102 raft_consensus.cc:2749] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.751245  6110 leader_election.cc:290] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 2 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.752302  5540 leader_election.cc:304] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [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: 4afee209007b49e2949b3a007fa79a8e; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.753288  6091 raft_consensus.cc:2749] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.727774  6096 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Starting leader election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:09.754581  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:09.756575  6111 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 election: Requested vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:09.757859  5573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:09.760871  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:09.759361  5393 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.762701  6111 raft_consensus.cc:2749] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.767253  6096 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:09.768129  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:09.769397  6107 leader_election.cc:290] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 election: Requested vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625)
I20260630 12:36:09.771086  5419 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:09.769446  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:09.772655  5540 leader_election.cc:304] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.768903  5573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:09.774128  6096 raft_consensus.cc:2749] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.774884  5540 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:09.775578  6096 raft_consensus.cc:2749] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.776196  5468 leader_election.cc:304] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:09.776919  6110 raft_consensus.cc:2749] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:09.959375  5420 raft_consensus.cc:1240] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Rejecting Update request from peer 52300a29e4eb452c967b5d5670f508c3 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:09.960521  6110 consensus_queue.cc:1059] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: INVALID_TERM, Last received: 1.26, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:09.961349  6097 raft_consensus.cc:3055] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:09.961673  6097 raft_consensus.cc:740] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:09.962479  6097 consensus_queue.cc:260] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:09.963454  6097 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:10.013178  5573 raft_consensus.cc:1240] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Rejecting Update request from peer 52300a29e4eb452c967b5d5670f508c3 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:10.014503  6097 consensus_queue.cc:1059] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true }, Status: INVALID_TERM, Last received: 1.26, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:10.015188  6110 raft_consensus.cc:3055] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:10.015516  6110 raft_consensus.cc:740] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:10.016209  6110 consensus_queue.cc:260] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:10.017504  6110 raft_consensus.cc:3060] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:10.060375  5501 raft_consensus.cc:1240] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Rejecting Update request from peer 4afee209007b49e2949b3a007fa79a8e for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:10.062320  6096 consensus_queue.cc:1059] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: INVALID_TERM, Last received: 1.27, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:10.063256  6096 raft_consensus.cc:3055] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:10.063705  6096 raft_consensus.cc:740] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:10.064806  6096 consensus_queue.cc:260] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:10.066630  6096 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:10.112979  5573 raft_consensus.cc:1240] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Rejecting Update request from peer 52300a29e4eb452c967b5d5670f508c3 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:10.114763  6110 consensus_queue.cc:1059] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true }, Status: INVALID_TERM, Last received: 1.27, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:10.115614  6097 raft_consensus.cc:3055] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:10.116011  6097 raft_consensus.cc:740] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:10.116914  6097 consensus_queue.cc:260] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:10.118757  6097 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:10.498049  6074 tablet_copy_client.cc:538] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:10.507575  6074 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap starting.
I20260630 12:36:10.641467  6074 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=120 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:10.642436  6074 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap complete.
I20260630 12:36:10.643112  6074 ts_tablet_manager.cc:1403] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: Time spent bootstrapping tablet: real 0.136s	user 0.102s	sys 0.021s
I20260630 12:36:10.645682  6074 raft_consensus.cc:359] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:10.646488  6074 raft_consensus.cc:740] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f4ce950ad82e404c8c4df033a4b7e824, State: Initialized, Role: LEARNER
I20260630 12:36:10.647083  6074 consensus_queue.cc:260] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:10.669010  6074 ts_tablet_manager.cc:1434] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: Time spent starting tablet: real 0.026s	user 0.005s	sys 0.009s
I20260630 12:36:10.670907  5586 tablet_copy_service.cc:342] P 4afee209007b49e2949b3a007fa79a8e: Request end of tablet copy session f4ce950ad82e404c8c4df033a4b7e824-06adcfaa1e2f48a4b2eb2d779bc3da2c received from {username='slave'} at 127.0.0.1:52524
I20260630 12:36:10.671334  5586 tablet_copy_service.cc:434] P 4afee209007b49e2949b3a007fa79a8e: ending tablet copy session f4ce950ad82e404c8c4df033a4b7e824-06adcfaa1e2f48a4b2eb2d779bc3da2c on tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c with peer f4ce950ad82e404c8c4df033a4b7e824
I20260630 12:36:10.682597  6083 tablet_copy_client.cc:538] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:10.682955  6077 tablet_copy_client.cc:538] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:10.691992  6077 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: Bootstrap starting.
I20260630 12:36:10.692281  6083 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap starting.
I20260630 12:36:10.750573  6080 tablet_copy_client.cc:538] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:10.759985  6080 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: Bootstrap starting.
I20260630 12:36:10.819636  6089 tablet_copy_client.cc:538] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:10.826587  6087 tablet_copy_client.cc:538] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:10.835626  6087 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap starting.
I20260630 12:36:10.838552  6089 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap starting.
I20260630 12:36:10.900710  6077 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=111 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:10.901670  6077 tablet_bootstrap.cc:492] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: Bootstrap complete.
I20260630 12:36:10.902379  6077 ts_tablet_manager.cc:1403] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: Time spent bootstrapping tablet: real 0.211s	user 0.142s	sys 0.013s
I20260630 12:36:10.905026  6077 raft_consensus.cc:359] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:10.905840  6077 raft_consensus.cc:740] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ccbe5205a333453eb80ce84aba54d817, State: Initialized, Role: LEARNER
I20260630 12:36:10.906495  6077 consensus_queue.cc:260] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:10.915875  6077 ts_tablet_manager.cc:1434] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:36:10.921106  5512 tablet_copy_service.cc:342] P 52300a29e4eb452c967b5d5670f508c3: Request end of tablet copy session ccbe5205a333453eb80ce84aba54d817-bb8afe10128544d98c46fc940e032ff5 received from {username='slave'} at 127.0.0.1:47602
I20260630 12:36:10.921547  5512 tablet_copy_service.cc:434] P 52300a29e4eb452c967b5d5670f508c3: ending tablet copy session ccbe5205a333453eb80ce84aba54d817-bb8afe10128544d98c46fc940e032ff5 on tablet bb8afe10128544d98c46fc940e032ff5 with peer ccbe5205a333453eb80ce84aba54d817
I20260630 12:36:10.933204  6083 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=115 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:10.934803  6083 tablet_bootstrap.cc:492] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap complete.
I20260630 12:36:10.942628  6083 ts_tablet_manager.cc:1403] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: Time spent bootstrapping tablet: real 0.251s	user 0.172s	sys 0.007s
I20260630 12:36:10.945732  6083 raft_consensus.cc:359] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:10.946600  6083 raft_consensus.cc:740] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ab00cb06c1d04a4f8d1318fad156fe24, State: Initialized, Role: LEARNER
I20260630 12:36:10.947278  6083 consensus_queue.cc:260] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:10.956578  6083 ts_tablet_manager.cc:1434] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:36:10.958271  5437 tablet_copy_service.cc:342] P 2c14a24629544ab48aa927f57d1c3ff6: Request end of tablet copy session ab00cb06c1d04a4f8d1318fad156fe24-7483ce78be4a4a96bc565cb66c9e1098 received from {username='slave'} at 127.0.0.1:36634
I20260630 12:36:10.958714  5437 tablet_copy_service.cc:434] P 2c14a24629544ab48aa927f57d1c3ff6: ending tablet copy session ab00cb06c1d04a4f8d1318fad156fe24-7483ce78be4a4a96bc565cb66c9e1098 on tablet 7483ce78be4a4a96bc565cb66c9e1098 with peer ab00cb06c1d04a4f8d1318fad156fe24
I20260630 12:36:11.016896  6080 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:11.017896  6080 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: Bootstrap complete.
I20260630 12:36:11.018642  6080 ts_tablet_manager.cc:1403] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: Time spent bootstrapping tablet: real 0.259s	user 0.134s	sys 0.021s
I20260630 12:36:11.021428  6080 raft_consensus.cc:359] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:11.022291  6080 raft_consensus.cc:740] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ccbe5205a333453eb80ce84aba54d817, State: Initialized, Role: LEARNER
I20260630 12:36:11.022941  6080 consensus_queue.cc:260] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:11.033061  6080 ts_tablet_manager.cc:1434] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260630 12:36:11.040737  5586 tablet_copy_service.cc:342] P 4afee209007b49e2949b3a007fa79a8e: Request end of tablet copy session ccbe5205a333453eb80ce84aba54d817-53d53924d7014972947d935a1275c0b1 received from {username='slave'} at 127.0.0.1:52530
I20260630 12:36:11.041195  5586 tablet_copy_service.cc:434] P 4afee209007b49e2949b3a007fa79a8e: ending tablet copy session ccbe5205a333453eb80ce84aba54d817-53d53924d7014972947d935a1275c0b1 on tablet 53d53924d7014972947d935a1275c0b1 with peer ccbe5205a333453eb80ce84aba54d817
I20260630 12:36:11.107282  6087 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=89 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:11.108285  6087 tablet_bootstrap.cc:492] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap complete.
I20260630 12:36:11.108966  6087 ts_tablet_manager.cc:1403] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: Time spent bootstrapping tablet: real 0.274s	user 0.139s	sys 0.012s
I20260630 12:36:11.109122  6089 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=102 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:11.110069  6089 tablet_bootstrap.cc:492] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap complete.
I20260630 12:36:11.110819  6089 ts_tablet_manager.cc:1403] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: Time spent bootstrapping tablet: real 0.273s	user 0.118s	sys 0.030s
I20260630 12:36:11.111742  6087 raft_consensus.cc:359] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:11.112610  6087 raft_consensus.cc:740] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f4ce950ad82e404c8c4df033a4b7e824, State: Initialized, Role: LEARNER
I20260630 12:36:11.113224  6087 consensus_queue.cc:260] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [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: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:11.113548  6089 raft_consensus.cc:359] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:11.116997  6089 raft_consensus.cc:740] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ab00cb06c1d04a4f8d1318fad156fe24, State: Initialized, Role: LEARNER
I20260630 12:36:11.115590  6087 ts_tablet_manager.cc:1434] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:11.117656  6089 consensus_queue.cc:260] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:11.119632  6089 ts_tablet_manager.cc:1434] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:36:11.119758  5512 tablet_copy_service.cc:342] P 52300a29e4eb452c967b5d5670f508c3: Request end of tablet copy session f4ce950ad82e404c8c4df033a4b7e824-35a1e930bf1843798efbbd07ebbccb16 received from {username='slave'} at 127.0.0.1:47618
I20260630 12:36:11.120239  5512 tablet_copy_service.cc:434] P 52300a29e4eb452c967b5d5670f508c3: ending tablet copy session f4ce950ad82e404c8c4df033a4b7e824-35a1e930bf1843798efbbd07ebbccb16 on tablet 35a1e930bf1843798efbbd07ebbccb16 with peer f4ce950ad82e404c8c4df033a4b7e824
I20260630 12:36:11.121343  5586 tablet_copy_service.cc:342] P 4afee209007b49e2949b3a007fa79a8e: Request end of tablet copy session ab00cb06c1d04a4f8d1318fad156fe24-2bf43604c08444429a9d087646b605af received from {username='slave'} at 127.0.0.1:52546
I20260630 12:36:11.121861  5586 tablet_copy_service.cc:434] P 4afee209007b49e2949b3a007fa79a8e: ending tablet copy session ab00cb06c1d04a4f8d1318fad156fe24-2bf43604c08444429a9d087646b605af on tablet 2bf43604c08444429a9d087646b605af with peer ab00cb06c1d04a4f8d1318fad156fe24
I20260630 12:36:11.126284  5860 raft_consensus.cc:1217] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260630 12:36:11.165719  6097 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:11.166277  6097 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:11.168442  6097 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:11.169153  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:11.169890  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:11.171365  5468 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:11.172137  6097 raft_consensus.cc:2749] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:36:11.232409  5860 raft_consensus.cc:1217] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260630 12:36:11.241328  5935 raft_consensus.cc:1217] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260630 12:36:11.248353  6111 raft_consensus.cc:493] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:11.248904  6111 raft_consensus.cc:515] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:11.251117  6111 leader_election.cc:290] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:11.251708  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:11.252359  5501 raft_consensus.cc:2468] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 2.
I20260630 12:36:11.252565  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:11.253341  5574 raft_consensus.cc:2393] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2c14a24629544ab48aa927f57d1c3ff6 in current term 2: Already voted for candidate 4afee209007b49e2949b3a007fa79a8e in this term.
I20260630 12:36:11.254468  5392 leader_election.cc:304] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:11.256208  6111 raft_consensus.cc:2804] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:11.256572  6111 raft_consensus.cc:493] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:11.256933  6111 raft_consensus.cc:3060] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:11.263701  6111 raft_consensus.cc:515] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:11.266309  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:11.267545  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35a1e930bf1843798efbbd07ebbccb16" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:11.268312  5574 raft_consensus.cc:2393] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 2c14a24629544ab48aa927f57d1c3ff6 in current term 2: Already voted for candidate 4afee209007b49e2949b3a007fa79a8e in this term.
I20260630 12:36:11.269577  6111 leader_election.cc:290] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 2 election: Requested vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:11.272068  5501 raft_consensus.cc:2468] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 2.
I20260630 12:36:11.272994  5392 leader_election.cc:304] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:11.273695  6111 raft_consensus.cc:2804] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:11.274816  6111 raft_consensus.cc:697] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 LEADER]: Becoming Leader. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Running, Role: LEADER
I20260630 12:36:11.275789  6111 consensus_queue.cc:237] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:11.285297  5320 catalog_manager.cc:5697] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: term changed from 1 to 2, leader changed from 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) to 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1). New cstate: current_term: 2 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:11.387079  6096 raft_consensus.cc:493] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:11.387663  6096 raft_consensus.cc:515] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:11.390689  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 3 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:11.391028  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 3 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:11.391381  5420 raft_consensus.cc:2468] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 1.
I20260630 12:36:11.391707  5501 raft_consensus.cc:2468] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 2.
I20260630 12:36:11.392663  5540 leader_election.cc:304] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:11.390712  6096 leader_election.cc:290] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:11.393522  6096 raft_consensus.cc:2804] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:36:11.393941  6096 raft_consensus.cc:493] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:11.394377  6096 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.402212  6129 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:11.402787  6129 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:11.403872  6096 raft_consensus.cc:515] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Starting leader election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:11.405539  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:11.406311  5420 raft_consensus.cc:2393] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 4afee209007b49e2949b3a007fa79a8e in current term 2: Already voted for candidate 2c14a24629544ab48aa927f57d1c3ff6 in this term.
I20260630 12:36:11.407508  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 3 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:11.408069  5501 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.408891  6129 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:11.408082  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06adcfaa1e2f48a4b2eb2d779bc3da2c" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 3 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:11.410348  5420 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.410830  5499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:11.411505  5499 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 2.
I20260630 12:36:11.412814  5541 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:11.417623  5420 raft_consensus.cc:2468] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 3.
I20260630 12:36:11.418421  5501 raft_consensus.cc:2468] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 3.
I20260630 12:36:11.419291  5540 leader_election.cc:304] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e; no voters: 
I20260630 12:36:11.419879  6129 raft_consensus.cc:2804] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:11.420348  6129 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Starting leader election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:11.420766  6129 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:11.418107  6096 leader_election.cc:290] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 3 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:11.422420  6096 raft_consensus.cc:2804] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:36:11.422857  6096 raft_consensus.cc:697] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 3 LEADER]: Becoming Leader. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:11.423635  6096 consensus_queue.cc:237] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:11.428416  6129 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:11.431685  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:11.432544  5420 raft_consensus.cc:2393] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 4afee209007b49e2949b3a007fa79a8e in current term 2: Already voted for candidate 2c14a24629544ab48aa927f57d1c3ff6 in this term.
I20260630 12:36:11.436579  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "4afee209007b49e2949b3a007fa79a8e" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:11.447273  5501 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4afee209007b49e2949b3a007fa79a8e in term 2.
I20260630 12:36:11.448355  5541 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [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: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 2c14a24629544ab48aa927f57d1c3ff6
I20260630 12:36:11.449074  6130 raft_consensus.cc:2804] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:11.449286  6129 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [CANDIDATE]: Term 2 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
I20260630 12:36:11.457602  6130 raft_consensus.cc:697] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 2 LEADER]: Becoming Leader. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:11.458570  6130 consensus_queue.cc:237] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:11.459417  5320 catalog_manager.cc:5697] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:11.474238  5320 catalog_manager.cc:5697] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e reported cstate change: term changed from 1 to 2, leader changed from 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) to 4afee209007b49e2949b3a007fa79a8e (127.0.235.3). New cstate: current_term: 2 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:11.497078  6097 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:11.497674  6097 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:11.499862  6097 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:11.500690  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 3 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6" is_pre_election: true
I20260630 12:36:11.501299  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 3 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:11.501974  5574 raft_consensus.cc:2468] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 2.
I20260630 12:36:11.502714  5420 raft_consensus.cc:2468] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 1.
I20260630 12:36:11.503181  5468 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:11.503963  6097 raft_consensus.cc:2804] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:36:11.504366  6097 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:11.504693  6097 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.511330  6097 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Starting leader election with config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:11.514120  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 3 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2c14a24629544ab48aa927f57d1c3ff6"
I20260630 12:36:11.514248  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bb8afe10128544d98c46fc940e032ff5" candidate_uuid: "52300a29e4eb452c967b5d5670f508c3" candidate_term: 3 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:11.514770  5420 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.514858  5574 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.521485  5574 raft_consensus.cc:2468] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 3.
I20260630 12:36:11.522620  5468 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:11.523838  5420 raft_consensus.cc:2468] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52300a29e4eb452c967b5d5670f508c3 in term 3.
I20260630 12:36:11.528283  6097 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [CANDIDATE]: Term 3 election: Requested vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:11.529264  6134 raft_consensus.cc:2804] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:36:11.529887  6134 raft_consensus.cc:697] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 3 LEADER]: Becoming Leader. State: Replica: 52300a29e4eb452c967b5d5670f508c3, State: Running, Role: LEADER
I20260630 12:36:11.530939  6134 consensus_queue.cc:237] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:11.540548  5320 catalog_manager.cc:5697] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:11.542448  6111 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:11.542999  6111 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:11.545130  6111 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:11.546213  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3" is_pre_election: true
I20260630 12:36:11.546792  5501 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 2.
I20260630 12:36:11.546712  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e" is_pre_election: true
I20260630 12:36:11.548203  5392 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 
I20260630 12:36:11.549667  6111 raft_consensus.cc:2804] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:36:11.550076  6111 raft_consensus.cc:493] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:11.554201  6111 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.561297  6111 raft_consensus.cc:515] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:11.563683  5501 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "52300a29e4eb452c967b5d5670f508c3"
I20260630 12:36:11.564049  5574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a3bde5e5cf44bb19d85be6febb020a1" candidate_uuid: "2c14a24629544ab48aa927f57d1c3ff6" candidate_term: 3 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "4afee209007b49e2949b3a007fa79a8e"
I20260630 12:36:11.564244  5501 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.565594  6111 leader_election.cc:290] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [CANDIDATE]: Term 3 election: Requested vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:11.568998  5501 raft_consensus.cc:2468] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2c14a24629544ab48aa927f57d1c3ff6 in term 3.
I20260630 12:36:11.569892  5392 leader_election.cc:304] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3; no voters: 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:11.570626  6111 raft_consensus.cc:2804] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:36:11.571123  6111 raft_consensus.cc:697] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 LEADER]: Becoming Leader. State: Replica: 2c14a24629544ab48aa927f57d1c3ff6, State: Running, Role: LEADER
I20260630 12:36:11.571805  6111 consensus_queue.cc:237] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:11.585469  5320 catalog_manager.cc:5697] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: term changed from 2 to 3, leader changed from 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) to 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1). New cstate: current_term: 3 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:11.683540  6130 raft_consensus.cc:1064] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: attempting to promote NON_VOTER ccbe5205a333453eb80ce84aba54d817 to VOTER
I20260630 12:36:11.686790  6130 consensus_queue.cc:237] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } }
I20260630 12:36:11.694841  5935 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 LEARNER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:11.695161  5501 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:11.696899  6130 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:11.697229  5420 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:11.699621  6129 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } 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:36:11.701610  6129 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:11.724730  5499 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 2 index: 27. (index mismatch)
I20260630 12:36:11.726392  6111 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:11.743175  6132 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:11.751188  6009 raft_consensus.cc:3060] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Advancing to term 2
I20260630 12:36:11.755321  5501 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:11.758910  6009 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 LEARNER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 2 index: 27. (index mismatch)
I20260630 12:36:11.760347  6096 raft_consensus.cc:1064] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: attempting to promote NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 to VOTER
I20260630 12:36:11.762493  6123 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:11.763762  6096 consensus_queue.cc:237] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } }
I20260630 12:36:11.767648  5935 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:11.770776  5420 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:11.789703  5496 raft_consensus.cc:1275] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:11.791378  5574 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 2 index: 27. (index mismatch)
I20260630 12:36:11.792865  5860 raft_consensus.cc:1275] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:11.796568  6130 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:11.804358  6129 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } 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:36:11.799347  6111 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:11.802155  5320 catalog_manager.cc:5697] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e reported cstate change: config changed from index 27 to 28, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:36:11.891674  5540 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.1:44625, user_credentials={real_user=slave}} blocked reactor thread for 49014us
I20260630 12:36:11.894439  5420 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260630 12:36:11.897042  6153 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:11.899492  5573 consensus_queue.cc:237] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [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: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } }
I20260630 12:36:11.904603  5499 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:11.905905  6153 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:11.916553  5935 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:11.918916  6153 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:11.921262  5419 raft_consensus.cc:1240] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 LEADER]: Rejecting Update request from peer 4afee209007b49e2949b3a007fa79a8e for earlier term 2. Current term is 3. Ops: []
I20260630 12:36:11.926614  5501 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260630 12:36:11.926900  5502 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:11.928153  6129 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:11.937255  6130 consensus_queue.cc:1059] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: INVALID_TERM, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:11.938052  6130 consensus_queue.cc:1243] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Peer 2c14a24629544ab48aa927f57d1c3ff6 log is divergent from this leader: its last log entry 3.27 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 26
I20260630 12:36:11.938606  6129 raft_consensus.cc:3055] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:36:11.939018  6129 raft_consensus.cc:740] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 4afee209007b49e2949b3a007fa79a8e, State: Running, Role: LEADER
I20260630 12:36:11.939930  6129 consensus_queue.cc:260] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 2.27, Last appended by leader: 27, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } }
I20260630 12:36:11.940986  6129 raft_consensus.cc:3060] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:11.946666  6132 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:11.965618  5935 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:11.984952  6008 raft_consensus.cc:3060] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Advancing to term 3
I20260630 12:36:11.990685  5425 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260630 12:36:11.992563  6134 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:11.994838  5419 raft_consensus.cc:1275] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:11.998248  5312 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 53d53924d7014972947d935a1275c0b1 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260630 12:36:11.968706  6146 log.cc:927] Time spent T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: Append to log took a long time: real 0.186s	user 0.001s	sys 0.000s
I20260630 12:36:11.970806  5320 catalog_manager.cc:5697] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: config changed from index 28 to 29, VOTER 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1) evicted. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.006556  6008 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 LEARNER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260630 12:36:12.009119  6096 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:12.013863  5416 tablet_service.cc:1558] Processing DeleteTablet for tablet 53d53924d7014972947d935a1275c0b1 with delete_type TABLET_DATA_TOMBSTONED (TS 2c14a24629544ab48aa927f57d1c3ff6 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:60170
I20260630 12:36:12.019268  5934 raft_consensus.cc:3060] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 1 LEARNER]: Advancing to term 3
I20260630 12:36:12.019367  6153 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.028038  5574 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260630 12:36:12.028931  5934 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 LEARNER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 3 index: 28. (index mismatch)
I20260630 12:36:12.029676  6134 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:12.030570  6097 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
W20260630 12:36:12.033674  5392 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:44547, user_credentials={real_user=slave}} blocked reactor thread for 271122us
I20260630 12:36:12.029765  6154 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.012s
I20260630 12:36:12.052393  6134 raft_consensus.cc:1064] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: attempting to promote NON_VOTER ccbe5205a333453eb80ce84aba54d817 to VOTER
W20260630 12:36:12.053131  6134 raft_consensus.cc:1068] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: Unable to promote non-voter ccbe5205a333453eb80ce84aba54d817: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:36:12.057017  5541 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:44547, user_credentials={real_user=slave}} blocked reactor thread for 96964.1us
I20260630 12:36:12.065932  6161 tablet_replica.cc:333] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:12.067001  6161 raft_consensus.cc:2243] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.067730  6161 raft_consensus.cc:2272] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.082266  6111 raft_consensus.cc:1064] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6: attempting to promote NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 to VOTER
I20260630 12:36:12.084897  6111 consensus_queue.cc:237] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } }
I20260630 12:36:12.086416  6161 ts_tablet_manager.cc:1916] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:12.086879  6129 raft_consensus.cc:1064] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: attempting to promote NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 to VOTER
I20260630 12:36:12.090258  6129 consensus_queue.cc:237] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 3.28, Last appended by leader: 27, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } }
I20260630 12:36:12.097554  6008 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 LEARNER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260630 12:36:12.098973  6130 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.103400  5496 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260630 12:36:12.111707  6132 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.114754  5419 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.119168  6159 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 3 LEADER]: Committing config change with OpId 3.29: config changed from index 27 to 29, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.124234  5860 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:12.160478  6144 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } 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:36:12.127660  5501 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 27 to 29, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.129992  5502 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:12.137583  6134 raft_consensus.cc:1064] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: attempting to promote NON_VOTER ccbe5205a333453eb80ce84aba54d817 to VOTER
I20260630 12:36:12.126802  5574 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260630 12:36:12.144408  6161 ts_tablet_manager.cc:1929] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260630 12:36:12.163290  5573 raft_consensus.cc:1275] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 2 index: 27. Preceding OpId from leader: term: 3 index: 27. (term mismatch)
I20260630 12:36:12.164137  5573 pending_rounds.cc:85] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e: Aborting all ops after (but not including) 26
I20260630 12:36:12.164383  5573 pending_rounds.cc:107] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e: Aborting uncommitted NO_OP operation due to leader change: 2.27
I20260630 12:36:12.164636  5573 raft_consensus.cc:2889] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:36:12.164705  6134 consensus_queue.cc:237] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 3.28, Last appended by leader: 27, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } }
I20260630 12:36:12.166756  6161 log.cc:1199] T 53d53924d7014972947d935a1275c0b1 P 2c14a24629544ab48aa927f57d1c3ff6: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-0-root/wals/53d53924d7014972947d935a1275c0b1
I20260630 12:36:12.167630  6007 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 27 to 29, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.168792  5310 catalog_manager.cc:5028] TS 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): tablet 53d53924d7014972947d935a1275c0b1 (table test-workload [id=cf88c528f1d1410da293c2c763e3016c]) successfully deleted
I20260630 12:36:12.170562  6144 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:12.161507  6123 raft_consensus.cc:1064] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6: attempting to promote NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 to VOTER
I20260630 12:36:12.172915  6166 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:12.175151  6123 consensus_queue.cc:237] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 2.27, Last appended by leader: 26, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } }
I20260630 12:36:12.182047  5933 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 LEARNER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260630 12:36:12.184365  6168 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.184967  5425 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260630 12:36:12.187927  5574 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260630 12:36:12.188592  5425 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 3 index: 28. Preceding OpId from leader: term: 3 index: 29. (index mismatch)
I20260630 12:36:12.193120  6009 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 LEARNER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 2 index: 27. Preceding OpId from leader: term: 2 index: 28. (index mismatch)
I20260630 12:36:12.191632  6097 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.002s
I20260630 12:36:12.195843  6159 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:12.200182  6111 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } 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:36:12.200229  5324 catalog_manager.cc:5697] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 reported cstate change: config changed from index 27 to 29, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.203125  6168 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:12.207023  5501 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
W20260630 12:36:12.215161  5392 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:44547, user_credentials={real_user=slave}} blocked reactor thread for 50638.9us
I20260630 12:36:12.222550  5860 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.228665  6177 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 3 LEADER]: Committing config change with OpId 3.29: config changed from index 27 to 29, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.234807  5574 consensus_queue.cc:237] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 3.29, Last appended by leader: 27, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } }
I20260630 12:36:12.235129  5425 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 27 to 29, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.239965  5420 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 27 to 29, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.242161  5502 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 2 index: 27. Preceding OpId from leader: term: 2 index: 28. (index mismatch)
W20260630 12:36:12.242375  5393 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.3:43471, user_credentials={real_user=slave}} blocked reactor thread for 77139.7us
I20260630 12:36:12.253924  6166 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:12.255514  5571 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 2 index: 27. Preceding OpId from leader: term: 2 index: 28. (index mismatch)
I20260630 12:36:12.244665  5573 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 27 to 29, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.260854  6166 consensus_queue.cc:1048] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:12.261333  6144 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:12.267437  6144 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 LEADER]: Committing config change with OpId 2.28: config changed from index 26 to 28, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.279999  5502 raft_consensus.cc:1275] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 3 index: 27. (index mismatch)
I20260630 12:36:12.280335  5575 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Committing config change with OpId 2.28: config changed from index 26 to 28, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.281105  5499 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Committing config change with OpId 2.28: config changed from index 26 to 28, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.289780  6166 consensus_queue.cc:1048] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260630 12:36:12.239542  5322 catalog_manager.cc:5697] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e reported cstate change: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:12.305946  6007 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 3 index: 29. Preceding OpId from leader: term: 3 index: 30. (index mismatch)
I20260630 12:36:12.307739  6153 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:12.317911  6009 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 FOLLOWER]: Committing config change with OpId 2.28: config changed from index 26 to 28, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.323138  6111 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.325387  5859 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.327494  5571 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.334519  6159 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 3 LEADER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.338382  5318 catalog_manager.cc:5697] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index 27 to 29, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.340291  5318 catalog_manager.cc:5697] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index 26 to 28, f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:12.346669  6007 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.349139  5499 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 3 index: 29. Preceding OpId from leader: term: 3 index: 30. (index mismatch)
I20260630 12:36:12.353257  6158 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:12.356397  5935 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 FOLLOWER]: Committing config change with OpId 3.29: config changed from index 27 to 29, ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.367590  5312 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:12.369874  5496 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.377225  5499 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.400851  5324 catalog_manager.cc:5697] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 reported cstate change: config changed from index 29 to 30, VOTER 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1) evicted. New cstate: current_term: 3 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.402060  5425 consensus_queue.cc:237] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 2.28, Last appended by leader: 26, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } }
I20260630 12:36:12.417137  6007 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 2 index: 28. Preceding OpId from leader: term: 2 index: 29. (index mismatch)
I20260630 12:36:12.419100  6166 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.421677  5499 raft_consensus.cc:1275] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 2 index: 28. Preceding OpId from leader: term: 2 index: 29. (index mismatch)
I20260630 12:36:12.421412  5321 catalog_manager.cc:5697] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 reported cstate change: config changed from index 27 to 28, ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.407210  5501 consensus_queue.cc:237] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 3.29, Last appended by leader: 27, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } }
I20260630 12:36:12.428076  6111 consensus_queue.cc:1048] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.430944  6144 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 LEADER]: Committing config change with OpId 2.29: config changed from index 28 to 29, VOTER 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.440181  5425 consensus_queue.cc:237] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } }
I20260630 12:36:12.444249  5935 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 3 index: 29. Preceding OpId from leader: term: 3 index: 30. (index mismatch)
I20260630 12:36:12.445720  6007 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 FOLLOWER]: Committing config change with OpId 2.29: config changed from index 28 to 29, VOTER 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.444832  5419 raft_consensus.cc:1275] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 3 index: 29. Preceding OpId from leader: term: 3 index: 30. (index mismatch)
I20260630 12:36:12.447341  6177 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:12.448698  6134 consensus_queue.cc:1048] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:12.451515  5859 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:12.452265  5571 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:12.453166  6166 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.456900  5310 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 35a1e930bf1843798efbbd07ebbccb16 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:12.457279  6111 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.465103  6173 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.465885  6134 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 3 LEADER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.471696  5935 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 FOLLOWER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.472527  5859 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.474787  5416 tablet_service.cc:1558] Processing DeleteTablet for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c with delete_type TABLET_DATA_TOMBSTONED (TS 2c14a24629544ab48aa927f57d1c3ff6 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:60170
I20260630 12:36:12.475705  6161 tablet_replica.cc:333] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:12.476608  6161 raft_consensus.cc:2243] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.477497  6161 raft_consensus.cc:2272] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.481988  6161 ts_tablet_manager.cc:1916] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:12.489691  5311 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet bb8afe10128544d98c46fc940e032ff5 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:12.491811  5571 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.461711  5322 catalog_manager.cc:5697] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index 28 to 29, VOTER 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) evicted. New cstate: current_term: 2 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:12.495524  5323 catalog_manager.cc:5697] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 reported cstate change: config changed from index 28 to 29, VOTER 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) evicted. New cstate: current_term: 1 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.496929  5310 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 7483ce78be4a4a96bc565cb66c9e1098 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:12.498586  5419 raft_consensus.cc:2955] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Committing config change with OpId 3.30: config changed from index 29 to 30, VOTER 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.505607  5499 raft_consensus.cc:2955] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Committing config change with OpId 2.29: config changed from index 28 to 29, VOTER 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } }
I20260630 12:36:12.507826  5566 tablet_service.cc:1558] Processing DeleteTablet for tablet 35a1e930bf1843798efbbd07ebbccb16 with delete_type TABLET_DATA_TOMBSTONED (TS 4afee209007b49e2949b3a007fa79a8e not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:57806
I20260630 12:36:12.512472  5491 tablet_service.cc:1558] Processing DeleteTablet for tablet 7483ce78be4a4a96bc565cb66c9e1098 with delete_type TABLET_DATA_TOMBSTONED (TS 52300a29e4eb452c967b5d5670f508c3 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:43400
I20260630 12:36:12.507875  5321 catalog_manager.cc:5697] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 reported cstate change: config changed from index 29 to 30, VOTER 4afee209007b49e2949b3a007fa79a8e (127.0.235.3) evicted. New cstate: current_term: 3 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } }
I20260630 12:36:12.511358  6161 ts_tablet_manager.cc:1929] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.29
I20260630 12:36:12.526654  6161 log.cc:1199] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 2c14a24629544ab48aa927f57d1c3ff6: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-0-root/wals/06adcfaa1e2f48a4b2eb2d779bc3da2c
I20260630 12:36:12.528491  5310 catalog_manager.cc:5028] TS 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c (table test-workload [id=cf88c528f1d1410da293c2c763e3016c]) successfully deleted
I20260630 12:36:12.539279  5563 tablet_service.cc:1558] Processing DeleteTablet for tablet bb8afe10128544d98c46fc940e032ff5 with delete_type TABLET_DATA_TOMBSTONED (TS 4afee209007b49e2949b3a007fa79a8e not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:57806
I20260630 12:36:12.553306  6185 tablet_replica.cc:333] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:12.554188  6186 tablet_replica.cc:333] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:12.554908  6186 raft_consensus.cc:2243] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.555500  6186 raft_consensus.cc:2272] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.556933  6185 raft_consensus.cc:2243] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.557832  6185 raft_consensus.cc:2272] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.567145  5571 consensus_queue.cc:237] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } }
I20260630 12:36:12.573244  6186 ts_tablet_manager.cc:1916] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:12.573520  5859 raft_consensus.cc:1275] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:12.575162  6153 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.581236  6185 ts_tablet_manager.cc:1916] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:12.583103  6130 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.591565  5859 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.602429  5419 raft_consensus.cc:1275] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260630 12:36:12.604053  6153 consensus_queue.cc:1048] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:12.606392  6185 ts_tablet_manager.cc:1929] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.28
I20260630 12:36:12.608960  6186 ts_tablet_manager.cc:1929] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260630 12:36:12.609715  6186 log.cc:1199] T 7483ce78be4a4a96bc565cb66c9e1098 P 52300a29e4eb452c967b5d5670f508c3: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-1-root/wals/7483ce78be4a4a96bc565cb66c9e1098
I20260630 12:36:12.609411  5419 raft_consensus.cc:2955] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.611743  5311 catalog_manager.cc:5028] TS 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): tablet 7483ce78be4a4a96bc565cb66c9e1098 (table test-workload [id=cf88c528f1d1410da293c2c763e3016c]) successfully deleted
I20260630 12:36:12.609424  6185 log.cc:1199] T 35a1e930bf1843798efbbd07ebbccb16 P 4afee209007b49e2949b3a007fa79a8e: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-2-root/wals/35a1e930bf1843798efbbd07ebbccb16
I20260630 12:36:12.614250  5312 catalog_manager.cc:5028] TS 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471): tablet 35a1e930bf1843798efbbd07ebbccb16 (table test-workload [id=cf88c528f1d1410da293c2c763e3016c]) successfully deleted
I20260630 12:36:12.614645  6185 tablet_replica.cc:333] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:12.614428  5321 catalog_manager.cc:5697] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 reported cstate change: config changed from index 28 to 29, VOTER 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2) evicted. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } }
I20260630 12:36:12.615602  6185 raft_consensus.cc:2243] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.617578  6185 raft_consensus.cc:2272] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.623627  5312 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2bf43604c08444429a9d087646b605af with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:12.631349  5491 tablet_service.cc:1558] Processing DeleteTablet for tablet 2bf43604c08444429a9d087646b605af with delete_type TABLET_DATA_TOMBSTONED (TS 52300a29e4eb452c967b5d5670f508c3 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:43400
I20260630 12:36:12.631631  6185 ts_tablet_manager.cc:1916] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:12.632299  6186 tablet_replica.cc:333] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:12.633419  6186 raft_consensus.cc:2243] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:12.634073  6186 raft_consensus.cc:2272] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:12.637809  6186 ts_tablet_manager.cc:1916] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:12.648098  6185 ts_tablet_manager.cc:1929] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.29
I20260630 12:36:12.648667  6185 log.cc:1199] T bb8afe10128544d98c46fc940e032ff5 P 4afee209007b49e2949b3a007fa79a8e: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-2-root/wals/bb8afe10128544d98c46fc940e032ff5
I20260630 12:36:12.650223  5312 catalog_manager.cc:5028] TS 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471): tablet bb8afe10128544d98c46fc940e032ff5 (table test-workload [id=cf88c528f1d1410da293c2c763e3016c]) successfully deleted
I20260630 12:36:12.651403  6186 ts_tablet_manager.cc:1929] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260630 12:36:12.651801  6186 log.cc:1199] T 2bf43604c08444429a9d087646b605af P 52300a29e4eb452c967b5d5670f508c3: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822834383079-940-0/minicluster-data/ts-1-root/wals/2bf43604c08444429a9d087646b605af
I20260630 12:36:12.652966  5311 catalog_manager.cc:5028] TS 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): tablet 2bf43604c08444429a9d087646b605af (table test-workload [id=cf88c528f1d1410da293c2c763e3016c]) successfully deleted
I20260630 12:36:13.650372  5499 consensus_queue.cc:237] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:13.656766  5571 raft_consensus.cc:1275] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260630 12:36:13.657334  5465 consensus_peers.cc:597] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 -> Peer f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6:44355): Couldn't send request to peer f4ce950ad82e404c8c4df033a4b7e824. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ea158e28b42a462c859d18fcdcfa8b3c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:13.658524  5419 raft_consensus.cc:1275] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260630 12:36:13.658634  6188 consensus_queue.cc:1048] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } 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:36:13.659927  6177 consensus_queue.cc:1048] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260630 12:36:13.666996  6188 raft_consensus.cc:2955] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:13.668718  5571 raft_consensus.cc:2955] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:13.673753  5419 raft_consensus.cc:2955] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:13.680016  5322 catalog_manager.cc:5697] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: config changed from index -1 to 26, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:13.682829  5574 consensus_queue.cc:237] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 30, Committed index: 30, Last appended: 3.30, Last appended by leader: 27, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
W20260630 12:36:13.692782  5540 consensus_peers.cc:597] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e -> Peer ccbe5205a333453eb80ce84aba54d817 (127.0.235.5:33155): Couldn't send request to peer ccbe5205a333453eb80ce84aba54d817. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 06adcfaa1e2f48a4b2eb2d779bc3da2c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:13.695387  6007 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 3 index: 30. Preceding OpId from leader: term: 3 index: 31. (index mismatch)
I20260630 12:36:13.696552  5499 raft_consensus.cc:1275] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 3 index: 30. Preceding OpId from leader: term: 3 index: 31. (index mismatch)
I20260630 12:36:13.696983  6158 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 30, Time since last communication: 0.000s
I20260630 12:36:13.702504  6158 consensus_queue.cc:1048] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 30, Time since last communication: 0.000s
I20260630 12:36:13.714288  6193 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 3 LEADER]: Committing config change with OpId 3.31: config changed from index 30 to 31, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:13.716040  6009 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Committing config change with OpId 3.31: config changed from index 30 to 31, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:13.736806  5574 consensus_queue.cc:237] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:13.743860  5499 raft_consensus.cc:2955] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Committing config change with OpId 3.31: config changed from index 30 to 31, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:13.746639  5322 catalog_manager.cc:5697] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e reported cstate change: config changed from index 30 to 31, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New cstate: current_term: 3 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:36:13.753662  5542 consensus_peers.cc:597] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e -> Peer ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4:41187): Couldn't send request to peer ab00cb06c1d04a4f8d1318fad156fe24. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 826e1e1bc8cc40e18f02ac4019c02191. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:13.754559  5419 raft_consensus.cc:1275] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:13.754770  5501 raft_consensus.cc:1275] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:13.756145  6193 consensus_queue.cc:1048] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } 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:36:13.758522  6193 consensus_queue.cc:1048] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:13.764434  6200 raft_consensus.cc:2955] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:13.772339  5501 raft_consensus.cc:2955] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:13.773164  5419 raft_consensus.cc:2955] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:13.779919  5425 consensus_queue.cc:237] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:13.785811  5321 catalog_manager.cc:5697] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:13.801191  5859 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:13.803735  5574 raft_consensus.cc:1275] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Refusing update from remote peer 2c14a24629544ab48aa927f57d1c3ff6: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:13.807327  6111 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:13.809172  6111 consensus_queue.cc:1048] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:13.822289  6111 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:13.836673  5860 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
W20260630 12:36:13.840281  5391 consensus_peers.cc:597] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 -> Peer ccbe5205a333453eb80ce84aba54d817 (127.0.235.5:33155): Couldn't send request to peer ccbe5205a333453eb80ce84aba54d817. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7483ce78be4a4a96bc565cb66c9e1098. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:13.846624  5574 raft_consensus.cc:2955] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } } }
I20260630 12:36:13.854799  5571 consensus_queue.cc:237] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:13.860658  5324 catalog_manager.cc:5697] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index 29 to 30, NON_VOTER ccbe5205a333453eb80ce84aba54d817 (127.0.235.5) added. New cstate: current_term: 1 leader_uuid: "2c14a24629544ab48aa927f57d1c3ff6" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:13.865748  5501 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
W20260630 12:36:13.866078  5539 consensus_peers.cc:597] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e -> Peer f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6:44355): Couldn't send request to peer f4ce950ad82e404c8c4df033a4b7e824. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 53d53924d7014972947d935a1275c0b1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:13.867287  6158 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:13.867913  5935 raft_consensus.cc:1275] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Refusing update from remote peer 4afee209007b49e2949b3a007fa79a8e: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260630 12:36:13.869292  6158 consensus_queue.cc:1048] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:13.897431  6193 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:13.899051  5935 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:13.903481  5501 raft_consensus.cc:2955] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:13.913563  5499 consensus_queue.cc:237] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:13.921464  5324 catalog_manager.cc:5697] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 reported cstate change: config changed from index 29 to 30, NON_VOTER f4ce950ad82e404c8c4df033a4b7e824 (127.0.235.6) added. New cstate: current_term: 1 leader_uuid: "4afee209007b49e2949b3a007fa79a8e" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } } }
I20260630 12:36:13.936105  5425 raft_consensus.cc:1275] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:13.938848  6177 consensus_queue.cc:1048] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } 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:36:13.964119  5571 raft_consensus.cc:1275] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Refusing update from remote peer 52300a29e4eb452c967b5d5670f508c3: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260630 12:36:13.966148  6177 consensus_queue.cc:1048] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:13.967469  6188 raft_consensus.cc:2955] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
W20260630 12:36:13.974133  5468 consensus_peers.cc:597] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 -> Peer ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4:41187): Couldn't send request to peer ab00cb06c1d04a4f8d1318fad156fe24. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dff6d287cb3c4bf2a7888e7b2c0c36ff. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:13.975878  5425 raft_consensus.cc:2955] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:13.977255  5571 raft_consensus.cc:2955] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:13.987051  5324 catalog_manager.cc:5697] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 reported cstate change: config changed from index -1 to 27, NON_VOTER ab00cb06c1d04a4f8d1318fad156fe24 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "52300a29e4eb452c967b5d5670f508c3" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } } }
I20260630 12:36:14.129240  6223 ts_tablet_manager.cc:933] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: Initiating tablet copy from peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:14.134967  6223 tablet_copy_client.cc:323] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:43471
I20260630 12:36:14.136746  5586 tablet_copy_service.cc:140] P 4afee209007b49e2949b3a007fa79a8e: Received BeginTabletCopySession request for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c from peer ccbe5205a333453eb80ce84aba54d817 ({username='slave'} at 127.0.0.1:52530)
I20260630 12:36:14.137321  5586 tablet_copy_service.cc:161] P 4afee209007b49e2949b3a007fa79a8e: Beginning new tablet copy session on tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c from peer ccbe5205a333453eb80ce84aba54d817 at {username='slave'} at 127.0.0.1:52530: session id = ccbe5205a333453eb80ce84aba54d817-06adcfaa1e2f48a4b2eb2d779bc3da2c
I20260630 12:36:14.146087  5586 tablet_copy_source_session.cc:215] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:14.149638  6223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:14.166724  6223 tablet_copy_client.cc:806] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:14.167588  6223 tablet_copy_client.cc:670] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:14.171694  6224 tablet_copy_client.cc:1025] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:14.242714  6225 ts_tablet_manager.cc:933] T 7483ce78be4a4a96bc565cb66c9e1098 P ccbe5205a333453eb80ce84aba54d817: Initiating tablet copy from peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625)
I20260630 12:36:14.244799  6225 tablet_copy_client.cc:323] T 7483ce78be4a4a96bc565cb66c9e1098 P ccbe5205a333453eb80ce84aba54d817: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:44625
I20260630 12:36:14.248580   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
W20260630 12:36:14.266300  5466 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 9 similar messages]
I20260630 12:36:14.310958  6230 ts_tablet_manager.cc:933] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: Initiating tablet copy from peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
W20260630 12:36:14.312258  5466 consensus_peers.cc:597] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 -> Peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Couldn't send request to peer 2c14a24629544ab48aa927f57d1c3ff6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:14.318555  6231 ts_tablet_manager.cc:933] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: Initiating tablet copy from peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:14.348205  6230 tablet_copy_client.cc:323] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:44547
I20260630 12:36:14.350000  5512 tablet_copy_service.cc:140] P 52300a29e4eb452c967b5d5670f508c3: Received BeginTabletCopySession request for tablet ea158e28b42a462c859d18fcdcfa8b3c from peer f4ce950ad82e404c8c4df033a4b7e824 ({username='slave'} at 127.0.0.1:47618)
I20260630 12:36:14.350294  6233 ts_tablet_manager.cc:933] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: Initiating tablet copy from peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
I20260630 12:36:14.350850  5512 tablet_copy_service.cc:161] P 52300a29e4eb452c967b5d5670f508c3: Beginning new tablet copy session on tablet ea158e28b42a462c859d18fcdcfa8b3c from peer f4ce950ad82e404c8c4df033a4b7e824 at {username='slave'} at 127.0.0.1:47618: session id = f4ce950ad82e404c8c4df033a4b7e824-ea158e28b42a462c859d18fcdcfa8b3c
I20260630 12:36:14.356391  6231 tablet_copy_client.cc:323] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:43471
I20260630 12:36:14.357971  5586 tablet_copy_service.cc:140] P 4afee209007b49e2949b3a007fa79a8e: Received BeginTabletCopySession request for tablet 826e1e1bc8cc40e18f02ac4019c02191 from peer ab00cb06c1d04a4f8d1318fad156fe24 ({username='slave'} at 127.0.0.1:52546)
I20260630 12:36:14.358510  5586 tablet_copy_service.cc:161] P 4afee209007b49e2949b3a007fa79a8e: Beginning new tablet copy session on tablet 826e1e1bc8cc40e18f02ac4019c02191 from peer ab00cb06c1d04a4f8d1318fad156fe24 at {username='slave'} at 127.0.0.1:52546: session id = ab00cb06c1d04a4f8d1318fad156fe24-826e1e1bc8cc40e18f02ac4019c02191
I20260630 12:36:14.359817  5512 tablet_copy_source_session.cc:215] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:14.361716   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:14.363430   940 tablet_replica.cc:333] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.364152   940 raft_consensus.cc:2243] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.364754   940 raft_consensus.cc:2272] T ea158e28b42a462c859d18fcdcfa8b3c P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.363425  6230 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ea158e28b42a462c859d18fcdcfa8b3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:14.366791  5586 tablet_copy_source_session.cc:215] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e: Tablet Copy: opened 0 blocks and 1 log segments
W20260630 12:36:14.368923  5540 consensus_peers.cc:597] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e -> Peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Couldn't send request to peer 2c14a24629544ab48aa927f57d1c3ff6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:14.369524  5540 consensus_peers.cc:597] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e -> Peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Couldn't send request to peer 2c14a24629544ab48aa927f57d1c3ff6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:14.371133  6231 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 826e1e1bc8cc40e18f02ac4019c02191. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:14.373692   940 tablet_replica.cc:333] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.377434   940 raft_consensus.cc:2243] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.378401   940 raft_consensus.cc:2272] T 35a1e930bf1843798efbbd07ebbccb16 P 2c14a24629544ab48aa927f57d1c3ff6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.381361   940 tablet_replica.cc:333] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.386350  6231 tablet_copy_client.cc:806] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:14.386910  6231 tablet_copy_client.cc:670] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:14.388298  6233 tablet_copy_client.cc:323] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:43471
I20260630 12:36:14.389449  6230 tablet_copy_client.cc:806] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:14.390026  5585 tablet_copy_service.cc:140] P 4afee209007b49e2949b3a007fa79a8e: Received BeginTabletCopySession request for tablet 53d53924d7014972947d935a1275c0b1 from peer f4ce950ad82e404c8c4df033a4b7e824 ({username='slave'} at 127.0.0.1:52524)
I20260630 12:36:14.390611  6230 tablet_copy_client.cc:670] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:14.390590  5585 tablet_copy_service.cc:161] P 4afee209007b49e2949b3a007fa79a8e: Beginning new tablet copy session on tablet 53d53924d7014972947d935a1275c0b1 from peer f4ce950ad82e404c8c4df033a4b7e824 at {username='slave'} at 127.0.0.1:52524: session id = f4ce950ad82e404c8c4df033a4b7e824-53d53924d7014972947d935a1275c0b1
I20260630 12:36:14.393635   940 raft_consensus.cc:2243] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.393893  6234 tablet_copy_client.cc:1025] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:14.394465   940 raft_consensus.cc:2272] T a3476ac36fa348cc89a69ffa742030ca P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:14.395421  5466 consensus_peers.cc:597] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 -> Peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Couldn't send request to peer 2c14a24629544ab48aa927f57d1c3ff6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:14.397538   940 tablet_replica.cc:333] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.398314   940 raft_consensus.cc:2243] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.398371  5585 tablet_copy_source_session.cc:215] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:14.399008   940 raft_consensus.cc:2272] T bb8afe10128544d98c46fc940e032ff5 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.401786  6233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 53d53924d7014972947d935a1275c0b1. 1 dirs total, 0 dirs full, 0 dirs failed
W20260630 12:36:14.408824  5466 consensus_peers.cc:597] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 -> Peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Couldn't send request to peer 2c14a24629544ab48aa927f57d1c3ff6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:14.411962  6232 tablet_copy_client.cc:1025] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:14.412593   940 tablet_replica.cc:333] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.413184   940 raft_consensus.cc:2243] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.413856   940 raft_consensus.cc:2272] T f4732b38a8cf48f1a08293c1561b5c89 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.416266   940 tablet_replica.cc:333] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.416958   940 raft_consensus.cc:2243] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.417596   940 raft_consensus.cc:2272] T 826e1e1bc8cc40e18f02ac4019c02191 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.423637  6233 tablet_copy_client.cc:806] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:14.424185  6233 tablet_copy_client.cc:670] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:14.424494   940 tablet_replica.cc:333] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.425328   940 raft_consensus.cc:2243] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.427758   940 raft_consensus.cc:2272] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.428534  6236 tablet_copy_client.cc:1025] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:14.431998   940 tablet_replica.cc:333] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.432798   940 raft_consensus.cc:2243] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.433408   940 raft_consensus.cc:2272] T 2bf43604c08444429a9d087646b605af P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.436333   940 tablet_replica.cc:333] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.437012   940 raft_consensus.cc:2243] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.438125   940 raft_consensus.cc:2272] T 7483ce78be4a4a96bc565cb66c9e1098 P 2c14a24629544ab48aa927f57d1c3ff6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.441393   940 tablet_replica.cc:333] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6: stopping tablet replica
I20260630 12:36:14.442063   940 raft_consensus.cc:2243] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.442997   940 raft_consensus.cc:2272] T 0a3bde5e5cf44bb19d85be6febb020a1 P 2c14a24629544ab48aa927f57d1c3ff6 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.449723  6237 ts_tablet_manager.cc:933] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: Initiating tablet copy from peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
W20260630 12:36:14.456955  5466 consensus_peers.cc:597] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 -> Peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Couldn't send request to peer 2c14a24629544ab48aa927f57d1c3ff6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:14.458220  6237 tablet_copy_client.cc:323] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:44547
I20260630 12:36:14.489980  5512 tablet_copy_service.cc:140] P 52300a29e4eb452c967b5d5670f508c3: Received BeginTabletCopySession request for tablet dff6d287cb3c4bf2a7888e7b2c0c36ff from peer ab00cb06c1d04a4f8d1318fad156fe24 ({username='slave'} at 127.0.0.1:47634)
I20260630 12:36:14.490549  5512 tablet_copy_service.cc:161] P 52300a29e4eb452c967b5d5670f508c3: Beginning new tablet copy session on tablet dff6d287cb3c4bf2a7888e7b2c0c36ff from peer ab00cb06c1d04a4f8d1318fad156fe24 at {username='slave'} at 127.0.0.1:47634: session id = ab00cb06c1d04a4f8d1318fad156fe24-dff6d287cb3c4bf2a7888e7b2c0c36ff
I20260630 12:36:14.496495  5512 tablet_copy_source_session.cc:215] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:14.499732  6237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dff6d287cb3c4bf2a7888e7b2c0c36ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:14.500383   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:36:14.517537  6237 tablet_copy_client.cc:806] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:14.518323  6237 tablet_copy_client.cc:670] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:14.524346  6238 tablet_copy_client.cc:1025] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:14.544437   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:36:14.559104   940 tablet_copy_service.cc:362] P 52300a29e4eb452c967b5d5670f508c3: Destroying tablet copy session ab00cb06c1d04a4f8d1318fad156fe24-dff6d287cb3c4bf2a7888e7b2c0c36ff due to service shutdown
I20260630 12:36:14.559497   940 tablet_copy_service.cc:434] P 52300a29e4eb452c967b5d5670f508c3: ending tablet copy session ab00cb06c1d04a4f8d1318fad156fe24-dff6d287cb3c4bf2a7888e7b2c0c36ff on tablet dff6d287cb3c4bf2a7888e7b2c0c36ff with peer ab00cb06c1d04a4f8d1318fad156fe24
I20260630 12:36:14.560016   940 tablet_copy_service.cc:362] P 52300a29e4eb452c967b5d5670f508c3: Destroying tablet copy session f4ce950ad82e404c8c4df033a4b7e824-ea158e28b42a462c859d18fcdcfa8b3c due to service shutdown
I20260630 12:36:14.560282   940 tablet_copy_service.cc:434] P 52300a29e4eb452c967b5d5670f508c3: ending tablet copy session f4ce950ad82e404c8c4df033a4b7e824-ea158e28b42a462c859d18fcdcfa8b3c on tablet ea158e28b42a462c859d18fcdcfa8b3c with peer f4ce950ad82e404c8c4df033a4b7e824
W20260630 12:36:14.602218  5899 connection.cc:466] server connection from 127.0.0.1:53886 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:53886 (request call id 1) could send its response
I20260630 12:36:14.603331   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:14.604362   940 tablet_replica.cc:333] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.605417   940 raft_consensus.cc:2243] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.606973   940 raft_consensus.cc:2272] T ea158e28b42a462c859d18fcdcfa8b3c P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.610805   940 tablet_replica.cc:333] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.611680   940 raft_consensus.cc:2243] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.612916   940 raft_consensus.cc:2272] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.616796   940 tablet_replica.cc:333] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.617599   940 raft_consensus.cc:2243] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.618598   940 raft_consensus.cc:2272] T bb8afe10128544d98c46fc940e032ff5 P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.621956   940 tablet_replica.cc:333] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.622709   940 raft_consensus.cc:2243] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.623268   940 raft_consensus.cc:2272] T 826e1e1bc8cc40e18f02ac4019c02191 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.627868   940 tablet_replica.cc:333] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.628607   940 raft_consensus.cc:2243] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.629499   940 raft_consensus.cc:2272] T f4732b38a8cf48f1a08293c1561b5c89 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.632815   940 tablet_replica.cc:333] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.633504   940 raft_consensus.cc:2243] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.634001   940 raft_consensus.cc:2272] T 0a3bde5e5cf44bb19d85be6febb020a1 P 52300a29e4eb452c967b5d5670f508c3 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.636830   940 tablet_replica.cc:333] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.637477   940 raft_consensus.cc:2243] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.638720   940 raft_consensus.cc:2272] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.642066   940 tablet_replica.cc:333] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.642712   940 raft_consensus.cc:2243] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.643250   940 raft_consensus.cc:2272] T 53d53924d7014972947d935a1275c0b1 P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.646652   940 tablet_replica.cc:333] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.647305   940 raft_consensus.cc:2243] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.648087   940 raft_consensus.cc:2272] T 35a1e930bf1843798efbbd07ebbccb16 P 52300a29e4eb452c967b5d5670f508c3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.650959   940 tablet_replica.cc:333] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3: stopping tablet replica
I20260630 12:36:14.651510   940 raft_consensus.cc:2243] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.652434   940 raft_consensus.cc:2272] T a3476ac36fa348cc89a69ffa742030ca P 52300a29e4eb452c967b5d5670f508c3 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:14.654193  5540 consensus_peers.cc:597] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e -> Peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Couldn't send request to peer 2c14a24629544ab48aa927f57d1c3ff6. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:44625: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:14.692662   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
W20260630 12:36:14.710697  5541 consensus_peers.cc:597] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e -> Peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): Couldn't send request to peer 52300a29e4eb452c967b5d5670f508c3. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:14.711369  5541 consensus_peers.cc:597] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e -> Peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): Couldn't send request to peer 52300a29e4eb452c967b5d5670f508c3. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:14.718793  5541 consensus_peers.cc:597] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e -> Peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): Couldn't send request to peer 52300a29e4eb452c967b5d5670f508c3. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:14.748518   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:36:14.767995   940 tablet_copy_service.cc:362] P 4afee209007b49e2949b3a007fa79a8e: Destroying tablet copy session ab00cb06c1d04a4f8d1318fad156fe24-826e1e1bc8cc40e18f02ac4019c02191 due to service shutdown
I20260630 12:36:14.768357   940 tablet_copy_service.cc:434] P 4afee209007b49e2949b3a007fa79a8e: ending tablet copy session ab00cb06c1d04a4f8d1318fad156fe24-826e1e1bc8cc40e18f02ac4019c02191 on tablet 826e1e1bc8cc40e18f02ac4019c02191 with peer ab00cb06c1d04a4f8d1318fad156fe24
I20260630 12:36:14.768889   940 tablet_copy_service.cc:362] P 4afee209007b49e2949b3a007fa79a8e: Destroying tablet copy session f4ce950ad82e404c8c4df033a4b7e824-53d53924d7014972947d935a1275c0b1 due to service shutdown
I20260630 12:36:14.769155   940 tablet_copy_service.cc:434] P 4afee209007b49e2949b3a007fa79a8e: ending tablet copy session f4ce950ad82e404c8c4df033a4b7e824-53d53924d7014972947d935a1275c0b1 on tablet 53d53924d7014972947d935a1275c0b1 with peer f4ce950ad82e404c8c4df033a4b7e824
I20260630 12:36:14.769641   940 tablet_copy_service.cc:362] P 4afee209007b49e2949b3a007fa79a8e: Destroying tablet copy session ccbe5205a333453eb80ce84aba54d817-06adcfaa1e2f48a4b2eb2d779bc3da2c due to service shutdown
I20260630 12:36:14.769948   940 tablet_copy_service.cc:434] P 4afee209007b49e2949b3a007fa79a8e: ending tablet copy session ccbe5205a333453eb80ce84aba54d817-06adcfaa1e2f48a4b2eb2d779bc3da2c on tablet 06adcfaa1e2f48a4b2eb2d779bc3da2c with peer ccbe5205a333453eb80ce84aba54d817
I20260630 12:36:14.803742   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:14.804607   940 tablet_replica.cc:333] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.805539   940 raft_consensus.cc:2243] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.807013   940 raft_consensus.cc:2272] T 53d53924d7014972947d935a1275c0b1 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.810811   940 tablet_replica.cc:333] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.811654   940 raft_consensus.cc:2243] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.812264   940 raft_consensus.cc:2272] T dff6d287cb3c4bf2a7888e7b2c0c36ff P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.815845   940 tablet_replica.cc:333] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.816627   940 raft_consensus.cc:2243] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.817960   940 raft_consensus.cc:2272] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.821174   940 tablet_replica.cc:333] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.821940   940 raft_consensus.cc:2243] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.822620   940 raft_consensus.cc:2272] T 0a3bde5e5cf44bb19d85be6febb020a1 P 4afee209007b49e2949b3a007fa79a8e [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.825939   940 tablet_replica.cc:333] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.826771   940 raft_consensus.cc:2243] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.827571   940 raft_consensus.cc:2272] T ea158e28b42a462c859d18fcdcfa8b3c P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.830971   940 tablet_replica.cc:333] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.831787   940 raft_consensus.cc:2243] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.832510   940 raft_consensus.cc:2272] T a3476ac36fa348cc89a69ffa742030ca P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.835592   940 tablet_replica.cc:333] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.836334   940 raft_consensus.cc:2243] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.837293   940 raft_consensus.cc:2272] T f4732b38a8cf48f1a08293c1561b5c89 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.840499   940 tablet_replica.cc:333] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.841234   940 raft_consensus.cc:2243] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.842558   940 raft_consensus.cc:2272] T 826e1e1bc8cc40e18f02ac4019c02191 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.845638   940 tablet_replica.cc:333] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.846400   940 raft_consensus.cc:2243] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:14.847254   940 raft_consensus.cc:2272] T 7483ce78be4a4a96bc565cb66c9e1098 P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.850850   940 tablet_replica.cc:333] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e: stopping tablet replica
I20260630 12:36:14.851498   940 raft_consensus.cc:2243] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:14.852464   940 raft_consensus.cc:2272] T 2bf43604c08444429a9d087646b605af P 4afee209007b49e2949b3a007fa79a8e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:14.894273   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:36:14.934074   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:36:14.972517   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:15.602499  6250 raft_consensus.cc:493] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 52300a29e4eb452c967b5d5670f508c3)
I20260630 12:36:15.603741  6250 raft_consensus.cc:515] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } }
I20260630 12:36:15.606617  6250 leader_election.cc:290] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547)
W20260630 12:36:15.614519  5899 leader_election.cc:336] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Network error: Client connection negotiation failed: client connection to 127.0.235.1:44625: connect: Connection refused (error 111)
W20260630 12:36:15.615291  5900 leader_election.cc:336] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): Network error: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111)
I20260630 12:36:15.615756  5900 leader_election.cc:304] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: ccbe5205a333453eb80ce84aba54d817; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:15.616568  6250 raft_consensus.cc:2749] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260630 12:36:15.777696  6254 raft_consensus.cc:493] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2c14a24629544ab48aa927f57d1c3ff6)
I20260630 12:36:15.778558  6254 raft_consensus.cc:515] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:15.780992  6254 leader_election.cc:290] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
W20260630 12:36:15.787539  5824 leader_election.cc:336] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Network error: Client connection negotiation failed: client connection to 127.0.235.1:44625: connect: Connection refused (error 111)
W20260630 12:36:15.788138  5826 leader_election.cc:336] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471): Network error: Client connection negotiation failed: client connection to 127.0.235.3:43471: connect: Connection refused (error 111)
I20260630 12:36:15.788522  5826 leader_election.cc:304] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [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: ab00cb06c1d04a4f8d1318fad156fe24; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:15.789155  6254 raft_consensus.cc:2749] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:15.847965  6258 raft_consensus.cc:493] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 2c14a24629544ab48aa927f57d1c3ff6)
I20260630 12:36:15.848665  6258 raft_consensus.cc:515] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } }
I20260630 12:36:15.851130  6258 leader_election.cc:290] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625)
W20260630 12:36:15.861292  5974 leader_election.cc:336] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): Network error: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111)
W20260630 12:36:15.862771  5973 leader_election.cc:336] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Network error: Client connection negotiation failed: client connection to 127.0.235.1:44625: connect: Connection refused (error 111)
I20260630 12:36:15.863231  5973 leader_election.cc:304] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: f4ce950ad82e404c8c4df033a4b7e824; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:15.863970  6258 raft_consensus.cc:2749] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:36:16.008320  6250 raft_consensus.cc:493] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:16.009186  6250 raft_consensus.cc:515] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:16.011863  6250 leader_election.cc:290] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
W20260630 12:36:16.015547  5900 leader_election.cc:336] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): Network error: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111)
W20260630 12:36:16.016137  5901 leader_election.cc:336] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471): Network error: Client connection negotiation failed: client connection to 127.0.235.3:43471: connect: Connection refused (error 111)
I20260630 12:36:16.016592  5901 leader_election.cc:304] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [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: ccbe5205a333453eb80ce84aba54d817; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:16.017357  6250 raft_consensus.cc:2749] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:16.088867  6254 raft_consensus.cc:493] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:16.089582  6254 raft_consensus.cc:515] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: false } }
I20260630 12:36:16.091578  6254 leader_election.cc:290] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
W20260630 12:36:16.095388  5824 leader_election.cc:336] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 2c14a24629544ab48aa927f57d1c3ff6 (127.0.235.1:44625): Network error: Client connection negotiation failed: client connection to 127.0.235.1:44625: connect: Connection refused (error 111)
W20260630 12:36:16.096081  5826 leader_election.cc:336] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471): Network error: Client connection negotiation failed: client connection to 127.0.235.3:43471: connect: Connection refused (error 111)
I20260630 12:36:16.096457  5826 leader_election.cc:304] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [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: ab00cb06c1d04a4f8d1318fad156fe24; no voters: 2c14a24629544ab48aa927f57d1c3ff6, 4afee209007b49e2949b3a007fa79a8e
I20260630 12:36:16.097028  6254 raft_consensus.cc:2749] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:16.173262  6223 tablet_copy_client.cc:538] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:16.183058  6223 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: Bootstrap starting.
I20260630 12:36:16.194754  6258 raft_consensus.cc:493] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 4afee209007b49e2949b3a007fa79a8e)
I20260630 12:36:16.195679  6258 raft_consensus.cc:515] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:16.198362  6258 leader_election.cc:290] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547), 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471)
W20260630 12:36:16.202819  5974 leader_election.cc:336] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 52300a29e4eb452c967b5d5670f508c3 (127.0.235.2:44547): Network error: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111)
W20260630 12:36:16.204456  5975 leader_election.cc:336] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 4afee209007b49e2949b3a007fa79a8e (127.0.235.3:43471): Network error: Client connection negotiation failed: client connection to 127.0.235.3:43471: connect: Connection refused (error 111)
I20260630 12:36:16.204914  5975 leader_election.cc:304] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [CANDIDATE]: Term 4 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: f4ce950ad82e404c8c4df033a4b7e824; no voters: 4afee209007b49e2949b3a007fa79a8e, 52300a29e4eb452c967b5d5670f508c3
I20260630 12:36:16.205677  6258 raft_consensus.cc:2749] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260630 12:36:16.291870  6223 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: Bootstrap replayed 1/1 log segments. Stats: ops{read=31 overwritten=0 applied=31 ignored=0} inserts{seen=120 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:16.292585  6223 tablet_bootstrap.cc:492] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: Bootstrap complete.
I20260630 12:36:16.293190  6223 ts_tablet_manager.cc:1403] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: Time spent bootstrapping tablet: real 0.110s	user 0.095s	sys 0.012s
I20260630 12:36:16.295650  6223 raft_consensus.cc:359] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:16.296346  6223 raft_consensus.cc:740] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: ccbe5205a333453eb80ce84aba54d817, State: Initialized, Role: LEARNER
I20260630 12:36:16.296834  6223 consensus_queue.cc:260] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 31, Last appended: 3.31, Last appended by leader: 31, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: false } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: NON_VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: true } }
I20260630 12:36:16.298781  6223 ts_tablet_manager.cc:1434] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.004s
W20260630 12:36:16.301132  6223 tablet_copy_client.cc:1131] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.235.3:43471: connect: Connection refused (error 111)
I20260630 12:36:16.395344  6231 tablet_copy_client.cc:538] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:16.407372  6231 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap starting.
I20260630 12:36:16.413463  6230 tablet_copy_client.cc:538] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:16.424707  6230 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap starting.
I20260630 12:36:16.430126  6233 tablet_copy_client.cc:538] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:16.442549  6233 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap starting.
I20260630 12:36:16.525909  6237 tablet_copy_client.cc:538] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:16.538154  6237 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap starting.
I20260630 12:36:16.566551  6231 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:16.567464  6231 tablet_bootstrap.cc:492] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap complete.
I20260630 12:36:16.568228  6231 ts_tablet_manager.cc:1403] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: Time spent bootstrapping tablet: real 0.161s	user 0.138s	sys 0.020s
I20260630 12:36:16.570755  6231 raft_consensus.cc:359] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:16.571516  6231 raft_consensus.cc:740] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ab00cb06c1d04a4f8d1318fad156fe24, State: Initialized, Role: LEARNER
I20260630 12:36:16.572126  6231 consensus_queue.cc:260] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:16.574730  6231 ts_tablet_manager.cc:1434] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
W20260630 12:36:16.577778  6231 tablet_copy_client.cc:1131] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.235.3:43471: connect: Connection refused (error 111)
I20260630 12:36:16.579216  6230 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=84 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:16.580294  6230 tablet_bootstrap.cc:492] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap complete.
I20260630 12:36:16.581249  6230 ts_tablet_manager.cc:1403] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: Time spent bootstrapping tablet: real 0.157s	user 0.122s	sys 0.026s
I20260630 12:36:16.584735  6230 raft_consensus.cc:359] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:16.585599  6230 raft_consensus.cc:740] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f4ce950ad82e404c8c4df033a4b7e824, State: Initialized, Role: LEARNER
I20260630 12:36:16.586223  6230 consensus_queue.cc:260] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824 [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: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } attrs { replace: true } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:16.595918  6230 ts_tablet_manager.cc:1434] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
W20260630 12:36:16.606374  6230 tablet_copy_client.cc:1131] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111)
I20260630 12:36:16.608985  6233 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap replayed 1/1 log segments. Stats: ops{read=30 overwritten=0 applied=30 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:16.609784  6233 tablet_bootstrap.cc:492] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: Bootstrap complete.
I20260630 12:36:16.610458  6233 ts_tablet_manager.cc:1403] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: Time spent bootstrapping tablet: real 0.168s	user 0.152s	sys 0.013s
I20260630 12:36:16.612850  6233 raft_consensus.cc:359] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:16.613603  6233 raft_consensus.cc:740] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f4ce950ad82e404c8c4df033a4b7e824, State: Initialized, Role: LEARNER
I20260630 12:36:16.614341  6233 consensus_queue.cc:260] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 30, Last appended: 1.30, Last appended by leader: 30, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } attrs { replace: true } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ccbe5205a333453eb80ce84aba54d817" member_type: VOTER last_known_addr { host: "127.0.235.5" port: 33155 } attrs { promote: false } } peers { permanent_uuid: "f4ce950ad82e404c8c4df033a4b7e824" member_type: NON_VOTER last_known_addr { host: "127.0.235.6" port: 44355 } attrs { promote: true } }
I20260630 12:36:16.616431  6233 ts_tablet_manager.cc:1434] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
W20260630 12:36:16.619665  6233 tablet_copy_client.cc:1131] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.235.3:43471: connect: Connection refused (error 111)
I20260630 12:36:16.687297  6237 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:16.688040  6237 tablet_bootstrap.cc:492] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: Bootstrap complete.
I20260630 12:36:16.688566  6237 ts_tablet_manager.cc:1403] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: Time spent bootstrapping tablet: real 0.151s	user 0.106s	sys 0.011s
I20260630 12:36:16.690563  6237 raft_consensus.cc:359] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:16.691102  6237 raft_consensus.cc:740] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ab00cb06c1d04a4f8d1318fad156fe24, State: Initialized, Role: LEARNER
I20260630 12:36:16.691529  6237 consensus_queue.cc:260] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "2c14a24629544ab48aa927f57d1c3ff6" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44625 } attrs { replace: true } } peers { permanent_uuid: "52300a29e4eb452c967b5d5670f508c3" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44547 } } peers { permanent_uuid: "4afee209007b49e2949b3a007fa79a8e" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43471 } } peers { permanent_uuid: "ab00cb06c1d04a4f8d1318fad156fe24" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41187 } attrs { promote: true } }
I20260630 12:36:16.692936  6237 ts_tablet_manager.cc:1434] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
W20260630 12:36:16.695318  6237 tablet_copy_client.cc:1131] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.235.2:44547: connect: Connection refused (error 111)
I20260630 12:36:16.697672   940 tablet_replica.cc:333] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24: stopping tablet replica
I20260630 12:36:16.698377   940 raft_consensus.cc:2243] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:16.698755   940 raft_consensus.cc:2272] T 826e1e1bc8cc40e18f02ac4019c02191 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:16.701025   940 tablet_replica.cc:333] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24: stopping tablet replica
I20260630 12:36:16.701586   940 raft_consensus.cc:2243] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:16.702575   940 raft_consensus.cc:2272] T 2bf43604c08444429a9d087646b605af P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.705607   940 tablet_replica.cc:333] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24: stopping tablet replica
I20260630 12:36:16.706162   940 raft_consensus.cc:2243] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:16.706512   940 raft_consensus.cc:2272] T dff6d287cb3c4bf2a7888e7b2c0c36ff P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:16.708500   940 tablet_replica.cc:333] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24: stopping tablet replica
I20260630 12:36:16.709024   940 raft_consensus.cc:2243] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:16.709903   940 raft_consensus.cc:2272] T 7483ce78be4a4a96bc565cb66c9e1098 P ab00cb06c1d04a4f8d1318fad156fe24 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.736364   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:36:16.754884   940 tablet_server.cc:179] TabletServer@127.0.235.5:0 shutting down...
I20260630 12:36:16.780118   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:16.781096   940 tablet_replica.cc:333] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817: stopping tablet replica
I20260630 12:36:16.781840   940 raft_consensus.cc:2243] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817 [term 3 LEARNER]: Raft consensus shutting down.
I20260630 12:36:16.782249   940 raft_consensus.cc:2272] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P ccbe5205a333453eb80ce84aba54d817 [term 3 LEARNER]: Raft consensus is shut down!
I20260630 12:36:16.784375   940 tablet_replica.cc:333] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817: stopping tablet replica
I20260630 12:36:16.785008   940 raft_consensus.cc:2243] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:16.785563   940 raft_consensus.cc:2272] T 53d53924d7014972947d935a1275c0b1 P ccbe5205a333453eb80ce84aba54d817 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.788405   940 tablet_replica.cc:333] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817: stopping tablet replica
I20260630 12:36:16.788877   940 raft_consensus.cc:2243] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:16.789402   940 raft_consensus.cc:2272] T bb8afe10128544d98c46fc940e032ff5 P ccbe5205a333453eb80ce84aba54d817 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.812767   940 tablet_server.cc:196] TabletServer@127.0.235.5:0 shutdown complete.
I20260630 12:36:16.828437   940 tablet_server.cc:179] TabletServer@127.0.235.6:0 shutting down...
I20260630 12:36:16.856931   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:16.857916   940 tablet_replica.cc:333] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824: stopping tablet replica
I20260630 12:36:16.858855   940 raft_consensus.cc:2243] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:16.859344   940 raft_consensus.cc:2272] T 53d53924d7014972947d935a1275c0b1 P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:16.861663   940 tablet_replica.cc:333] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824: stopping tablet replica
I20260630 12:36:16.862228   940 raft_consensus.cc:2243] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:16.862591   940 raft_consensus.cc:2272] T ea158e28b42a462c859d18fcdcfa8b3c P f4ce950ad82e404c8c4df033a4b7e824 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:16.864601   940 tablet_replica.cc:333] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824: stopping tablet replica
I20260630 12:36:16.865145   940 raft_consensus.cc:2243] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:16.865650   940 raft_consensus.cc:2272] T 35a1e930bf1843798efbbd07ebbccb16 P f4ce950ad82e404c8c4df033a4b7e824 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.868613   940 tablet_replica.cc:333] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824: stopping tablet replica
I20260630 12:36:16.869065   940 raft_consensus.cc:2243] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:16.869904   940 raft_consensus.cc:2272] T 06adcfaa1e2f48a4b2eb2d779bc3da2c P f4ce950ad82e404c8c4df033a4b7e824 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.915859   940 tablet_server.cc:196] TabletServer@127.0.235.6:0 shutdown complete.
I20260630 12:36:16.934563   940 master.cc:562] Master@127.0.235.62:34059 shutting down...
W20260630 12:36:16.959857  5373 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:36:16.961740   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:16.962399   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:16.962764   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P bb03f07abcc146dc9a474f15d931c2a2: stopping tablet replica
I20260630 12:36:16.985280   940 master.cc:584] Master@127.0.235.62:34059 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (18706 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:36:17.037806   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:43293
I20260630 12:36:17.038951   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:17.044652  6267 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:17.044842  6268 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:17.045257  6270 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:17.047472   940 server_base.cc:1061] running on GCE node
I20260630 12:36:17.048365   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:17.048527   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:17.048641   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822977048632 us; error 0 us; skew 500 ppm
I20260630 12:36:17.049012   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:17.051241   940 webserver.cc:533] Webserver started at http://127.0.235.62:42923/ using document root <none> and password file <none>
I20260630 12:36:17.051646   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:17.051790   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:17.052013   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:17.053023   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "547ec268bd354175a932eba9dd3f3d8c"
format_stamp: "Formatted at 2026-06-30 12:36:17 on dist-test-slave-47x1"
I20260630 12:36:17.057308   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:36:17.060246  6275 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.060925   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:36:17.061151   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "547ec268bd354175a932eba9dd3f3d8c"
format_stamp: "Formatted at 2026-06-30 12:36:17 on dist-test-slave-47x1"
I20260630 12:36:17.061372   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:17.114174   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:17.115285   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:17.151851   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:43293
I20260630 12:36:17.151955  6326 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:43293 every 8 connection(s)
I20260630 12:36:17.155583  6327 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:17.165676  6327 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c: Bootstrap starting.
I20260630 12:36:17.170171  6327 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:17.174005  6327 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c: No bootstrap required, opened a new log
I20260630 12:36:17.175997  6327 raft_consensus.cc:359] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "547ec268bd354175a932eba9dd3f3d8c" member_type: VOTER }
I20260630 12:36:17.176369  6327 raft_consensus.cc:385] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:17.176589  6327 raft_consensus.cc:740] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 547ec268bd354175a932eba9dd3f3d8c, State: Initialized, Role: FOLLOWER
I20260630 12:36:17.177162  6327 consensus_queue.cc:260] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "547ec268bd354175a932eba9dd3f3d8c" member_type: VOTER }
I20260630 12:36:17.177596  6327 raft_consensus.cc:399] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:17.177875  6327 raft_consensus.cc:493] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:17.178184  6327 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:17.182274  6327 raft_consensus.cc:515] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "547ec268bd354175a932eba9dd3f3d8c" member_type: VOTER }
I20260630 12:36:17.182780  6327 leader_election.cc:304] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [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: 547ec268bd354175a932eba9dd3f3d8c; no voters: 
I20260630 12:36:17.183861  6327 leader_election.cc:290] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:17.184170  6330 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:17.185429  6330 raft_consensus.cc:697] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 1 LEADER]: Becoming Leader. State: Replica: 547ec268bd354175a932eba9dd3f3d8c, State: Running, Role: LEADER
I20260630 12:36:17.186172  6330 consensus_queue.cc:237] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [LEADER]: Queue going to LEADER mode. State: All 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: "547ec268bd354175a932eba9dd3f3d8c" member_type: VOTER }
I20260630 12:36:17.186748  6327 sys_catalog.cc:565] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:17.192353  6332 sys_catalog.cc:455] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 547ec268bd354175a932eba9dd3f3d8c. Latest consensus state: current_term: 1 leader_uuid: "547ec268bd354175a932eba9dd3f3d8c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "547ec268bd354175a932eba9dd3f3d8c" member_type: VOTER } }
I20260630 12:36:17.192632  6331 sys_catalog.cc:455] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "547ec268bd354175a932eba9dd3f3d8c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "547ec268bd354175a932eba9dd3f3d8c" member_type: VOTER } }
I20260630 12:36:17.192936  6332 sys_catalog.cc:458] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:17.193130  6331 sys_catalog.cc:458] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:17.194955  6339 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:17.199728  6339 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:17.201782   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:17.208094  6339 catalog_manager.cc:1383] Generated new cluster ID: 83996e476f4c4022931f7862f2eb12cf
I20260630 12:36:17.208360  6339 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:17.245162  6339 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:17.246483  6339 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:17.262593  6339 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c: Generated new TSK 0
I20260630 12:36:17.263226  6339 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:17.267745   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:17.273380  6348 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:17.274577  6349 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:17.275744  6351 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:17.276475   940 server_base.cc:1061] running on GCE node
I20260630 12:36:17.277323   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:17.277571   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:17.277691   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822977277680 us; error 0 us; skew 500 ppm
I20260630 12:36:17.278211   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:17.280341   940 webserver.cc:533] Webserver started at http://127.0.235.1:38045/ using document root <none> and password file <none>
I20260630 12:36:17.280740   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:17.280897   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:17.281098   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:17.282248   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "1dffb19c53464d5da1faac3faa057b9b"
format_stamp: "Formatted at 2026-06-30 12:36:17 on dist-test-slave-47x1"
I20260630 12:36:17.286288   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:36:17.289295  6356 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.290050   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:17.290329   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "1dffb19c53464d5da1faac3faa057b9b"
format_stamp: "Formatted at 2026-06-30 12:36:17 on dist-test-slave-47x1"
I20260630 12:36:17.290621   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:17.302331   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:17.303422   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:17.304764   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:17.307039   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:17.307252   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.307474   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:17.307652   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.345836   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:37407
I20260630 12:36:17.345929  6418 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:37407 every 8 connection(s)
I20260630 12:36:17.350837   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:17.357481  6423 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:17.358985  6424 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:17.361248   940 server_base.cc:1061] running on GCE node
W20260630 12:36:17.361518  6426 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:17.364848   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:17.365145   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:17.365345   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822977365310 us; error 0 us; skew 500 ppm
I20260630 12:36:17.365846   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:17.366629  6419 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43293
I20260630 12:36:17.367025  6419 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:17.367761  6419 heartbeater.cc:507] Master 127.0.235.62:43293 requested a full tablet report, sending...
I20260630 12:36:17.368273   940 webserver.cc:533] Webserver started at http://127.0.235.2:41175/ using document root <none> and password file <none>
I20260630 12:36:17.368808   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:17.369019   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:17.369278   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:17.370518   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "141d0393e51446799005c1a852a44a59"
format_stamp: "Formatted at 2026-06-30 12:36:17 on dist-test-slave-47x1"
I20260630 12:36:17.370819  6292 ts_manager.cc:194] Registered new tserver with Master: 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1:37407)
I20260630 12:36:17.372465  6292 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36174
I20260630 12:36:17.375061   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:36:17.378350  6431 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.379074   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:17.379343   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "141d0393e51446799005c1a852a44a59"
format_stamp: "Formatted at 2026-06-30 12:36:17 on dist-test-slave-47x1"
I20260630 12:36:17.379619   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:17.392427   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:17.393430   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:17.394786   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:17.397212   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:17.397455   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.397724   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:17.397917   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.434743   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:35407
I20260630 12:36:17.434845  6493 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:35407 every 8 connection(s)
I20260630 12:36:17.439379   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:17.445917  6497 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:17.448470  6498 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:17.449096   940 server_base.cc:1061] running on GCE node
W20260630 12:36:17.450361  6500 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:17.451254   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:17.451449   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:17.451699   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822977451682 us; error 0 us; skew 500 ppm
I20260630 12:36:17.452180   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:17.452351  6494 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43293
I20260630 12:36:17.452775  6494 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:17.453647  6494 heartbeater.cc:507] Master 127.0.235.62:43293 requested a full tablet report, sending...
I20260630 12:36:17.454968   940 webserver.cc:533] Webserver started at http://127.0.235.3:36001/ using document root <none> and password file <none>
I20260630 12:36:17.455531   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:17.455711   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:17.455780  6292 ts_manager.cc:194] Registered new tserver with Master: 141d0393e51446799005c1a852a44a59 (127.0.235.2:35407)
I20260630 12:36:17.455993   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:17.457125   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "6dc53abdf19d40818ac3e61c4f39b874"
format_stamp: "Formatted at 2026-06-30 12:36:17 on dist-test-slave-47x1"
I20260630 12:36:17.457198  6292 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36176
I20260630 12:36:17.461241   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:17.464556  6505 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.465256   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:36:17.465526   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "6dc53abdf19d40818ac3e61c4f39b874"
format_stamp: "Formatted at 2026-06-30 12:36:17 on dist-test-slave-47x1"
I20260630 12:36:17.465778   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:17.495405   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:17.496670   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:17.498050   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:17.500135   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:17.500404   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.500644   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:17.500833   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:17.538446   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:36335
I20260630 12:36:17.538542  6567 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:36335 every 8 connection(s)
I20260630 12:36:17.551684  6568 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43293
I20260630 12:36:17.551991  6568 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:17.552695  6568 heartbeater.cc:507] Master 127.0.235.62:43293 requested a full tablet report, sending...
I20260630 12:36:17.554498  6292 ts_manager.cc:194] Registered new tserver with Master: 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3:36335)
I20260630 12:36:17.554857   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013287586s
I20260630 12:36:17.555809  6292 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36186
I20260630 12:36:18.375135  6419 heartbeater.cc:499] Master 127.0.235.62:43293 was elected leader, sending a full tablet report...
I20260630 12:36:18.459549  6494 heartbeater.cc:499] Master 127.0.235.62:43293 was elected leader, sending a full tablet report...
I20260630 12:36:18.558422  6568 heartbeater.cc:499] Master 127.0.235.62:43293 was elected leader, sending a full tablet report...
I20260630 12:36:19.822682  6345 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:20.045720  6291 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36194:
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:36:20.047852  6291 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:36:20.096572  6533 tablet_service.cc:1511] Processing CreateTablet for tablet 26985029fc224512af928e33cb0c179b (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:20.097288  6532 tablet_service.cc:1511] Processing CreateTablet for tablet ae29c2e7b840450c82a159dca3f7b2f8 (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:20.097924  6533 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26985029fc224512af928e33cb0c179b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.099013  6532 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae29c2e7b840450c82a159dca3f7b2f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.101197  6531 tablet_service.cc:1511] Processing CreateTablet for tablet 489155cb601c46a4aa5d6574e6821f74 (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:20.102504  6531 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 489155cb601c46a4aa5d6574e6821f74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.115264  6459 tablet_service.cc:1511] Processing CreateTablet for tablet 26985029fc224512af928e33cb0c179b (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:20.115576  6384 tablet_service.cc:1511] Processing CreateTablet for tablet 26985029fc224512af928e33cb0c179b (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:20.116011  6457 tablet_service.cc:1511] Processing CreateTablet for tablet 489155cb601c46a4aa5d6574e6821f74 (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:20.116607  6459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26985029fc224512af928e33cb0c179b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.116881  6384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 26985029fc224512af928e33cb0c179b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.117291  6457 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 489155cb601c46a4aa5d6574e6821f74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.117035  6383 tablet_service.cc:1511] Processing CreateTablet for tablet ae29c2e7b840450c82a159dca3f7b2f8 (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:20.118263  6383 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae29c2e7b840450c82a159dca3f7b2f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.115636  6458 tablet_service.cc:1511] Processing CreateTablet for tablet ae29c2e7b840450c82a159dca3f7b2f8 (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:20.119381  6458 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae29c2e7b840450c82a159dca3f7b2f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.141352  6382 tablet_service.cc:1511] Processing CreateTablet for tablet 489155cb601c46a4aa5d6574e6821f74 (DEFAULT_TABLE table=test-workload [id=223e0ff850484095a41997cbfb41956f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:20.142742  6382 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 489155cb601c46a4aa5d6574e6821f74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:20.155576  6588 tablet_bootstrap.cc:492] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59: Bootstrap starting.
I20260630 12:36:20.156945  6590 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b: Bootstrap starting.
I20260630 12:36:20.162075  6588 tablet_bootstrap.cc:654] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.162492  6589 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874: Bootstrap starting.
I20260630 12:36:20.163595  6590 tablet_bootstrap.cc:654] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.169994  6590 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b: No bootstrap required, opened a new log
I20260630 12:36:20.170455  6590 ts_tablet_manager.cc:1403] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b: Time spent bootstrapping tablet: real 0.014s	user 0.000s	sys 0.012s
I20260630 12:36:20.170523  6589 tablet_bootstrap.cc:654] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.171003  6588 tablet_bootstrap.cc:492] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59: No bootstrap required, opened a new log
I20260630 12:36:20.171475  6588 ts_tablet_manager.cc:1403] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:36:20.173269  6590 raft_consensus.cc:359] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.174052  6590 raft_consensus.cc:385] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.174381  6590 raft_consensus.cc:740] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1dffb19c53464d5da1faac3faa057b9b, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.174206  6588 raft_consensus.cc:359] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.174921  6589 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874: No bootstrap required, opened a new log
I20260630 12:36:20.174975  6588 raft_consensus.cc:385] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.175539  6589 ts_tablet_manager.cc:1403] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874: Time spent bootstrapping tablet: real 0.018s	user 0.004s	sys 0.007s
I20260630 12:36:20.175172  6590 consensus_queue.cc:260] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.175577  6588 raft_consensus.cc:740] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 141d0393e51446799005c1a852a44a59, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.176684  6588 consensus_queue.cc:260] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.178524  6590 ts_tablet_manager.cc:1434] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260630 12:36:20.178643  6589 raft_consensus.cc:359] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.180321  6589 raft_consensus.cc:385] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.180799  6589 raft_consensus.cc:740] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6dc53abdf19d40818ac3e61c4f39b874, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.181967  6589 consensus_queue.cc:260] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.183732  6588 ts_tablet_manager.cc:1434] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.005s
I20260630 12:36:20.185797  6588 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59: Bootstrap starting.
I20260630 12:36:20.187667  6590 tablet_bootstrap.cc:492] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b: Bootstrap starting.
I20260630 12:36:20.191104  6588 tablet_bootstrap.cc:654] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.191406  6589 ts_tablet_manager.cc:1434] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:36:20.192480  6589 tablet_bootstrap.cc:492] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874: Bootstrap starting.
I20260630 12:36:20.195182  6590 tablet_bootstrap.cc:654] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.199867  6589 tablet_bootstrap.cc:654] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.215034  6589 tablet_bootstrap.cc:492] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874: No bootstrap required, opened a new log
I20260630 12:36:20.215137  6590 tablet_bootstrap.cc:492] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b: No bootstrap required, opened a new log
I20260630 12:36:20.215701  6589 ts_tablet_manager.cc:1403] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.009s
I20260630 12:36:20.215847  6590 ts_tablet_manager.cc:1403] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.012s
I20260630 12:36:20.216609  6588 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59: No bootstrap required, opened a new log
I20260630 12:36:20.217130  6588 ts_tablet_manager.cc:1403] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59: Time spent bootstrapping tablet: real 0.032s	user 0.022s	sys 0.007s
I20260630 12:36:20.218988  6590 raft_consensus.cc:359] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.218994  6589 raft_consensus.cc:359] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.219821  6590 raft_consensus.cc:385] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.219962  6589 raft_consensus.cc:385] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.220278  6590 raft_consensus.cc:740] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1dffb19c53464d5da1faac3faa057b9b, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.220005  6588 raft_consensus.cc:359] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.220538  6589 raft_consensus.cc:740] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6dc53abdf19d40818ac3e61c4f39b874, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.221081  6588 raft_consensus.cc:385] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.221439  6588 raft_consensus.cc:740] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 141d0393e51446799005c1a852a44a59, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.221424  6590 consensus_queue.cc:260] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.221647  6589 consensus_queue.cc:260] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.222653  6588 consensus_queue.cc:260] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.224819  6588 ts_tablet_manager.cc:1434] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:20.225739  6588 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59: Bootstrap starting.
I20260630 12:36:20.226040  6590 ts_tablet_manager.cc:1434] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:36:20.227092  6590 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: Bootstrap starting.
I20260630 12:36:20.231774  6588 tablet_bootstrap.cc:654] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.232697  6590 tablet_bootstrap.cc:654] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.233109  6589 ts_tablet_manager.cc:1434] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260630 12:36:20.234149  6589 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: Bootstrap starting.
I20260630 12:36:20.241039  6594 raft_consensus.cc:493] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:20.241683  6594 raft_consensus.cc:515] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.244048  6590 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: No bootstrap required, opened a new log
I20260630 12:36:20.244518  6590 ts_tablet_manager.cc:1403] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.000s
I20260630 12:36:20.247298  6590 raft_consensus.cc:359] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.248082  6590 raft_consensus.cc:385] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.248588  6590 raft_consensus.cc:740] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1dffb19c53464d5da1faac3faa057b9b, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.249583  6594 leader_election.cc:290] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 141d0393e51446799005c1a852a44a59 (127.0.235.2:35407), 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3:36335)
I20260630 12:36:20.249361  6590 consensus_queue.cc:260] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.252933  6590 ts_tablet_manager.cc:1434] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:36:20.255663  6588 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59: No bootstrap required, opened a new log
I20260630 12:36:20.256229  6588 ts_tablet_manager.cc:1403] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.017s
I20260630 12:36:20.257839  6589 tablet_bootstrap.cc:654] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:20.258697  6588 raft_consensus.cc:359] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.259397  6588 raft_consensus.cc:385] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.259794  6588 raft_consensus.cc:740] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 141d0393e51446799005c1a852a44a59, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.260605  6588 consensus_queue.cc:260] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.262843  6588 ts_tablet_manager.cc:1434] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:20.269063  6589 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: No bootstrap required, opened a new log
I20260630 12:36:20.269625  6589 ts_tablet_manager.cc:1403] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: Time spent bootstrapping tablet: real 0.036s	user 0.009s	sys 0.004s
I20260630 12:36:20.272416  6589 raft_consensus.cc:359] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.273164  6589 raft_consensus.cc:385] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:20.273452  6589 raft_consensus.cc:740] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6dc53abdf19d40818ac3e61c4f39b874, State: Initialized, Role: FOLLOWER
I20260630 12:36:20.274199  6589 consensus_queue.cc:260] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.275417  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26985029fc224512af928e33cb0c179b" candidate_uuid: "1dffb19c53464d5da1faac3faa057b9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "141d0393e51446799005c1a852a44a59" is_pre_election: true
I20260630 12:36:20.276152  6469 raft_consensus.cc:2468] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1dffb19c53464d5da1faac3faa057b9b in term 0.
I20260630 12:36:20.276644  6589 ts_tablet_manager.cc:1434] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:20.277591  6358 leader_election.cc:304] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 141d0393e51446799005c1a852a44a59, 1dffb19c53464d5da1faac3faa057b9b; no voters: 
I20260630 12:36:20.278486  6594 raft_consensus.cc:2804] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:20.278834  6594 raft_consensus.cc:493] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:20.279165  6594 raft_consensus.cc:3060] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.282383  6543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26985029fc224512af928e33cb0c179b" candidate_uuid: "1dffb19c53464d5da1faac3faa057b9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc53abdf19d40818ac3e61c4f39b874" is_pre_election: true
I20260630 12:36:20.283043  6543 raft_consensus.cc:2468] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1dffb19c53464d5da1faac3faa057b9b in term 0.
I20260630 12:36:20.285149  6594 raft_consensus.cc:515] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.287122  6594 leader_election.cc:290] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [CANDIDATE]: Term 1 election: Requested vote from peers 141d0393e51446799005c1a852a44a59 (127.0.235.2:35407), 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3:36335)
I20260630 12:36:20.287796  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26985029fc224512af928e33cb0c179b" candidate_uuid: "1dffb19c53464d5da1faac3faa057b9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "141d0393e51446799005c1a852a44a59"
I20260630 12:36:20.288096  6543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26985029fc224512af928e33cb0c179b" candidate_uuid: "1dffb19c53464d5da1faac3faa057b9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc53abdf19d40818ac3e61c4f39b874"
I20260630 12:36:20.288371  6469 raft_consensus.cc:3060] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.288641  6543 raft_consensus.cc:3060] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.295433  6469 raft_consensus.cc:2468] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1dffb19c53464d5da1faac3faa057b9b in term 1.
I20260630 12:36:20.295433  6543 raft_consensus.cc:2468] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1dffb19c53464d5da1faac3faa057b9b in term 1.
I20260630 12:36:20.296022  6594 raft_consensus.cc:493] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:20.296501  6594 raft_consensus.cc:515] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.296999  6358 leader_election.cc:304] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1dffb19c53464d5da1faac3faa057b9b, 6dc53abdf19d40818ac3e61c4f39b874; no voters: 
I20260630 12:36:20.298605  6605 raft_consensus.cc:2804] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:20.298600  6594 leader_election.cc:290] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 141d0393e51446799005c1a852a44a59 (127.0.235.2:35407), 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3:36335)
I20260630 12:36:20.299804  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae29c2e7b840450c82a159dca3f7b2f8" candidate_uuid: "1dffb19c53464d5da1faac3faa057b9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "141d0393e51446799005c1a852a44a59" is_pre_election: true
I20260630 12:36:20.300477  6469 raft_consensus.cc:2468] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1dffb19c53464d5da1faac3faa057b9b in term 0.
I20260630 12:36:20.300585  6543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae29c2e7b840450c82a159dca3f7b2f8" candidate_uuid: "1dffb19c53464d5da1faac3faa057b9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc53abdf19d40818ac3e61c4f39b874" is_pre_election: true
I20260630 12:36:20.300681  6605 raft_consensus.cc:697] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Becoming Leader. State: Replica: 1dffb19c53464d5da1faac3faa057b9b, State: Running, Role: LEADER
I20260630 12:36:20.301363  6543 raft_consensus.cc:2468] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1dffb19c53464d5da1faac3faa057b9b in term 0.
I20260630 12:36:20.301523  6358 leader_election.cc:304] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 141d0393e51446799005c1a852a44a59, 1dffb19c53464d5da1faac3faa057b9b; no voters: 
I20260630 12:36:20.301721  6605 consensus_queue.cc:237] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:20.304689  6606 raft_consensus.cc:2804] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:20.305038  6606 raft_consensus.cc:493] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:20.305305  6606 raft_consensus.cc:3060] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.310246  6606 raft_consensus.cc:515] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.310117  6292 catalog_manager.cc:5697] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b reported cstate change: term changed from 0 to 1, leader changed from <none> to 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1). New cstate: current_term: 1 leader_uuid: "1dffb19c53464d5da1faac3faa057b9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:20.311949  6606 leader_election.cc:290] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [CANDIDATE]: Term 1 election: Requested vote from peers 141d0393e51446799005c1a852a44a59 (127.0.235.2:35407), 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3:36335)
I20260630 12:36:20.312870  6543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae29c2e7b840450c82a159dca3f7b2f8" candidate_uuid: "1dffb19c53464d5da1faac3faa057b9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6dc53abdf19d40818ac3e61c4f39b874"
I20260630 12:36:20.313336  6543 raft_consensus.cc:3060] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.313494  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae29c2e7b840450c82a159dca3f7b2f8" candidate_uuid: "1dffb19c53464d5da1faac3faa057b9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "141d0393e51446799005c1a852a44a59"
I20260630 12:36:20.314111  6469 raft_consensus.cc:3060] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.320431  6543 raft_consensus.cc:2468] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1dffb19c53464d5da1faac3faa057b9b in term 1.
I20260630 12:36:20.320777  6469 raft_consensus.cc:2468] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1dffb19c53464d5da1faac3faa057b9b in term 1.
I20260630 12:36:20.321594  6358 leader_election.cc:304] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1dffb19c53464d5da1faac3faa057b9b, 6dc53abdf19d40818ac3e61c4f39b874; no voters: 
I20260630 12:36:20.322300  6606 raft_consensus.cc:2804] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:20.322683  6606 raft_consensus.cc:697] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Becoming Leader. State: Replica: 1dffb19c53464d5da1faac3faa057b9b, State: Running, Role: LEADER
I20260630 12:36:20.323402  6606 consensus_queue.cc:237] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.329457  6292 catalog_manager.cc:5697] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b reported cstate change: term changed from 0 to 1, leader changed from <none> to 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1). New cstate: current_term: 1 leader_uuid: "1dffb19c53464d5da1faac3faa057b9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:20.334383  6596 raft_consensus.cc:493] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:20.334779  6596 raft_consensus.cc:515] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.337262  6596 leader_election.cc:290] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1:37407), 141d0393e51446799005c1a852a44a59 (127.0.235.2:35407)
I20260630 12:36:20.347219  6394 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "489155cb601c46a4aa5d6574e6821f74" candidate_uuid: "6dc53abdf19d40818ac3e61c4f39b874" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1dffb19c53464d5da1faac3faa057b9b" is_pre_election: true
I20260630 12:36:20.347388  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "489155cb601c46a4aa5d6574e6821f74" candidate_uuid: "6dc53abdf19d40818ac3e61c4f39b874" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "141d0393e51446799005c1a852a44a59" is_pre_election: true
I20260630 12:36:20.348007  6394 raft_consensus.cc:2468] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6dc53abdf19d40818ac3e61c4f39b874 in term 0.
I20260630 12:36:20.348048  6469 raft_consensus.cc:2468] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6dc53abdf19d40818ac3e61c4f39b874 in term 0.
I20260630 12:36:20.349175  6507 leader_election.cc:304] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 141d0393e51446799005c1a852a44a59, 6dc53abdf19d40818ac3e61c4f39b874; no voters: 
I20260630 12:36:20.349833  6596 raft_consensus.cc:2804] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:20.350183  6596 raft_consensus.cc:493] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:20.350416  6596 raft_consensus.cc:3060] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.355671  6596 raft_consensus.cc:515] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.357260  6596 leader_election.cc:290] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [CANDIDATE]: Term 1 election: Requested vote from peers 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1:37407), 141d0393e51446799005c1a852a44a59 (127.0.235.2:35407)
I20260630 12:36:20.357841  6394 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "489155cb601c46a4aa5d6574e6821f74" candidate_uuid: "6dc53abdf19d40818ac3e61c4f39b874" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1dffb19c53464d5da1faac3faa057b9b"
I20260630 12:36:20.358244  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "489155cb601c46a4aa5d6574e6821f74" candidate_uuid: "6dc53abdf19d40818ac3e61c4f39b874" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "141d0393e51446799005c1a852a44a59"
I20260630 12:36:20.358371  6394 raft_consensus.cc:3060] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.358721  6469 raft_consensus.cc:3060] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:20.363148  6394 raft_consensus.cc:2468] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6dc53abdf19d40818ac3e61c4f39b874 in term 1.
I20260630 12:36:20.363329  6469 raft_consensus.cc:2468] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6dc53abdf19d40818ac3e61c4f39b874 in term 1.
I20260630 12:36:20.364171  6509 leader_election.cc:304] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1dffb19c53464d5da1faac3faa057b9b, 6dc53abdf19d40818ac3e61c4f39b874; no voters: 
I20260630 12:36:20.364820  6596 raft_consensus.cc:2804] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:20.366006  6596 raft_consensus.cc:697] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 LEADER]: Becoming Leader. State: Replica: 6dc53abdf19d40818ac3e61c4f39b874, State: Running, Role: LEADER
I20260630 12:36:20.366748  6596 consensus_queue.cc:237] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } }
I20260630 12:36:20.372959  6292 catalog_manager.cc:5697] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "6dc53abdf19d40818ac3e61c4f39b874" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:20.427428   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:20.433128  6613 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:20.434456  6614 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:20.436754  6616 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:20.438061   940 server_base.cc:1061] running on GCE node
I20260630 12:36:20.439339   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:20.439613   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:20.439816   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822980439788 us; error 0 us; skew 500 ppm
I20260630 12:36:20.440318   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:20.442648   940 webserver.cc:533] Webserver started at http://127.0.235.4:44341/ using document root <none> and password file <none>
I20260630 12:36:20.443111   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:20.443315   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:20.443602   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:20.444619   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "6c33c27b577b4e20b242fe89100c6deb"
format_stamp: "Formatted at 2026-06-30 12:36:20 on dist-test-slave-47x1"
I20260630 12:36:20.448858   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:36:20.451946  6621 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:20.452672   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:36:20.452970   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "6c33c27b577b4e20b242fe89100c6deb"
format_stamp: "Formatted at 2026-06-30 12:36:20 on dist-test-slave-47x1"
I20260630 12:36:20.453249   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:20.477047   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:20.478282   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:20.479714   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:20.481896   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:20.482146   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:20.482381   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:20.482558   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:20.520794   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:41413
I20260630 12:36:20.520933  6683 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:41413 every 8 connection(s)
I20260630 12:36:20.534248  6684 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43293
I20260630 12:36:20.534618  6684 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:20.535427  6684 heartbeater.cc:507] Master 127.0.235.62:43293 requested a full tablet report, sending...
I20260630 12:36:20.537422  6292 ts_manager.cc:194] Registered new tserver with Master: 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4:41413)
I20260630 12:36:20.538787  6292 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36208
I20260630 12:36:20.616586  6596 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:20.616761  6606 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:20.624452  6596 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:36:20.624737  6596 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:36:20.634742  6605 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:20.663205  6594 consensus_queue.cc:1048] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:20.663812  6605 consensus_queue.cc:1048] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:20.719686  6611 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:20.805900  6564 debug-util.cc:398] Leaking SignalData structure 0x7b080016d640 after lost signal to thread 943
W20260630 12:36:20.834237  6340 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 223e0ff850484095a41997cbfb41956f: could not find any suitable replica to move from server 1dffb19c53464d5da1faac3faa057b9b to server 6c33c27b577b4e20b242fe89100c6deb
I20260630 12:36:21.541172  6684 heartbeater.cc:499] Master 127.0.235.62:43293 was elected leader, sending a full tablet report...
I20260630 12:36:21.823644  6345 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:21.842468  6394 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "26985029fc224512af928e33cb0c179b"
dest_uuid: "1dffb19c53464d5da1faac3faa057b9b"
mode: GRACEFUL
new_leader_uuid: "141d0393e51446799005c1a852a44a59"
 from {username='slave'} at 127.0.0.1:49734
I20260630 12:36:21.843290  6394 raft_consensus.cc:606] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Received request to transfer leadership to TS 141d0393e51446799005c1a852a44a59
I20260630 12:36:21.844633  6345 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:36:21.845196  6345 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:21.846853  6340 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 223e0ff850484095a41997cbfb41956f: could not find any suitable replica to move from server 1dffb19c53464d5da1faac3faa057b9b to server 6c33c27b577b4e20b242fe89100c6deb
I20260630 12:36:22.001116  6700 raft_consensus.cc:993] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b: : Instructing follower 141d0393e51446799005c1a852a44a59 to start an election
I20260630 12:36:22.001647  6606 raft_consensus.cc:1081] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Signalling peer 141d0393e51446799005c1a852a44a59 to start an election
I20260630 12:36:22.003227  6469 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "26985029fc224512af928e33cb0c179b"
dest_uuid: "141d0393e51446799005c1a852a44a59"
 from {username='slave'} at 127.0.0.1:33926
I20260630 12:36:22.003799  6469 raft_consensus.cc:493] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:36:22.004149  6469 raft_consensus.cc:3060] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:22.009760  6469 raft_consensus.cc:515] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:22.011734  6469 leader_election.cc:290] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [CANDIDATE]: Term 2 election: Requested vote from peers 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3:36335), 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1:37407)
I20260630 12:36:22.023437  6543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26985029fc224512af928e33cb0c179b" candidate_uuid: "141d0393e51446799005c1a852a44a59" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "6dc53abdf19d40818ac3e61c4f39b874"
I20260630 12:36:22.024026  6543 raft_consensus.cc:3060] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:22.025053  6394 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "26985029fc224512af928e33cb0c179b" candidate_uuid: "141d0393e51446799005c1a852a44a59" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1dffb19c53464d5da1faac3faa057b9b"
I20260630 12:36:22.025660  6394 raft_consensus.cc:3055] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:22.025970  6394 raft_consensus.cc:740] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1dffb19c53464d5da1faac3faa057b9b, State: Running, Role: LEADER
I20260630 12:36:22.026772  6394 consensus_queue.cc:260] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [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: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:22.028072  6394 raft_consensus.cc:3060] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:22.030929  6543 raft_consensus.cc:2468] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 141d0393e51446799005c1a852a44a59 in term 2.
I20260630 12:36:22.032109  6433 leader_election.cc:304] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [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: 141d0393e51446799005c1a852a44a59, 6dc53abdf19d40818ac3e61c4f39b874; no voters: 
I20260630 12:36:22.033911  6704 raft_consensus.cc:2804] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:22.034543  6394 raft_consensus.cc:2468] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 141d0393e51446799005c1a852a44a59 in term 2.
I20260630 12:36:22.035252  6704 raft_consensus.cc:697] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 2 LEADER]: Becoming Leader. State: Replica: 141d0393e51446799005c1a852a44a59, State: Running, Role: LEADER
I20260630 12:36:22.036229  6704 consensus_queue.cc:237] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [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: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } }
I20260630 12:36:22.043902  6290 catalog_manager.cc:5697] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 reported cstate change: term changed from 1 to 2, leader changed from 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1) to 141d0393e51446799005c1a852a44a59 (127.0.235.2). New cstate: current_term: 2 leader_uuid: "141d0393e51446799005c1a852a44a59" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.295372  6394 raft_consensus.cc:1275] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 2 FOLLOWER]: Refusing update from remote peer 141d0393e51446799005c1a852a44a59: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:22.297061  6704 consensus_queue.cc:1048] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:22.406569  6543 raft_consensus.cc:1275] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 2 FOLLOWER]: Refusing update from remote peer 141d0393e51446799005c1a852a44a59: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:36:22.407819  6704 consensus_queue.cc:1048] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:22.873117  6543 consensus_queue.cc:237] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [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: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } }
I20260630 12:36:22.882097  6469 raft_consensus.cc:1275] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Refusing update from remote peer 6dc53abdf19d40818ac3e61c4f39b874: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:22.884981  6697 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:22.888688  6394 raft_consensus.cc:1275] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Refusing update from remote peer 6dc53abdf19d40818ac3e61c4f39b874: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:22.890975  6720 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } 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:36:22.907562  6468 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } } }
I20260630 12:36:22.915385  6393 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } } }
W20260630 12:36:22.917239  6508 consensus_peers.cc:597] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 -> Peer 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4:41413): Couldn't send request to peer 6c33c27b577b4e20b242fe89100c6deb. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 489155cb601c46a4aa5d6574e6821f74. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:22.923512  6290 catalog_manager.cc:5697] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 reported cstate change: config changed from index -1 to 2, NON_VOTER 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "6dc53abdf19d40818ac3e61c4f39b874" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } } }
I20260630 12:36:22.981711  6697 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } } }
I20260630 12:36:23.004004  6393 consensus_queue.cc:237] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [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: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } }
I20260630 12:36:23.011390  6543 raft_consensus.cc:1275] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Refusing update from remote peer 1dffb19c53464d5da1faac3faa057b9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:23.012996  6468 raft_consensus.cc:1275] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Refusing update from remote peer 1dffb19c53464d5da1faac3faa057b9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:23.014567  6606 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:23.015453  6730 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:36:23.030078  6359 consensus_peers.cc:597] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b -> Peer 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4:41413): Couldn't send request to peer 6c33c27b577b4e20b242fe89100c6deb. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ae29c2e7b840450c82a159dca3f7b2f8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:23.034126  6543 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } } }
I20260630 12:36:23.035403  6468 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } } }
I20260630 12:36:23.048012  6292 catalog_manager.cc:5697] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 reported cstate change: config changed from index -1 to 2, NON_VOTER 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "1dffb19c53464d5da1faac3faa057b9b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } } }
I20260630 12:36:23.094220  6606 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } } }
I20260630 12:36:23.107050  6736 ts_tablet_manager.cc:933] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: Initiating tablet copy from peer 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3:36335)
I20260630 12:36:23.109144  6736 tablet_copy_client.cc:323] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:36335
I20260630 12:36:23.122165  6553 tablet_copy_service.cc:140] P 6dc53abdf19d40818ac3e61c4f39b874: Received BeginTabletCopySession request for tablet 489155cb601c46a4aa5d6574e6821f74 from peer 6c33c27b577b4e20b242fe89100c6deb ({username='slave'} at 127.0.0.1:47278)
I20260630 12:36:23.122710  6553 tablet_copy_service.cc:161] P 6dc53abdf19d40818ac3e61c4f39b874: Beginning new tablet copy session on tablet 489155cb601c46a4aa5d6574e6821f74 from peer 6c33c27b577b4e20b242fe89100c6deb at {username='slave'} at 127.0.0.1:47278: session id = 6c33c27b577b4e20b242fe89100c6deb-489155cb601c46a4aa5d6574e6821f74
I20260630 12:36:23.130486  6553 tablet_copy_source_session.cc:215] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:23.133673  6736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 489155cb601c46a4aa5d6574e6821f74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.150064  6736 tablet_copy_client.cc:806] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:23.150645  6736 tablet_copy_client.cc:670] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:23.154515  6736 tablet_copy_client.cc:538] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:23.163542  6736 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: Bootstrap starting.
I20260630 12:36:23.183326  6736 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:23.184175  6736 tablet_bootstrap.cc:492] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: Bootstrap complete.
I20260630 12:36:23.184854  6736 ts_tablet_manager.cc:1403] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: Time spent bootstrapping tablet: real 0.022s	user 0.019s	sys 0.000s
I20260630 12:36:23.187651  6736 raft_consensus.cc:359] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } }
I20260630 12:36:23.188558  6736 raft_consensus.cc:740] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 6c33c27b577b4e20b242fe89100c6deb, State: Initialized, Role: LEARNER
I20260630 12:36:23.189239  6736 consensus_queue.cc:260] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [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: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } }
I20260630 12:36:23.192471  6736 ts_tablet_manager.cc:1434] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: Time spent starting tablet: real 0.007s	user 0.010s	sys 0.000s
I20260630 12:36:23.194818  6553 tablet_copy_service.cc:342] P 6dc53abdf19d40818ac3e61c4f39b874: Request end of tablet copy session 6c33c27b577b4e20b242fe89100c6deb-489155cb601c46a4aa5d6574e6821f74 received from {username='slave'} at 127.0.0.1:47278
I20260630 12:36:23.195233  6553 tablet_copy_service.cc:434] P 6dc53abdf19d40818ac3e61c4f39b874: ending tablet copy session 6c33c27b577b4e20b242fe89100c6deb-489155cb601c46a4aa5d6574e6821f74 on tablet 489155cb601c46a4aa5d6574e6821f74 with peer 6c33c27b577b4e20b242fe89100c6deb
I20260630 12:36:23.331136  6736 ts_tablet_manager.cc:933] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: Initiating tablet copy from peer 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1:37407)
I20260630 12:36:23.332845  6736 tablet_copy_client.cc:323] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:37407
I20260630 12:36:23.339012  6659 raft_consensus.cc:1217] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:23.346459  6404 tablet_copy_service.cc:140] P 1dffb19c53464d5da1faac3faa057b9b: Received BeginTabletCopySession request for tablet ae29c2e7b840450c82a159dca3f7b2f8 from peer 6c33c27b577b4e20b242fe89100c6deb ({username='slave'} at 127.0.0.1:49766)
I20260630 12:36:23.347012  6404 tablet_copy_service.cc:161] P 1dffb19c53464d5da1faac3faa057b9b: Beginning new tablet copy session on tablet ae29c2e7b840450c82a159dca3f7b2f8 from peer 6c33c27b577b4e20b242fe89100c6deb at {username='slave'} at 127.0.0.1:49766: session id = 6c33c27b577b4e20b242fe89100c6deb-ae29c2e7b840450c82a159dca3f7b2f8
I20260630 12:36:23.355489  6404 tablet_copy_source_session.cc:215] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:23.358812  6736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae29c2e7b840450c82a159dca3f7b2f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:23.375891  6736 tablet_copy_client.cc:806] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:23.376461  6736 tablet_copy_client.cc:670] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:23.380232  6736 tablet_copy_client.cc:538] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:23.388291  6736 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: Bootstrap starting.
I20260630 12:36:23.407040  6736 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:23.407896  6736 tablet_bootstrap.cc:492] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: Bootstrap complete.
I20260630 12:36:23.408546  6736 ts_tablet_manager.cc:1403] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260630 12:36:23.411296  6736 raft_consensus.cc:359] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } }
I20260630 12:36:23.412123  6736 raft_consensus.cc:740] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 6c33c27b577b4e20b242fe89100c6deb, State: Initialized, Role: LEARNER
I20260630 12:36:23.412729  6736 consensus_queue.cc:260] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [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: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: true } }
I20260630 12:36:23.416747  6736 ts_tablet_manager.cc:1434] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260630 12:36:23.418632  6404 tablet_copy_service.cc:342] P 1dffb19c53464d5da1faac3faa057b9b: Request end of tablet copy session 6c33c27b577b4e20b242fe89100c6deb-ae29c2e7b840450c82a159dca3f7b2f8 received from {username='slave'} at 127.0.0.1:49766
I20260630 12:36:23.419044  6404 tablet_copy_service.cc:434] P 1dffb19c53464d5da1faac3faa057b9b: ending tablet copy session 6c33c27b577b4e20b242fe89100c6deb-ae29c2e7b840450c82a159dca3f7b2f8 on tablet ae29c2e7b840450c82a159dca3f7b2f8 with peer 6c33c27b577b4e20b242fe89100c6deb
I20260630 12:36:23.603672  6697 raft_consensus.cc:1064] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874: attempting to promote NON_VOTER 6c33c27b577b4e20b242fe89100c6deb to VOTER
I20260630 12:36:23.605530  6697 consensus_queue.cc:237] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [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: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } }
I20260630 12:36:23.613304  6468 raft_consensus.cc:1275] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Refusing update from remote peer 6dc53abdf19d40818ac3e61c4f39b874: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:23.614789  6659 raft_consensus.cc:1275] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 LEARNER]: Refusing update from remote peer 6dc53abdf19d40818ac3e61c4f39b874: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:23.615304  6720 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:23.617295  6720 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:23.625641  6393 raft_consensus.cc:1275] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Refusing update from remote peer 6dc53abdf19d40818ac3e61c4f39b874: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:23.627310  6744 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:23.637072  6393 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:23.656677  6658 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:23.660926  6290 catalog_manager.cc:5697] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b reported cstate change: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "6dc53abdf19d40818ac3e61c4f39b874" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:23.686702  6658 raft_consensus.cc:1217] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:23.799942  6720 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:23.812830  6468 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } attrs { replace: true } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:23.846501  6345 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:23.852753  6345 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:23.853190  6345 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:23.877602  6543 consensus_queue.cc:237] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [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: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } }
I20260630 12:36:23.884032  6658 raft_consensus.cc:1275] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Refusing update from remote peer 6dc53abdf19d40818ac3e61c4f39b874: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:23.885713  6744 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:23.885986  6468 raft_consensus.cc:1275] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Refusing update from remote peer 6dc53abdf19d40818ac3e61c4f39b874: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:23.887742  6744 consensus_queue.cc:1048] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:23.895409  6658 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:23.896535  6468 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:23.908771  6291 catalog_manager.cc:5697] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb reported cstate change: config changed from index 3 to 4, VOTER 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1) evicted. New cstate: current_term: 1 leader_uuid: "6dc53abdf19d40818ac3e61c4f39b874" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.031755  6606 raft_consensus.cc:1064] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b: attempting to promote NON_VOTER 6c33c27b577b4e20b242fe89100c6deb to VOTER
I20260630 12:36:24.033766  6606 consensus_queue.cc:237] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [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: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } }
I20260630 12:36:24.039026  6658 raft_consensus.cc:1275] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 LEARNER]: Refusing update from remote peer 1dffb19c53464d5da1faac3faa057b9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:24.039376  6543 raft_consensus.cc:1275] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Refusing update from remote peer 1dffb19c53464d5da1faac3faa057b9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:24.040467  6735 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:24.040896  6468 raft_consensus.cc:1275] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Refusing update from remote peer 1dffb19c53464d5da1faac3faa057b9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:24.041491  6748 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } 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:36:24.042387  6606 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:24.059775  6658 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.062539  6543 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.072840  6289 catalog_manager.cc:5697] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 reported cstate change: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1dffb19c53464d5da1faac3faa057b9b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.108664  6382 tablet_service.cc:1558] Processing DeleteTablet for tablet 489155cb601c46a4aa5d6574e6821f74 with delete_type TABLET_DATA_TOMBSTONED (TS 1dffb19c53464d5da1faac3faa057b9b not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:49724
I20260630 12:36:24.110843  6752 tablet_replica.cc:333] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: stopping tablet replica
I20260630 12:36:24.111737  6752 raft_consensus.cc:2243] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.112471  6752 raft_consensus.cc:2272] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.114878  6752 ts_tablet_manager.cc:1916] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:24.124702  6752 ts_tablet_manager.cc:1929] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:36:24.125001  6752 log.cc:1199] T 489155cb601c46a4aa5d6574e6821f74 P 1dffb19c53464d5da1faac3faa057b9b: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-0-root/wals/489155cb601c46a4aa5d6574e6821f74
I20260630 12:36:24.126334  6279 catalog_manager.cc:5028] TS 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1:37407): tablet 489155cb601c46a4aa5d6574e6821f74 (table test-workload [id=223e0ff850484095a41997cbfb41956f]) successfully deleted
I20260630 12:36:24.291090  6735 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.303916  6468 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 6c33c27b577b4e20b242fe89100c6deb (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } attrs { replace: true } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
W20260630 12:36:24.310098  6360 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260630 12:36:24.310405  6393 consensus_queue.cc:237] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [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: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } }
I20260630 12:36:24.316143  6658 raft_consensus.cc:1275] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Refusing update from remote peer 1dffb19c53464d5da1faac3faa057b9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:24.316987  6468 raft_consensus.cc:1275] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Refusing update from remote peer 1dffb19c53464d5da1faac3faa057b9b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:24.317378  6606 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:24.318638  6748 consensus_queue.cc:1048] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:24.325575  6658 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.326499  6468 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.335198  6292 catalog_manager.cc:5697] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb reported cstate change: config changed from index 3 to 4, VOTER 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3) evicted. New cstate: current_term: 1 leader_uuid: "1dffb19c53464d5da1faac3faa057b9b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.474454  6720 raft_consensus.cc:2955] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1dffb19c53464d5da1faac3faa057b9b (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6dc53abdf19d40818ac3e61c4f39b874" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36335 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.481236  6277 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 489155cb601c46a4aa5d6574e6821f74 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:24.505349  6531 tablet_service.cc:1558] Processing DeleteTablet for tablet ae29c2e7b840450c82a159dca3f7b2f8 with delete_type TABLET_DATA_TOMBSTONED (TS 6dc53abdf19d40818ac3e61c4f39b874 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:47226
I20260630 12:36:24.507673  6755 tablet_replica.cc:333] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: stopping tablet replica
I20260630 12:36:24.508287  6755 raft_consensus.cc:2243] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:24.508836  6755 raft_consensus.cc:2272] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:24.511099  6755 ts_tablet_manager.cc:1916] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:24.521108  6755 ts_tablet_manager.cc:1929] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:36:24.521380  6755 log.cc:1199] T ae29c2e7b840450c82a159dca3f7b2f8 P 6dc53abdf19d40818ac3e61c4f39b874: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822834383079-940-0/minicluster-data/ts-2-root/wals/ae29c2e7b840450c82a159dca3f7b2f8
I20260630 12:36:24.522681  6277 catalog_manager.cc:5028] TS 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3:36335): tablet ae29c2e7b840450c82a159dca3f7b2f8 (table test-workload [id=223e0ff850484095a41997cbfb41956f]) successfully deleted
I20260630 12:36:24.712159  6606 raft_consensus.cc:2955] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 6dc53abdf19d40818ac3e61c4f39b874 (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1dffb19c53464d5da1faac3faa057b9b" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 37407 } } peers { permanent_uuid: "141d0393e51446799005c1a852a44a59" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 35407 } } peers { permanent_uuid: "6c33c27b577b4e20b242fe89100c6deb" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41413 } attrs { promote: false } } }
I20260630 12:36:24.718652  6279 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ae29c2e7b840450c82a159dca3f7b2f8 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:25.854660  6345 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:25.858796  6345 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:25.859226  6345 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:27.860366  6345 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:27.863461  6345 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:27.863924  6345 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:29.864884  6345 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:29.867611  6345 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:29.867971  6345 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:30.589407   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:36:30.619050   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:30.619872   940 tablet_replica.cc:333] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b: stopping tablet replica
I20260630 12:36:30.620465   940 raft_consensus.cc:2243] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.621241   940 raft_consensus.cc:2272] T 26985029fc224512af928e33cb0c179b P 1dffb19c53464d5da1faac3faa057b9b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.623790   940 tablet_replica.cc:333] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b: stopping tablet replica
I20260630 12:36:30.624265   940 raft_consensus.cc:2243] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:30.625155   940 raft_consensus.cc:2272] T ae29c2e7b840450c82a159dca3f7b2f8 P 1dffb19c53464d5da1faac3faa057b9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.650913   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:36:30.667907   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:36:30.689180   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:30.689765   940 tablet_replica.cc:333] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59: stopping tablet replica
I20260630 12:36:30.690444   940 raft_consensus.cc:2243] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.691460   940 raft_consensus.cc:2272] T ae29c2e7b840450c82a159dca3f7b2f8 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.693696   940 tablet_replica.cc:333] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59: stopping tablet replica
I20260630 12:36:30.694243   940 raft_consensus.cc:2243] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.694878   940 raft_consensus.cc:2272] T 489155cb601c46a4aa5d6574e6821f74 P 141d0393e51446799005c1a852a44a59 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.696813   940 tablet_replica.cc:333] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59: stopping tablet replica
I20260630 12:36:30.697188   940 raft_consensus.cc:2243] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:30.698052   940 raft_consensus.cc:2272] T 26985029fc224512af928e33cb0c179b P 141d0393e51446799005c1a852a44a59 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.721312   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:36:30.735349   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:36:30.758950   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:30.759781   940 tablet_replica.cc:333] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874: stopping tablet replica
I20260630 12:36:30.760371   940 raft_consensus.cc:2243] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.760885   940 raft_consensus.cc:2272] T 26985029fc224512af928e33cb0c179b P 6dc53abdf19d40818ac3e61c4f39b874 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.763146   940 tablet_replica.cc:333] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874: stopping tablet replica
I20260630 12:36:30.763608   940 raft_consensus.cc:2243] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:30.764474   940 raft_consensus.cc:2272] T 489155cb601c46a4aa5d6574e6821f74 P 6dc53abdf19d40818ac3e61c4f39b874 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.805078   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:36:30.819639   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:36:30.840816   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:30.841519   940 tablet_replica.cc:333] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb: stopping tablet replica
I20260630 12:36:30.842483   940 raft_consensus.cc:2243] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.843098   940 raft_consensus.cc:2272] T ae29c2e7b840450c82a159dca3f7b2f8 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.845366   940 tablet_replica.cc:333] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb: stopping tablet replica
I20260630 12:36:30.845820   940 raft_consensus.cc:2243] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:30.846434   940 raft_consensus.cc:2272] T 489155cb601c46a4aa5d6574e6821f74 P 6c33c27b577b4e20b242fe89100c6deb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.866207   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:36:30.879336   940 master.cc:562] Master@127.0.235.62:43293 shutting down...
I20260630 12:36:30.901010   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:30.901641   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:30.901968   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 547ec268bd354175a932eba9dd3f3d8c: stopping tablet replica
I20260630 12:36:30.921303   940 master.cc:584] Master@127.0.235.62:43293 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (13922 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:36:30.960203   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:35095
I20260630 12:36:30.961290   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:30.966743  6759 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:30.966845  6758 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:30.968127  6761 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:30.969326   940 server_base.cc:1061] running on GCE node
I20260630 12:36:30.970291   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:30.970494   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:30.970676   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822990970615 us; error 0 us; skew 500 ppm
I20260630 12:36:30.971172   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:30.973369   940 webserver.cc:533] Webserver started at http://127.0.235.62:38591/ using document root <none> and password file <none>
I20260630 12:36:30.973837   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:30.974064   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:30.974349   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:30.975447   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "6fecd2ea8fd04cb88082cfd16c88d238"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-47x1"
I20260630 12:36:30.979668   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:30.982842  6766 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:30.983493   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:36:30.983776   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "6fecd2ea8fd04cb88082cfd16c88d238"
format_stamp: "Formatted at 2026-06-30 12:36:30 on dist-test-slave-47x1"
I20260630 12:36:30.984040   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:30.995842   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:30.996929   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:31.033068   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:35095
I20260630 12:36:31.033162  6817 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:35095 every 8 connection(s)
I20260630 12:36:31.036950  6818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:31.047524  6818 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238: Bootstrap starting.
I20260630 12:36:31.052029  6818 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:31.055805  6818 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238: No bootstrap required, opened a new log
I20260630 12:36:31.057781  6818 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6fecd2ea8fd04cb88082cfd16c88d238" member_type: VOTER }
I20260630 12:36:31.058193  6818 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:31.058363  6818 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6fecd2ea8fd04cb88082cfd16c88d238, State: Initialized, Role: FOLLOWER
I20260630 12:36:31.058876  6818 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6fecd2ea8fd04cb88082cfd16c88d238" member_type: VOTER }
I20260630 12:36:31.059278  6818 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:31.059448  6818 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:31.059666  6818 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:31.063675  6818 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6fecd2ea8fd04cb88082cfd16c88d238" member_type: VOTER }
I20260630 12:36:31.064105  6818 leader_election.cc:304] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [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: 6fecd2ea8fd04cb88082cfd16c88d238; no voters: 
I20260630 12:36:31.065050  6818 leader_election.cc:290] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:31.065423  6821 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:31.066753  6821 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 1 LEADER]: Becoming Leader. State: Replica: 6fecd2ea8fd04cb88082cfd16c88d238, State: Running, Role: LEADER
I20260630 12:36:31.067329  6821 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [LEADER]: Queue going to LEADER mode. State: All 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: "6fecd2ea8fd04cb88082cfd16c88d238" member_type: VOTER }
I20260630 12:36:31.067886  6818 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:31.071905  6822 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6fecd2ea8fd04cb88082cfd16c88d238" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6fecd2ea8fd04cb88082cfd16c88d238" member_type: VOTER } }
I20260630 12:36:31.072295  6823 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6fecd2ea8fd04cb88082cfd16c88d238. Latest consensus state: current_term: 1 leader_uuid: "6fecd2ea8fd04cb88082cfd16c88d238" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6fecd2ea8fd04cb88082cfd16c88d238" member_type: VOTER } }
I20260630 12:36:31.072664  6822 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:31.073165  6823 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:31.076309  6828 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:31.084228  6828 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:31.085178   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:31.092934  6828 catalog_manager.cc:1383] Generated new cluster ID: c9c8e474c45e419b9cdc72124d3be768
I20260630 12:36:31.093266  6828 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:31.113639  6828 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:31.114868  6828 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:31.128319  6828 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238: Generated new TSK 0
I20260630 12:36:31.128837  6828 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:31.151165   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:31.156860  6839 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:31.158231  6840 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:31.159325  6842 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:31.160409   940 server_base.cc:1061] running on GCE node
I20260630 12:36:31.161260   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:31.161459   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:31.161576   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822991161565 us; error 0 us; skew 500 ppm
I20260630 12:36:31.161995   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:31.164078   940 webserver.cc:533] Webserver started at http://127.0.235.1:39609/ using document root <none> and password file <none>
I20260630 12:36:31.164500   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:31.164646   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:31.164844   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:31.165829   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42"
format_stamp: "Formatted at 2026-06-30 12:36:31 on dist-test-slave-47x1"
I20260630 12:36:31.170104   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:36:31.173197  6847 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.173903   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:31.174189   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42"
format_stamp: "Formatted at 2026-06-30 12:36:31 on dist-test-slave-47x1"
I20260630 12:36:31.174431   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:31.187032   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:31.188037   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:31.189308   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:31.191519   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:31.191710   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.191951   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:31.192117   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.229773   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:42919
I20260630 12:36:31.229887  6909 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:42919 every 8 connection(s)
I20260630 12:36:31.234587   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:31.241562  6914 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:31.243337  6915 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:31.246115   940 server_base.cc:1061] running on GCE node
W20260630 12:36:31.246419  6917 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:31.247265   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:31.247510   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:31.247684   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822991247668 us; error 0 us; skew 500 ppm
I20260630 12:36:31.248178   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:31.250627   940 webserver.cc:533] Webserver started at http://127.0.235.2:38461/ using document root <none> and password file <none>
I20260630 12:36:31.251158   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:31.251374   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:31.251688   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:31.253041  6910 heartbeater.cc:344] Connected to a master server at 127.0.235.62:35095
I20260630 12:36:31.253100   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "afe0f5fda18d42dcb2b8e2737eb1355c"
format_stamp: "Formatted at 2026-06-30 12:36:31 on dist-test-slave-47x1"
I20260630 12:36:31.253525  6910 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:31.254299  6910 heartbeater.cc:507] Master 127.0.235.62:35095 requested a full tablet report, sending...
I20260630 12:36:31.256422  6783 ts_manager.cc:194] Registered new tserver with Master: ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919)
I20260630 12:36:31.258455   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:36:31.258783  6783 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50130
I20260630 12:36:31.262106  6922 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.262825   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:31.263090   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "afe0f5fda18d42dcb2b8e2737eb1355c"
format_stamp: "Formatted at 2026-06-30 12:36:31 on dist-test-slave-47x1"
I20260630 12:36:31.263346   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:31.285154   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:31.286386   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:31.287794   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:31.289783   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:31.289987   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.290248   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:31.290441   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.327230   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:46567
I20260630 12:36:31.327317  6984 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:46567 every 8 connection(s)
I20260630 12:36:31.331889   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:31.338718  6988 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:31.339968  6989 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:31.341010  6991 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:31.341287   940 server_base.cc:1061] running on GCE node
I20260630 12:36:31.342424   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:31.342644   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:31.342837   940 hybrid_clock.cc:648] HybridClock initialized: now 1782822991342811 us; error 0 us; skew 500 ppm
I20260630 12:36:31.343405   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:31.344728  6985 heartbeater.cc:344] Connected to a master server at 127.0.235.62:35095
I20260630 12:36:31.345109  6985 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:31.346068  6985 heartbeater.cc:507] Master 127.0.235.62:35095 requested a full tablet report, sending...
I20260630 12:36:31.346076   940 webserver.cc:533] Webserver started at http://127.0.235.3:39869/ using document root <none> and password file <none>
I20260630 12:36:31.346870   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:31.347111   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:31.347391   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:31.348268  6783 ts_manager.cc:194] Registered new tserver with Master: afe0f5fda18d42dcb2b8e2737eb1355c (127.0.235.2:46567)
I20260630 12:36:31.348646   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "b1e2f6984429408eb8c034295a204b85"
format_stamp: "Formatted at 2026-06-30 12:36:31 on dist-test-slave-47x1"
I20260630 12:36:31.349613  6783 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50146
I20260630 12:36:31.352995   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:36:31.356040  6996 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.356678   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:36:31.356954   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "b1e2f6984429408eb8c034295a204b85"
format_stamp: "Formatted at 2026-06-30 12:36:31 on dist-test-slave-47x1"
I20260630 12:36:31.357199   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:31.371291   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:31.372357   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:31.373636   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:31.375699   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:31.375916   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.376142   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:31.376304   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:31.413591   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:38307
I20260630 12:36:31.413686  7058 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:38307 every 8 connection(s)
I20260630 12:36:31.426960  7059 heartbeater.cc:344] Connected to a master server at 127.0.235.62:35095
I20260630 12:36:31.427273  7059 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:31.427918  7059 heartbeater.cc:507] Master 127.0.235.62:35095 requested a full tablet report, sending...
I20260630 12:36:31.429834  6783 ts_manager.cc:194] Registered new tserver with Master: b1e2f6984429408eb8c034295a204b85 (127.0.235.3:38307)
I20260630 12:36:31.430828   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014197573s
I20260630 12:36:31.431191  6783 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50158
I20260630 12:36:32.261508  6910 heartbeater.cc:499] Master 127.0.235.62:35095 was elected leader, sending a full tablet report...
I20260630 12:36:32.351903  6985 heartbeater.cc:499] Master 127.0.235.62:35095 was elected leader, sending a full tablet report...
I20260630 12:36:32.433578  7059 heartbeater.cc:499] Master 127.0.235.62:35095 was elected leader, sending a full tablet report...
I20260630 12:36:32.484143  6783 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50162:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:36:32.486217  6783 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:36:32.536654  6875 tablet_service.cc:1511] Processing CreateTablet for tablet 4e48a77a1ecb425c8bd8884248e43ac0 (DEFAULT_TABLE table=test-workload [id=c1a6464e075a413c914e445debef961c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:32.538043  6875 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e48a77a1ecb425c8bd8884248e43ac0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:32.537806  6950 tablet_service.cc:1511] Processing CreateTablet for tablet 4e48a77a1ecb425c8bd8884248e43ac0 (DEFAULT_TABLE table=test-workload [id=c1a6464e075a413c914e445debef961c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:32.539083  6950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e48a77a1ecb425c8bd8884248e43ac0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:32.539999  7024 tablet_service.cc:1511] Processing CreateTablet for tablet 4e48a77a1ecb425c8bd8884248e43ac0 (DEFAULT_TABLE table=test-workload [id=c1a6464e075a413c914e445debef961c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:32.541277  7024 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4e48a77a1ecb425c8bd8884248e43ac0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:32.552234  7079 tablet_bootstrap.cc:492] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c: Bootstrap starting.
I20260630 12:36:32.557271  7079 tablet_bootstrap.cc:654] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:32.560705  7080 tablet_bootstrap.cc:492] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42: Bootstrap starting.
I20260630 12:36:32.563026  7081 tablet_bootstrap.cc:492] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85: Bootstrap starting.
I20260630 12:36:32.563956  7079 tablet_bootstrap.cc:492] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c: No bootstrap required, opened a new log
I20260630 12:36:32.564443  7079 ts_tablet_manager.cc:1403] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:36:32.566741  7079 raft_consensus.cc:359] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.567282  7079 raft_consensus.cc:385] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:32.567531  7079 raft_consensus.cc:740] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afe0f5fda18d42dcb2b8e2737eb1355c, State: Initialized, Role: FOLLOWER
I20260630 12:36:32.567834  7080 tablet_bootstrap.cc:654] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:32.568187  7079 consensus_queue.cc:260] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.569873  7081 tablet_bootstrap.cc:654] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:32.573933  7079 ts_tablet_manager.cc:1434] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.005s
I20260630 12:36:32.575227  7080 tablet_bootstrap.cc:492] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42: No bootstrap required, opened a new log
I20260630 12:36:32.575892  7080 ts_tablet_manager.cc:1403] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:36:32.578691  7081 tablet_bootstrap.cc:492] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85: No bootstrap required, opened a new log
I20260630 12:36:32.579207  7081 ts_tablet_manager.cc:1403] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:36:32.579149  7080 raft_consensus.cc:359] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.580024  7080 raft_consensus.cc:385] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:32.580402  7080 raft_consensus.cc:740] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee61cec7aeb1467e9ebbf4a2f9b08d42, State: Initialized, Role: FOLLOWER
I20260630 12:36:32.581203  7080 consensus_queue.cc:260] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
W20260630 12:36:32.582122  6986 tablet.cc:2406] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:32.582144  7081 raft_consensus.cc:359] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.583283  7081 raft_consensus.cc:385] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:32.583716  7081 raft_consensus.cc:740] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b1e2f6984429408eb8c034295a204b85, State: Initialized, Role: FOLLOWER
I20260630 12:36:32.584872  7081 consensus_queue.cc:260] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.589717  7081 ts_tablet_manager.cc:1434] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:36:32.591403  7080 ts_tablet_manager.cc:1434] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.004s
I20260630 12:36:32.801164  7083 raft_consensus.cc:493] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:32.801699  7083 raft_consensus.cc:515] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.803678  7083 leader_election.cc:290] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919), b1e2f6984429408eb8c034295a204b85 (127.0.235.3:38307)
I20260630 12:36:32.815989  6885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e48a77a1ecb425c8bd8884248e43ac0" candidate_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" is_pre_election: true
I20260630 12:36:32.815989  7034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e48a77a1ecb425c8bd8884248e43ac0" candidate_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b1e2f6984429408eb8c034295a204b85" is_pre_election: true
I20260630 12:36:32.817072  7034 raft_consensus.cc:2468] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afe0f5fda18d42dcb2b8e2737eb1355c in term 0.
I20260630 12:36:32.817023  6885 raft_consensus.cc:2468] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afe0f5fda18d42dcb2b8e2737eb1355c in term 0.
I20260630 12:36:32.817780  7087 raft_consensus.cc:493] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:32.818362  7087 raft_consensus.cc:515] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.818629  6924 leader_election.cc:304] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: afe0f5fda18d42dcb2b8e2737eb1355c, b1e2f6984429408eb8c034295a204b85; no voters: 
I20260630 12:36:32.819397  7083 raft_consensus.cc:2804] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:32.819733  7083 raft_consensus.cc:493] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:32.820055  7083 raft_consensus.cc:3060] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:32.826404  7087 leader_election.cc:290] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919), afe0f5fda18d42dcb2b8e2737eb1355c (127.0.235.2:46567)
I20260630 12:36:32.829073  7083 raft_consensus.cc:515] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.832057  6885 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e48a77a1ecb425c8bd8884248e43ac0" candidate_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42"
I20260630 12:36:32.832280  7034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e48a77a1ecb425c8bd8884248e43ac0" candidate_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b1e2f6984429408eb8c034295a204b85"
I20260630 12:36:32.832643  6885 raft_consensus.cc:3060] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:32.832862  7034 raft_consensus.cc:3060] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:32.840076  6885 raft_consensus.cc:2468] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afe0f5fda18d42dcb2b8e2737eb1355c in term 1.
I20260630 12:36:32.840104  6884 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e48a77a1ecb425c8bd8884248e43ac0" candidate_uuid: "b1e2f6984429408eb8c034295a204b85" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" is_pre_election: true
I20260630 12:36:32.840353  7034 raft_consensus.cc:2468] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afe0f5fda18d42dcb2b8e2737eb1355c in term 1.
I20260630 12:36:32.841048  6884 raft_consensus.cc:2393] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b1e2f6984429408eb8c034295a204b85 in current term 1: Already voted for candidate afe0f5fda18d42dcb2b8e2737eb1355c in this term.
I20260630 12:36:32.841437  6923 leader_election.cc:304] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: afe0f5fda18d42dcb2b8e2737eb1355c, ee61cec7aeb1467e9ebbf4a2f9b08d42; no voters: 
I20260630 12:36:32.841801  7083 leader_election.cc:290] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [CANDIDATE]: Term 1 election: Requested vote from peers ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919), b1e2f6984429408eb8c034295a204b85 (127.0.235.3:38307)
I20260630 12:36:32.842403  7083 raft_consensus.cc:2804] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:32.842878  7083 raft_consensus.cc:697] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 1 LEADER]: Becoming Leader. State: Replica: afe0f5fda18d42dcb2b8e2737eb1355c, State: Running, Role: LEADER
I20260630 12:36:32.842777  6960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4e48a77a1ecb425c8bd8884248e43ac0" candidate_uuid: "b1e2f6984429408eb8c034295a204b85" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" is_pre_election: true
I20260630 12:36:32.843808  7083 consensus_queue.cc:237] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } }
I20260630 12:36:32.844293  6998 leader_election.cc:304] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [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: b1e2f6984429408eb8c034295a204b85; no voters: afe0f5fda18d42dcb2b8e2737eb1355c, ee61cec7aeb1467e9ebbf4a2f9b08d42
I20260630 12:36:32.845022  7087 raft_consensus.cc:2749] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:32.850062  6783 catalog_manager.cc:5697] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c reported cstate change: term changed from 0 to 1, leader changed from <none> to afe0f5fda18d42dcb2b8e2737eb1355c (127.0.235.2). New cstate: current_term: 1 leader_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee61cec7aeb1467e9ebbf4a2f9b08d42" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42919 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "afe0f5fda18d42dcb2b8e2737eb1355c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:32.894552   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:36:32.911576   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:32.912412   940 tablet_replica.cc:333] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42: stopping tablet replica
I20260630 12:36:32.912885   940 raft_consensus.cc:2243] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:32.913220   940 raft_consensus.cc:2272] T 4e48a77a1ecb425c8bd8884248e43ac0 P ee61cec7aeb1467e9ebbf4a2f9b08d42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:32.931389   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:36:33.083345  6836 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:33.084587  6836 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:33.084898  6836 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:33.305028  6923 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42919: connect: Connection refused (error 111) [suppressed 23 similar messages]
W20260630 12:36:33.308089  6923 consensus_peers.cc:597] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c -> Peer ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919): Couldn't send request to peer ee61cec7aeb1467e9ebbf4a2f9b08d42. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42919: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:33.384564  7083 consensus_queue.cc:1048] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [LEADER]: Connected to new peer: Peer: permanent_uuid: "b1e2f6984429408eb8c034295a204b85" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38307 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:35.085958  6836 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:35.087881  6836 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:35.088287  6836 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:35.618673  6923 consensus_peers.cc:597] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c -> Peer ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919): Couldn't send request to peer ee61cec7aeb1467e9ebbf4a2f9b08d42. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42919: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:36:37.089439  6836 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:37.090672  6836 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:37.090945  6836 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:37.965034  6981 debug-util.cc:398] Leaking SignalData structure 0x7b08002668e0 after lost signal to thread 943
W20260630 12:36:37.966095  6981 debug-util.cc:398] Leaking SignalData structure 0x7b08000fe640 after lost signal to thread 6817
W20260630 12:36:37.967231  6981 debug-util.cc:398] Leaking SignalData structure 0x7b080027c120 after lost signal to thread 6984
W20260630 12:36:37.968138  6981 debug-util.cc:398] Leaking SignalData structure 0x7b080017d1e0 after lost signal to thread 7058
W20260630 12:36:38.381630  6923 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42919: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260630 12:36:38.384225  6923 consensus_peers.cc:597] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c -> Peer ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919): Couldn't send request to peer ee61cec7aeb1467e9ebbf4a2f9b08d42. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42919: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260630 12:36:39.091773  6836 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:39.093029  6836 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:39.093333  6836 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:40.888911  6923 consensus_peers.cc:597] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c -> Peer ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919): Couldn't send request to peer ee61cec7aeb1467e9ebbf4a2f9b08d42. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42919: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260630 12:36:41.094425  6836 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:41.095765  6836 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:41.096071  6836 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:43.096968  6836 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:43.098352  6836 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:43.098735  6836 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:43.427695  6923 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42919: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260630 12:36:43.430768  6923 consensus_peers.cc:597] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c -> Peer ee61cec7aeb1467e9ebbf4a2f9b08d42 (127.0.235.1:42919): Couldn't send request to peer ee61cec7aeb1467e9ebbf4a2f9b08d42. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42919: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260630 12:36:45.099594  6836 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:45.100847  6836 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:45.101135  6836 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:45.682849   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:36:45.712182   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:45.712977   940 tablet_replica.cc:333] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c: stopping tablet replica
I20260630 12:36:45.713565   940 raft_consensus.cc:2243] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:45.715019   940 raft_consensus.cc:2272] T 4e48a77a1ecb425c8bd8884248e43ac0 P afe0f5fda18d42dcb2b8e2737eb1355c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:45.754531   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:36:45.766934   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:36:45.789788   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:45.790540   940 tablet_replica.cc:333] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85: stopping tablet replica
I20260630 12:36:45.791157   940 raft_consensus.cc:2243] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:45.791750   940 raft_consensus.cc:2272] T 4e48a77a1ecb425c8bd8884248e43ac0 P b1e2f6984429408eb8c034295a204b85 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:45.810958   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:36:45.822726   940 master.cc:562] Master@127.0.235.62:35095 shutting down...
I20260630 12:36:45.846423   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:45.847194   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:45.847548   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6fecd2ea8fd04cb88082cfd16c88d238: stopping tablet replica
I20260630 12:36:45.866130   940 master.cc:584] Master@127.0.235.62:35095 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (14943 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:36:45.903779   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:44431
I20260630 12:36:45.904803   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:45.910724  7125 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:45.911245  7124 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:45.911386  7127 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:45.911655   940 server_base.cc:1061] running on GCE node
I20260630 12:36:45.912766   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:45.912967   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:45.913127   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823005913113 us; error 0 us; skew 500 ppm
I20260630 12:36:45.913671   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:45.915866   940 webserver.cc:533] Webserver started at http://127.0.235.62:44385/ using document root <none> and password file <none>
I20260630 12:36:45.916352   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:45.916558   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:45.916844   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:45.918068   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "eefa0d9698914b1d90b337937a3f2163"
format_stamp: "Formatted at 2026-06-30 12:36:45 on dist-test-slave-47x1"
I20260630 12:36:45.922408   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:36:45.926126  7132 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:45.926975   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:45.927325   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "eefa0d9698914b1d90b337937a3f2163"
format_stamp: "Formatted at 2026-06-30 12:36:45 on dist-test-slave-47x1"
I20260630 12:36:45.927657   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:45.936045   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:45.937108   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:45.973445   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:44431
I20260630 12:36:45.973505  7183 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:44431 every 8 connection(s)
I20260630 12:36:45.977547  7184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:45.988476  7184 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163: Bootstrap starting.
I20260630 12:36:45.992996  7184 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:45.996778  7184 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163: No bootstrap required, opened a new log
I20260630 12:36:45.998768  7184 raft_consensus.cc:359] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eefa0d9698914b1d90b337937a3f2163" member_type: VOTER }
I20260630 12:36:45.999183  7184 raft_consensus.cc:385] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:45.999344  7184 raft_consensus.cc:740] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eefa0d9698914b1d90b337937a3f2163, State: Initialized, Role: FOLLOWER
I20260630 12:36:45.999930  7184 consensus_queue.cc:260] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "eefa0d9698914b1d90b337937a3f2163" member_type: VOTER }
I20260630 12:36:46.000370  7184 raft_consensus.cc:399] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:46.000561  7184 raft_consensus.cc:493] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:46.000768  7184 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:46.004719  7184 raft_consensus.cc:515] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eefa0d9698914b1d90b337937a3f2163" member_type: VOTER }
I20260630 12:36:46.005146  7184 leader_election.cc:304] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [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: eefa0d9698914b1d90b337937a3f2163; no voters: 
I20260630 12:36:46.006222  7184 leader_election.cc:290] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:46.006598  7187 raft_consensus.cc:2804] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:46.007973  7187 raft_consensus.cc:697] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 1 LEADER]: Becoming Leader. State: Replica: eefa0d9698914b1d90b337937a3f2163, State: Running, Role: LEADER
I20260630 12:36:46.008544  7187 consensus_queue.cc:237] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [LEADER]: Queue going to LEADER mode. State: All 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: "eefa0d9698914b1d90b337937a3f2163" member_type: VOTER }
I20260630 12:36:46.009109  7184 sys_catalog.cc:565] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:46.013509  7189 sys_catalog.cc:455] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [sys.catalog]: SysCatalogTable state changed. Reason: New leader eefa0d9698914b1d90b337937a3f2163. Latest consensus state: current_term: 1 leader_uuid: "eefa0d9698914b1d90b337937a3f2163" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eefa0d9698914b1d90b337937a3f2163" member_type: VOTER } }
I20260630 12:36:46.013630  7188 sys_catalog.cc:455] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "eefa0d9698914b1d90b337937a3f2163" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eefa0d9698914b1d90b337937a3f2163" member_type: VOTER } }
I20260630 12:36:46.014264  7189 sys_catalog.cc:458] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:46.014356  7188 sys_catalog.cc:458] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:46.018632  7194 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:46.024677  7194 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:46.025633   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:46.033221  7194 catalog_manager.cc:1383] Generated new cluster ID: 4f3aad6e910b46dc9558040929bf0c92
I20260630 12:36:46.033466  7194 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:46.047669  7194 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:46.048882  7194 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:46.065279  7194 catalog_manager.cc:6070] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163: Generated new TSK 0
I20260630 12:36:46.065783  7194 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:46.091620   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:46.097363  7205 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:46.098446  7206 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:46.100282   940 server_base.cc:1061] running on GCE node
W20260630 12:36:46.100244  7208 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:46.101351   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:46.101569   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:46.101745   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823006101727 us; error 0 us; skew 500 ppm
I20260630 12:36:46.102290   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:46.104462   940 webserver.cc:533] Webserver started at http://127.0.235.1:39469/ using document root <none> and password file <none>
I20260630 12:36:46.104898   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:46.105080   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:46.105361   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:46.106484   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "1d7d3353bba54518901b771a3f976dd0"
format_stamp: "Formatted at 2026-06-30 12:36:46 on dist-test-slave-47x1"
I20260630 12:36:46.110761   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:36:46.113933  7213 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:46.114732   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:46.115008   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "1d7d3353bba54518901b771a3f976dd0"
format_stamp: "Formatted at 2026-06-30 12:36:46 on dist-test-slave-47x1"
I20260630 12:36:46.115260   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:46.136899   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:46.137985   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:46.139422   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:46.141542   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:46.141767   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:46.141999   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:46.142189   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:36:46.180517   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:42087
I20260630 12:36:46.180627  7275 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:42087 every 8 connection(s)
I20260630 12:36:46.185710   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:46.192914  7281 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:46.193347  7282 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:46.197572  7284 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:46.198530   940 server_base.cc:1061] running on GCE node
I20260630 12:36:46.199592   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:46.199855   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:46.200050   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823006200031 us; error 0 us; skew 500 ppm
I20260630 12:36:46.200191  7276 heartbeater.cc:344] Connected to a master server at 127.0.235.62:44431
I20260630 12:36:46.200584  7276 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:46.200778   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:46.201481  7276 heartbeater.cc:507] Master 127.0.235.62:44431 requested a full tablet report, sending...
I20260630 12:36:46.203418   940 webserver.cc:533] Webserver started at http://127.0.235.2:36981/ using document root <none> and password file <none>
I20260630 12:36:46.203882  7149 ts_manager.cc:194] Registered new tserver with Master: 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087)
I20260630 12:36:46.204042   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:46.204339   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:46.204681   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:46.206243   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "76fc29622aae475996d8caef0e4cda6e"
format_stamp: "Formatted at 2026-06-30 12:36:46 on dist-test-slave-47x1"
I20260630 12:36:46.206471  7149 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51564
I20260630 12:36:46.211305   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:46.214421  7289 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:46.215106   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:46.215379   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "76fc29622aae475996d8caef0e4cda6e"
format_stamp: "Formatted at 2026-06-30 12:36:46 on dist-test-slave-47x1"
I20260630 12:36:46.215624   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:46.239219   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:46.240314   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:46.241648   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:46.243678   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:46.243902   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:46.244125   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:46.244289   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:46.281190   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:33379
I20260630 12:36:46.281324  7351 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:33379 every 8 connection(s)
I20260630 12:36:46.285820   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:46.292207  7355 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:46.294127  7356 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:46.296164   940 server_base.cc:1061] running on GCE node
W20260630 12:36:46.296801  7358 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:46.297688   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:46.297957   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:46.298007  7352 heartbeater.cc:344] Connected to a master server at 127.0.235.62:44431
I20260630 12:36:46.298272   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823006298254 us; error 0 us; skew 500 ppm
I20260630 12:36:46.298493  7352 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:46.298996   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:46.299346  7352 heartbeater.cc:507] Master 127.0.235.62:44431 requested a full tablet report, sending...
I20260630 12:36:46.301409  7149 ts_manager.cc:194] Registered new tserver with Master: 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379)
I20260630 12:36:46.301728   940 webserver.cc:533] Webserver started at http://127.0.235.3:40493/ using document root <none> and password file <none>
I20260630 12:36:46.302266   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:46.302446   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:46.302727   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:46.302927  7149 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51566
I20260630 12:36:46.304078   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "16e90cce15644ed8b0a7b758217dcbd0"
format_stamp: "Formatted at 2026-06-30 12:36:46 on dist-test-slave-47x1"
I20260630 12:36:46.308348   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:36:46.311532  7363 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:46.312249   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:46.312521   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "16e90cce15644ed8b0a7b758217dcbd0"
format_stamp: "Formatted at 2026-06-30 12:36:46 on dist-test-slave-47x1"
I20260630 12:36:46.312794   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:46.332854   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:46.333886   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:46.335215   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:46.337232   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:46.337458   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:46.337677   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:46.337849   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:46.375839   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:33281
I20260630 12:36:46.375938  7425 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:33281 every 8 connection(s)
I20260630 12:36:46.389070  7426 heartbeater.cc:344] Connected to a master server at 127.0.235.62:44431
I20260630 12:36:46.389434  7426 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:46.390168  7426 heartbeater.cc:507] Master 127.0.235.62:44431 requested a full tablet report, sending...
I20260630 12:36:46.392012  7149 ts_manager.cc:194] Registered new tserver with Master: 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:46.392560   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01343794s
I20260630 12:36:46.393357  7149 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51568
I20260630 12:36:47.209453  7276 heartbeater.cc:499] Master 127.0.235.62:44431 was elected leader, sending a full tablet report...
I20260630 12:36:47.305203  7352 heartbeater.cc:499] Master 127.0.235.62:44431 was elected leader, sending a full tablet report...
I20260630 12:36:47.396009  7426 heartbeater.cc:499] Master 127.0.235.62:44431 was elected leader, sending a full tablet report...
I20260630 12:36:47.453871  7149 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51578:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:36:47.456182  7149 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:36:47.504232  7241 tablet_service.cc:1511] Processing CreateTablet for tablet dd50bcccc8ca4049ab13fb9f89116645 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:47.505990  7241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd50bcccc8ca4049ab13fb9f89116645. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.509684  7317 tablet_service.cc:1511] Processing CreateTablet for tablet dd50bcccc8ca4049ab13fb9f89116645 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:47.511070  7317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd50bcccc8ca4049ab13fb9f89116645. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.511643  7240 tablet_service.cc:1511] Processing CreateTablet for tablet f69a18a0db0746b1aa69ec38731cd639 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:47.513073  7240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f69a18a0db0746b1aa69ec38731cd639. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.515532  7316 tablet_service.cc:1511] Processing CreateTablet for tablet f69a18a0db0746b1aa69ec38731cd639 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:47.516788  7316 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f69a18a0db0746b1aa69ec38731cd639. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.520889  7239 tablet_service.cc:1511] Processing CreateTablet for tablet ee7f0cadbf314307bb451a972f4f8117 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:47.522361  7239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee7f0cadbf314307bb451a972f4f8117. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.525579  7315 tablet_service.cc:1511] Processing CreateTablet for tablet ee7f0cadbf314307bb451a972f4f8117 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:47.527272  7315 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee7f0cadbf314307bb451a972f4f8117. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.532658  7238 tablet_service.cc:1511] Processing CreateTablet for tablet c8b7b21a0ce24a6cbf3271042b736a17 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:47.533900  7238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c8b7b21a0ce24a6cbf3271042b736a17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.536275  7314 tablet_service.cc:1511] Processing CreateTablet for tablet c8b7b21a0ce24a6cbf3271042b736a17 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:47.537617  7314 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c8b7b21a0ce24a6cbf3271042b736a17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.548573  7391 tablet_service.cc:1511] Processing CreateTablet for tablet dd50bcccc8ca4049ab13fb9f89116645 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:36:47.549850  7391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd50bcccc8ca4049ab13fb9f89116645. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.555222  7390 tablet_service.cc:1511] Processing CreateTablet for tablet f69a18a0db0746b1aa69ec38731cd639 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:36:47.556466  7390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f69a18a0db0746b1aa69ec38731cd639. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.558692  7446 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0: Bootstrap starting.
I20260630 12:36:47.559286  7389 tablet_service.cc:1511] Processing CreateTablet for tablet ee7f0cadbf314307bb451a972f4f8117 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:36:47.560690  7389 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee7f0cadbf314307bb451a972f4f8117. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.563699  7388 tablet_service.cc:1511] Processing CreateTablet for tablet c8b7b21a0ce24a6cbf3271042b736a17 (DEFAULT_TABLE table=test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:36:47.565114  7388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c8b7b21a0ce24a6cbf3271042b736a17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:47.565408  7446 tablet_bootstrap.cc:654] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.584678  7446 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0: No bootstrap required, opened a new log
I20260630 12:36:47.585220  7446 ts_tablet_manager.cc:1403] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0: Time spent bootstrapping tablet: real 0.028s	user 0.007s	sys 0.008s
I20260630 12:36:47.588100  7446 raft_consensus.cc:359] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.588835  7446 raft_consensus.cc:385] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.589143  7446 raft_consensus.cc:740] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d7d3353bba54518901b771a3f976dd0, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.589912  7446 consensus_queue.cc:260] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.603027  7448 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e: Bootstrap starting.
I20260630 12:36:47.604487  7450 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0: Bootstrap starting.
I20260630 12:36:47.611169  7446 ts_tablet_manager.cc:1434] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0: Time spent starting tablet: real 0.026s	user 0.014s	sys 0.011s
I20260630 12:36:47.612365  7446 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0: Bootstrap starting.
I20260630 12:36:47.613008  7448 tablet_bootstrap.cc:654] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.616127  7450 tablet_bootstrap.cc:654] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.618673  7446 tablet_bootstrap.cc:654] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.625366  7448 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e: No bootstrap required, opened a new log
I20260630 12:36:47.626036  7448 ts_tablet_manager.cc:1403] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.009s
I20260630 12:36:47.628474  7446 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0: No bootstrap required, opened a new log
I20260630 12:36:47.628932  7446 ts_tablet_manager.cc:1403] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.003s
I20260630 12:36:47.629539  7450 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0: No bootstrap required, opened a new log
I20260630 12:36:47.628990  7448 raft_consensus.cc:359] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.630000  7450 ts_tablet_manager.cc:1403] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.000s
I20260630 12:36:47.630074  7448 raft_consensus.cc:385] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.630533  7448 raft_consensus.cc:740] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76fc29622aae475996d8caef0e4cda6e, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.631392  7448 consensus_queue.cc:260] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.631830  7446 raft_consensus.cc:359] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.632375  7446 raft_consensus.cc:385] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.632627  7446 raft_consensus.cc:740] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d7d3353bba54518901b771a3f976dd0, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.633078  7450 raft_consensus.cc:359] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.633855  7450 raft_consensus.cc:385] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.633520  7446 consensus_queue.cc:260] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.634256  7450 raft_consensus.cc:740] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16e90cce15644ed8b0a7b758217dcbd0, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.634959  7448 ts_tablet_manager.cc:1434] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:47.635325  7450 consensus_queue.cc:260] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.637647  7446 ts_tablet_manager.cc:1434] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260630 12:36:47.637864  7448 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e: Bootstrap starting.
I20260630 12:36:47.638689  7446 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0: Bootstrap starting.
I20260630 12:36:47.644752  7448 tablet_bootstrap.cc:654] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.645406  7446 tablet_bootstrap.cc:654] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.644660  7450 ts_tablet_manager.cc:1434] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.007s
I20260630 12:36:47.647701  7450 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0: Bootstrap starting.
I20260630 12:36:47.653687  7450 tablet_bootstrap.cc:654] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.659730  7446 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0: No bootstrap required, opened a new log
I20260630 12:36:47.660485  7446 ts_tablet_manager.cc:1403] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0: Time spent bootstrapping tablet: real 0.022s	user 0.021s	sys 0.000s
I20260630 12:36:47.663442  7450 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0: No bootstrap required, opened a new log
I20260630 12:36:47.663990  7450 ts_tablet_manager.cc:1403] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.005s
I20260630 12:36:47.664211  7446 raft_consensus.cc:359] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.665279  7446 raft_consensus.cc:385] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.665709  7446 raft_consensus.cc:740] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d7d3353bba54518901b771a3f976dd0, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.666642  7446 consensus_queue.cc:260] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.668007  7450 raft_consensus.cc:359] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.668860  7448 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e: No bootstrap required, opened a new log
I20260630 12:36:47.669158  7446 ts_tablet_manager.cc:1434] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:47.669425  7448 ts_tablet_manager.cc:1403] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.016s
I20260630 12:36:47.670253  7446 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0: Bootstrap starting.
I20260630 12:36:47.668890  7450 raft_consensus.cc:385] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.671522  7450 raft_consensus.cc:740] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16e90cce15644ed8b0a7b758217dcbd0, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.672318  7448 raft_consensus.cc:359] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.673074  7448 raft_consensus.cc:385] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.673375  7448 raft_consensus.cc:740] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76fc29622aae475996d8caef0e4cda6e, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.672349  7450 consensus_queue.cc:260] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.675547  7448 consensus_queue.cc:260] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.676383  7446 tablet_bootstrap.cc:654] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.676435  7450 ts_tablet_manager.cc:1434] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260630 12:36:47.677826  7448 ts_tablet_manager.cc:1434] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:36:47.678002  7450 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0: Bootstrap starting.
I20260630 12:36:47.685081  7448 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e: Bootstrap starting.
I20260630 12:36:47.688303  7450 tablet_bootstrap.cc:654] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.692170  7448 tablet_bootstrap.cc:654] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.695904  7446 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0: No bootstrap required, opened a new log
I20260630 12:36:47.696436  7446 ts_tablet_manager.cc:1403] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.012s
I20260630 12:36:47.696962  7450 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0: No bootstrap required, opened a new log
I20260630 12:36:47.697513  7450 ts_tablet_manager.cc:1403] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.012s
I20260630 12:36:47.699296  7446 raft_consensus.cc:359] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.700052  7446 raft_consensus.cc:385] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.700392  7446 raft_consensus.cc:740] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d7d3353bba54518901b771a3f976dd0, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.700366  7450 raft_consensus.cc:359] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.701454  7450 raft_consensus.cc:385] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.701411  7446 consensus_queue.cc:260] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.701956  7450 raft_consensus.cc:740] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16e90cce15644ed8b0a7b758217dcbd0, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.706801  7446 ts_tablet_manager.cc:1434] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:36:47.707017  7450 consensus_queue.cc:260] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.708330  7448 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e: No bootstrap required, opened a new log
I20260630 12:36:47.708781  7448 ts_tablet_manager.cc:1403] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e: Time spent bootstrapping tablet: real 0.024s	user 0.007s	sys 0.014s
I20260630 12:36:47.709133  7450 ts_tablet_manager.cc:1434] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.005s
I20260630 12:36:47.710186  7450 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0: Bootstrap starting.
I20260630 12:36:47.712949  7448 raft_consensus.cc:359] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.713662  7448 raft_consensus.cc:385] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.713984  7448 raft_consensus.cc:740] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76fc29622aae475996d8caef0e4cda6e, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.714701  7448 consensus_queue.cc:260] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.716727  7450 tablet_bootstrap.cc:654] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.718607  7448 ts_tablet_manager.cc:1434] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:36:47.719671  7448 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e: Bootstrap starting.
I20260630 12:36:47.725802  7448 tablet_bootstrap.cc:654] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:47.731706  7450 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0: No bootstrap required, opened a new log
I20260630 12:36:47.732143  7450 ts_tablet_manager.cc:1403] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.007s
I20260630 12:36:47.732245  7448 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e: No bootstrap required, opened a new log
I20260630 12:36:47.732683  7448 ts_tablet_manager.cc:1403] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.003s
I20260630 12:36:47.734539  7450 raft_consensus.cc:359] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.734704  7448 raft_consensus.cc:359] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.735119  7450 raft_consensus.cc:385] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.735308  7448 raft_consensus.cc:385] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:47.735482  7450 raft_consensus.cc:740] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16e90cce15644ed8b0a7b758217dcbd0, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.735710  7448 raft_consensus.cc:740] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 76fc29622aae475996d8caef0e4cda6e, State: Initialized, Role: FOLLOWER
I20260630 12:36:47.736395  7450 consensus_queue.cc:260] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.736475  7448 consensus_queue.cc:260] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.738643  7450 ts_tablet_manager.cc:1434] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:36:47.738617  7448 ts_tablet_manager.cc:1434] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:36:47.747864  7449 raft_consensus.cc:493] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:47.748347  7449 raft_consensus.cc:515] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.750578  7449 leader_election.cc:290] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:47.767379  7401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "1d7d3353bba54518901b771a3f976dd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0" is_pre_election: true
I20260630 12:36:47.768626  7327 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "1d7d3353bba54518901b771a3f976dd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76fc29622aae475996d8caef0e4cda6e" is_pre_election: true
I20260630 12:36:47.769193  7401 raft_consensus.cc:2468] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d7d3353bba54518901b771a3f976dd0 in term 0.
I20260630 12:36:47.769274  7327 raft_consensus.cc:2468] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1d7d3353bba54518901b771a3f976dd0 in term 0.
I20260630 12:36:47.770354  7215 leader_election.cc:304] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16e90cce15644ed8b0a7b758217dcbd0, 1d7d3353bba54518901b771a3f976dd0; no voters: 
I20260630 12:36:47.771024  7449 raft_consensus.cc:2804] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:47.771358  7449 raft_consensus.cc:493] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:47.771566  7449 raft_consensus.cc:3060] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.776290  7449 raft_consensus.cc:515] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.777732  7449 leader_election.cc:290] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [CANDIDATE]: Term 1 election: Requested vote from peers 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:47.778460  7327 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "1d7d3353bba54518901b771a3f976dd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76fc29622aae475996d8caef0e4cda6e"
I20260630 12:36:47.778646  7401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "1d7d3353bba54518901b771a3f976dd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0"
I20260630 12:36:47.778923  7327 raft_consensus.cc:3060] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.779165  7401 raft_consensus.cc:3060] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.783692  7327 raft_consensus.cc:2468] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d7d3353bba54518901b771a3f976dd0 in term 1.
I20260630 12:36:47.783839  7401 raft_consensus.cc:2468] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1d7d3353bba54518901b771a3f976dd0 in term 1.
I20260630 12:36:47.784740  7217 leader_election.cc:304] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d7d3353bba54518901b771a3f976dd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 
I20260630 12:36:47.785447  7449 raft_consensus.cc:2804] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:47.786577  7449 raft_consensus.cc:697] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 1 LEADER]: Becoming Leader. State: Replica: 1d7d3353bba54518901b771a3f976dd0, State: Running, Role: LEADER
I20260630 12:36:47.787350  7449 consensus_queue.cc:237] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.794328  7149 catalog_manager.cc:5697] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "1d7d3353bba54518901b771a3f976dd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:47.846076  7454 raft_consensus.cc:493] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:47.846570  7454 raft_consensus.cc:515] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.848570  7454 leader_election.cc:290] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:47.859803  7251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd50bcccc8ca4049ab13fb9f89116645" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d7d3353bba54518901b771a3f976dd0" is_pre_election: true
I20260630 12:36:47.860257  7401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd50bcccc8ca4049ab13fb9f89116645" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0" is_pre_election: true
I20260630 12:36:47.860541  7251 raft_consensus.cc:2468] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 0.
I20260630 12:36:47.860888  7401 raft_consensus.cc:2468] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 0.
I20260630 12:36:47.861858  7290 leader_election.cc:304] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d7d3353bba54518901b771a3f976dd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 
I20260630 12:36:47.862581  7454 raft_consensus.cc:2804] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:47.862854  7454 raft_consensus.cc:493] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:47.863098  7454 raft_consensus.cc:3060] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.867770  7454 raft_consensus.cc:515] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.869174  7454 leader_election.cc:290] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 1 election: Requested vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:47.869941  7251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd50bcccc8ca4049ab13fb9f89116645" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d7d3353bba54518901b771a3f976dd0"
I20260630 12:36:47.870141  7401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd50bcccc8ca4049ab13fb9f89116645" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0"
I20260630 12:36:47.870445  7251 raft_consensus.cc:3060] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.870668  7401 raft_consensus.cc:3060] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.874941  7401 raft_consensus.cc:2468] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 1.
I20260630 12:36:47.875124  7251 raft_consensus.cc:2468] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 1.
I20260630 12:36:47.876006  7291 leader_election.cc:304] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16e90cce15644ed8b0a7b758217dcbd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 
I20260630 12:36:47.876739  7454 raft_consensus.cc:2804] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:47.877727  7454 raft_consensus.cc:697] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Becoming Leader. State: Replica: 76fc29622aae475996d8caef0e4cda6e, State: Running, Role: LEADER
I20260630 12:36:47.878355  7454 consensus_queue.cc:237] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.885098  7149 catalog_manager.cc:5697] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e reported cstate change: term changed from 0 to 1, leader changed from <none> to 76fc29622aae475996d8caef0e4cda6e (127.0.235.2). New cstate: current_term: 1 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:47.940646  7454 raft_consensus.cc:493] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:47.941151  7454 raft_consensus.cc:515] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.942480  7455 raft_consensus.cc:493] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:47.942922  7454 leader_election.cc:290] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:47.943022  7455 raft_consensus.cc:515] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.943836  7251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8b7b21a0ce24a6cbf3271042b736a17" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d7d3353bba54518901b771a3f976dd0" is_pre_election: true
I20260630 12:36:47.943957  7401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8b7b21a0ce24a6cbf3271042b736a17" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0" is_pre_election: true
I20260630 12:36:47.944408  7251 raft_consensus.cc:2468] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 0.
I20260630 12:36:47.944589  7401 raft_consensus.cc:2468] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 0.
I20260630 12:36:47.945336  7290 leader_election.cc:304] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d7d3353bba54518901b771a3f976dd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 
I20260630 12:36:47.947017  7454 raft_consensus.cc:2804] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:47.947347  7455 leader_election.cc:290] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379)
I20260630 12:36:47.947499  7454 raft_consensus.cc:493] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:47.948196  7454 raft_consensus.cc:3060] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.954820  7454 raft_consensus.cc:515] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.956821  7454 leader_election.cc:290] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 1 election: Requested vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:47.957445  7327 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7f0cadbf314307bb451a972f4f8117" candidate_uuid: "16e90cce15644ed8b0a7b758217dcbd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76fc29622aae475996d8caef0e4cda6e" is_pre_election: true
I20260630 12:36:47.957603  7251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8b7b21a0ce24a6cbf3271042b736a17" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d7d3353bba54518901b771a3f976dd0"
I20260630 12:36:47.958135  7251 raft_consensus.cc:3060] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.958146  7327 raft_consensus.cc:2468] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 16e90cce15644ed8b0a7b758217dcbd0 in term 0.
I20260630 12:36:47.959093  7250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7f0cadbf314307bb451a972f4f8117" candidate_uuid: "16e90cce15644ed8b0a7b758217dcbd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d7d3353bba54518901b771a3f976dd0" is_pre_election: true
I20260630 12:36:47.959215  7401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c8b7b21a0ce24a6cbf3271042b736a17" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0"
I20260630 12:36:47.959785  7401 raft_consensus.cc:3060] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.960140  7367 leader_election.cc:304] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16e90cce15644ed8b0a7b758217dcbd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 
I20260630 12:36:47.960830  7455 raft_consensus.cc:2804] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:47.961148  7455 raft_consensus.cc:493] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:47.961447  7455 raft_consensus.cc:3060] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.959738  7250 raft_consensus.cc:2468] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 16e90cce15644ed8b0a7b758217dcbd0 in term 0.
I20260630 12:36:47.964617  7251 raft_consensus.cc:2468] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 1.
I20260630 12:36:47.965651  7290 leader_election.cc:304] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1d7d3353bba54518901b771a3f976dd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 
I20260630 12:36:47.966424  7454 raft_consensus.cc:2804] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:47.966578  7401 raft_consensus.cc:2468] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 1.
I20260630 12:36:47.966961  7454 raft_consensus.cc:697] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Becoming Leader. State: Replica: 76fc29622aae475996d8caef0e4cda6e, State: Running, Role: LEADER
I20260630 12:36:47.966784  7455 raft_consensus.cc:515] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.967814  7454 consensus_queue.cc:237] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.969007  7455 leader_election.cc:290] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 1 election: Requested vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379)
I20260630 12:36:47.969519  7251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7f0cadbf314307bb451a972f4f8117" candidate_uuid: "16e90cce15644ed8b0a7b758217dcbd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d7d3353bba54518901b771a3f976dd0"
I20260630 12:36:47.970131  7251 raft_consensus.cc:3060] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.970112  7327 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee7f0cadbf314307bb451a972f4f8117" candidate_uuid: "16e90cce15644ed8b0a7b758217dcbd0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76fc29622aae475996d8caef0e4cda6e"
I20260630 12:36:47.970975  7327 raft_consensus.cc:3060] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:47.976334  7327 raft_consensus.cc:2468] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 16e90cce15644ed8b0a7b758217dcbd0 in term 1.
I20260630 12:36:47.976716  7251 raft_consensus.cc:2468] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 16e90cce15644ed8b0a7b758217dcbd0 in term 1.
I20260630 12:36:47.976279  7149 catalog_manager.cc:5697] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e reported cstate change: term changed from 0 to 1, leader changed from <none> to 76fc29622aae475996d8caef0e4cda6e (127.0.235.2). New cstate: current_term: 1 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:47.977525  7367 leader_election.cc:304] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16e90cce15644ed8b0a7b758217dcbd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 
I20260630 12:36:47.978320  7455 raft_consensus.cc:2804] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:47.979236  7455 raft_consensus.cc:697] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 LEADER]: Becoming Leader. State: Replica: 16e90cce15644ed8b0a7b758217dcbd0, State: Running, Role: LEADER
I20260630 12:36:47.979929  7455 consensus_queue.cc:237] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:47.987679  7147 catalog_manager.cc:5697] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "16e90cce15644ed8b0a7b758217dcbd0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:48.098506   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:36:48.114718   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:48.115621   940 tablet_replica.cc:333] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0: stopping tablet replica
I20260630 12:36:48.116255   940 raft_consensus.cc:2243] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:48.116681   940 raft_consensus.cc:2272] T dd50bcccc8ca4049ab13fb9f89116645 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:48.118865   940 tablet_replica.cc:333] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0: stopping tablet replica
I20260630 12:36:48.119367   940 raft_consensus.cc:2243] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:48.119719   940 raft_consensus.cc:2272] T c8b7b21a0ce24a6cbf3271042b736a17 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:48.121685   940 tablet_replica.cc:333] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0: stopping tablet replica
I20260630 12:36:48.122238   940 raft_consensus.cc:2243] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:48.122591   940 raft_consensus.cc:2272] T ee7f0cadbf314307bb451a972f4f8117 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:48.124310   940 tablet_replica.cc:333] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0: stopping tablet replica
I20260630 12:36:48.124775   940 raft_consensus.cc:2243] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:48.125346   940 pending_rounds.cc:70] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0: Trying to abort 1 pending ops.
I20260630 12:36:48.125516   940 pending_rounds.cc:77] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443039903506432 op_type: NO_OP noop_request { }
I20260630 12:36:48.125813   940 raft_consensus.cc:2889] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:36:48.126087   940 raft_consensus.cc:2272] T f69a18a0db0746b1aa69ec38731cd639 P 1d7d3353bba54518901b771a3f976dd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:48.148095   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
W20260630 12:36:48.428648  7290 consensus_peers.cc:597] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:48.458802  7455 consensus_queue.cc:1048] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:48.469405  7290 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260630 12:36:48.474206  7290 consensus_peers.cc:597] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:48.475780  7364 consensus_peers.cc:597] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:48.503775  7454 consensus_queue.cc:1048] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:48.507630  7484 consensus_queue.cc:1048] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:49.019450  7455 consensus_queue.cc:579] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Leader has been unable to successfully communicate with peer 1d7d3353bba54518901b771a3f976dd0 for more than 1 seconds (1.039s)
W20260630 12:36:49.028674  7149 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet ee7f0cadbf314307bb451a972f4f8117 with cas_config_opid_index -1: no extra replica candidate found for tablet ee7f0cadbf314307bb451a972f4f8117 (table test-workload [id=0a2a668c6f0a4d4bb421d40aeb70d76b]): 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
W20260630 12:36:49.029484  7197 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 1d7d3353bba54518901b771a3f976dd0 not available for placement
I20260630 12:36:49.190173   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:49.195384  7492 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:36:49.196434  7493 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:49.198253   940 server_base.cc:1061] running on GCE node
W20260630 12:36:49.198972  7495 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:36:49.199764   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:49.199975   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:36:49.200170   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823009200134 us; error 0 us; skew 500 ppm
I20260630 12:36:49.200680   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:49.202852   940 webserver.cc:533] Webserver started at http://127.0.235.4:37157/ using document root <none> and password file <none>
I20260630 12:36:49.203299   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:49.203497   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:49.203763   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:49.204772   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "716264d5f3c54bd688f559d3b6181ce1"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-47x1"
I20260630 12:36:49.208796   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:49.211820  7500 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.212482   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:49.212777   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "716264d5f3c54bd688f559d3b6181ce1"
format_stamp: "Formatted at 2026-06-30 12:36:49 on dist-test-slave-47x1"
I20260630 12:36:49.213025   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:36:49.249269   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:49.250444   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:49.251788   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:49.253978   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:49.254210   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.254455   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:49.254623   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:49.287580  7484 consensus_queue.cc:579] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Leader has been unable to successfully communicate with peer 1d7d3353bba54518901b771a3f976dd0 for more than 1 seconds (1.408s)
I20260630 12:36:49.300542   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:41363
I20260630 12:36:49.300652  7564 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:41363 every 8 connection(s)
I20260630 12:36:49.314067  7565 heartbeater.cc:344] Connected to a master server at 127.0.235.62:44431
I20260630 12:36:49.314513  7565 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:49.315222  7565 heartbeater.cc:507] Master 127.0.235.62:44431 requested a full tablet report, sending...
I20260630 12:36:49.316988  7149 ts_manager.cc:194] Registered new tserver with Master: 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4:41363)
I20260630 12:36:49.318298  7149 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51586
I20260630 12:36:49.343842  7327 consensus_queue.cc:237] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:49.345891  7560 consensus_queue.cc:579] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Leader has been unable to successfully communicate with peer 1d7d3353bba54518901b771a3f976dd0 for more than 1 seconds (1.377s)
I20260630 12:36:49.350838  7400 raft_consensus.cc:1275] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:49.353060  7560 consensus_queue.cc:1048] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:49.356957  7290 consensus_peers.cc:597] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:49.357440  7327 consensus_queue.cc:237] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:49.360072  7484 raft_consensus.cc:2955] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
I20260630 12:36:49.366233  7401 raft_consensus.cc:1275] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:49.368512  7557 consensus_queue.cc:1048] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:36:49.371397  7290 consensus_peers.cc:597] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e -> Peer 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4:41363): Couldn't send request to peer 716264d5f3c54bd688f559d3b6181ce1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dd50bcccc8ca4049ab13fb9f89116645. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:49.372126  7290 consensus_peers.cc:597] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e -> Peer 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4:41363): Couldn't send request to peer 716264d5f3c54bd688f559d3b6181ce1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c8b7b21a0ce24a6cbf3271042b736a17. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:49.372179  7136 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet dd50bcccc8ca4049ab13fb9f89116645 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 2)
W20260630 12:36:49.372762  7290 consensus_peers.cc:597] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:49.373318  7400 raft_consensus.cc:2955] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
I20260630 12:36:49.376662  7149 catalog_manager.cc:5697] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e reported cstate change: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:49.378607  7557 raft_consensus.cc:2955] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
I20260630 12:36:49.381156  7401 raft_consensus.cc:2955] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
I20260630 12:36:49.389292  7136 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet c8b7b21a0ce24a6cbf3271042b736a17 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:36:49.403800  7149 catalog_manager.cc:5697] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 reported cstate change: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
I20260630 12:36:49.433039  7401 consensus_queue.cc:237] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:49.438758  7327 raft_consensus.cc:1275] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Refusing update from remote peer 16e90cce15644ed8b0a7b758217dcbd0: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:36:49.440394  7455 consensus_queue.cc:1048] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:49.443320  7364 consensus_peers.cc:597] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:49.445916  7488 raft_consensus.cc:2955] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
W20260630 12:36:49.447760  7364 consensus_peers.cc:597] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 -> Peer 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4:41363): Couldn't send request to peer 716264d5f3c54bd688f559d3b6181ce1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ee7f0cadbf314307bb451a972f4f8117. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:49.447554  7327 raft_consensus.cc:2955] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
I20260630 12:36:49.453742  7134 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet ee7f0cadbf314307bb451a972f4f8117 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:36:49.457472  7147 catalog_manager.cc:5697] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 reported cstate change: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "16e90cce15644ed8b0a7b758217dcbd0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:49.778857  7577 ts_tablet_manager.cc:933] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: Initiating tablet copy from peer 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379)
I20260630 12:36:49.780246  7577 tablet_copy_client.cc:323] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:33379
I20260630 12:36:49.789098  7337 tablet_copy_service.cc:140] P 76fc29622aae475996d8caef0e4cda6e: Received BeginTabletCopySession request for tablet c8b7b21a0ce24a6cbf3271042b736a17 from peer 716264d5f3c54bd688f559d3b6181ce1 ({username='slave'} at 127.0.0.1:32796)
I20260630 12:36:49.789549  7337 tablet_copy_service.cc:161] P 76fc29622aae475996d8caef0e4cda6e: Beginning new tablet copy session on tablet c8b7b21a0ce24a6cbf3271042b736a17 from peer 716264d5f3c54bd688f559d3b6181ce1 at {username='slave'} at 127.0.0.1:32796: session id = 716264d5f3c54bd688f559d3b6181ce1-c8b7b21a0ce24a6cbf3271042b736a17
I20260630 12:36:49.794585  7337 tablet_copy_source_session.cc:215] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:49.796947  7577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c8b7b21a0ce24a6cbf3271042b736a17. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:49.807425  7577 tablet_copy_client.cc:806] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:49.807852  7577 tablet_copy_client.cc:670] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:49.808694  7455 raft_consensus.cc:493] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:49.809151  7455 raft_consensus.cc:515] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:49.809568  7484 raft_consensus.cc:493] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:49.810075  7484 raft_consensus.cc:515] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:49.811517  7577 tablet_copy_client.cc:538] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:49.812081  7484 leader_election.cc:290] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
W20260630 12:36:49.816812  7364 leader_election.cc:336] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:49.816951  7327 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "16e90cce15644ed8b0a7b758217dcbd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76fc29622aae475996d8caef0e4cda6e" is_pre_election: true
I20260630 12:36:49.817166  7455 leader_election.cc:290] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379)
I20260630 12:36:49.816248  7401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0" is_pre_election: true
W20260630 12:36:49.817955  7290 leader_election.cc:336] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:49.817967  7327 raft_consensus.cc:2468] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 16e90cce15644ed8b0a7b758217dcbd0 in term 1.
I20260630 12:36:49.818457  7401 raft_consensus.cc:2468] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 1.
I20260630 12:36:49.819419  7367 leader_election.cc:304] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [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: 16e90cce15644ed8b0a7b758217dcbd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 1d7d3353bba54518901b771a3f976dd0
I20260630 12:36:49.819653  7291 leader_election.cc:304] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [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: 16e90cce15644ed8b0a7b758217dcbd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 1d7d3353bba54518901b771a3f976dd0
I20260630 12:36:49.820456  7577 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap starting.
I20260630 12:36:49.820590  7484 raft_consensus.cc:2804] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:49.820603  7455 raft_consensus.cc:2804] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:49.821166  7484 raft_consensus.cc:493] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:49.821237  7455 raft_consensus.cc:493] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:49.821593  7484 raft_consensus.cc:3060] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:49.821659  7455 raft_consensus.cc:3060] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:49.828095  7484 raft_consensus.cc:515] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:49.828095  7455 raft_consensus.cc:515] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:49.830303  7455 leader_election.cc:290] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 2 election: Requested vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379)
W20260630 12:36:49.836143  7290 leader_election.cc:336] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:49.836066  7327 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "16e90cce15644ed8b0a7b758217dcbd0" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "76fc29622aae475996d8caef0e4cda6e"
I20260630 12:36:49.836874  7577 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:49.837563  7327 raft_consensus.cc:2393] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 16e90cce15644ed8b0a7b758217dcbd0 in current term 2: Already voted for candidate 76fc29622aae475996d8caef0e4cda6e in this term.
I20260630 12:36:49.837881  7484 leader_election.cc:290] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 2 election: Requested vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:49.837739  7577 tablet_bootstrap.cc:492] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap complete.
W20260630 12:36:49.835431  7364 leader_election.cc:336] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:49.838850  7401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0"
I20260630 12:36:49.839174  7577 ts_tablet_manager.cc:1403] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.004s
I20260630 12:36:49.839583  7401 raft_consensus.cc:2393] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 76fc29622aae475996d8caef0e4cda6e in current term 2: Already voted for candidate 16e90cce15644ed8b0a7b758217dcbd0 in this term.
I20260630 12:36:49.839167  7367 leader_election.cc:304] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 16e90cce15644ed8b0a7b758217dcbd0; no voters: 1d7d3353bba54518901b771a3f976dd0, 76fc29622aae475996d8caef0e4cda6e
I20260630 12:36:49.840209  7455 raft_consensus.cc:2749] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:49.840804  7291 leader_election.cc:304] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 76fc29622aae475996d8caef0e4cda6e; no voters: 16e90cce15644ed8b0a7b758217dcbd0, 1d7d3353bba54518901b771a3f976dd0
I20260630 12:36:49.841449  7484 raft_consensus.cc:2749] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:49.842001  7577 raft_consensus.cc:359] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:49.842578  7577 raft_consensus.cc:740] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 716264d5f3c54bd688f559d3b6181ce1, State: Initialized, Role: LEARNER
I20260630 12:36:49.843012  7577 consensus_queue.cc:260] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:49.844782  7565 heartbeater.cc:499] Master 127.0.235.62:44431 was elected leader, sending a full tablet report...
I20260630 12:36:49.844939  7577 ts_tablet_manager.cc:1434] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:36:49.846688  7337 tablet_copy_service.cc:342] P 76fc29622aae475996d8caef0e4cda6e: Request end of tablet copy session 716264d5f3c54bd688f559d3b6181ce1-c8b7b21a0ce24a6cbf3271042b736a17 received from {username='slave'} at 127.0.0.1:32796
I20260630 12:36:49.847077  7337 tablet_copy_service.cc:434] P 76fc29622aae475996d8caef0e4cda6e: ending tablet copy session 716264d5f3c54bd688f559d3b6181ce1-c8b7b21a0ce24a6cbf3271042b736a17 on tablet c8b7b21a0ce24a6cbf3271042b736a17 with peer 716264d5f3c54bd688f559d3b6181ce1
I20260630 12:36:49.851477  7577 ts_tablet_manager.cc:933] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: Initiating tablet copy from peer 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379)
I20260630 12:36:49.852918  7577 tablet_copy_client.cc:323] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:33379
I20260630 12:36:49.854390  7337 tablet_copy_service.cc:140] P 76fc29622aae475996d8caef0e4cda6e: Received BeginTabletCopySession request for tablet dd50bcccc8ca4049ab13fb9f89116645 from peer 716264d5f3c54bd688f559d3b6181ce1 ({username='slave'} at 127.0.0.1:32796)
I20260630 12:36:49.854851  7337 tablet_copy_service.cc:161] P 76fc29622aae475996d8caef0e4cda6e: Beginning new tablet copy session on tablet dd50bcccc8ca4049ab13fb9f89116645 from peer 716264d5f3c54bd688f559d3b6181ce1 at {username='slave'} at 127.0.0.1:32796: session id = 716264d5f3c54bd688f559d3b6181ce1-dd50bcccc8ca4049ab13fb9f89116645
I20260630 12:36:49.859524  7337 tablet_copy_source_session.cc:215] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:49.861615  7577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd50bcccc8ca4049ab13fb9f89116645. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:49.871579  7577 tablet_copy_client.cc:806] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:49.872068  7577 tablet_copy_client.cc:670] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:49.874996  7577 tablet_copy_client.cc:538] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:49.880151  7577 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap starting.
I20260630 12:36:49.893362  7577 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:49.894086  7577 tablet_bootstrap.cc:492] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap complete.
I20260630 12:36:49.894572  7577 ts_tablet_manager.cc:1403] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: Time spent bootstrapping tablet: real 0.015s	user 0.015s	sys 0.000s
I20260630 12:36:49.896355  7577 raft_consensus.cc:359] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:49.896915  7577 raft_consensus.cc:740] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 716264d5f3c54bd688f559d3b6181ce1, State: Initialized, Role: LEARNER
I20260630 12:36:49.897428  7577 consensus_queue.cc:260] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:49.899258  7577 ts_tablet_manager.cc:1434] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:49.900810  7337 tablet_copy_service.cc:342] P 76fc29622aae475996d8caef0e4cda6e: Request end of tablet copy session 716264d5f3c54bd688f559d3b6181ce1-dd50bcccc8ca4049ab13fb9f89116645 received from {username='slave'} at 127.0.0.1:32796
I20260630 12:36:49.901136  7337 tablet_copy_service.cc:434] P 76fc29622aae475996d8caef0e4cda6e: ending tablet copy session 716264d5f3c54bd688f559d3b6181ce1-dd50bcccc8ca4049ab13fb9f89116645 on tablet dd50bcccc8ca4049ab13fb9f89116645 with peer 716264d5f3c54bd688f559d3b6181ce1
I20260630 12:36:49.982453  7577 ts_tablet_manager.cc:933] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: Initiating tablet copy from peer 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:49.983685  7577 tablet_copy_client.cc:323] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:33281
I20260630 12:36:49.992122  7411 tablet_copy_service.cc:140] P 16e90cce15644ed8b0a7b758217dcbd0: Received BeginTabletCopySession request for tablet ee7f0cadbf314307bb451a972f4f8117 from peer 716264d5f3c54bd688f559d3b6181ce1 ({username='slave'} at 127.0.0.1:47128)
I20260630 12:36:49.992565  7411 tablet_copy_service.cc:161] P 16e90cce15644ed8b0a7b758217dcbd0: Beginning new tablet copy session on tablet ee7f0cadbf314307bb451a972f4f8117 from peer 716264d5f3c54bd688f559d3b6181ce1 at {username='slave'} at 127.0.0.1:47128: session id = 716264d5f3c54bd688f559d3b6181ce1-ee7f0cadbf314307bb451a972f4f8117
I20260630 12:36:49.997424  7411 tablet_copy_source_session.cc:215] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:50.000003  7577 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee7f0cadbf314307bb451a972f4f8117. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:50.009554  7577 tablet_copy_client.cc:806] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:50.009997  7577 tablet_copy_client.cc:670] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:50.013274  7577 tablet_copy_client.cc:538] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:50.018384  7577 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap starting.
I20260630 12:36:50.029309  7577 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:50.029917  7577 tablet_bootstrap.cc:492] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap complete.
I20260630 12:36:50.030421  7577 ts_tablet_manager.cc:1403] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.004s
W20260630 12:36:50.031369  7197 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 1d7d3353bba54518901b771a3f976dd0 not available for placement
I20260630 12:36:50.032049  7577 raft_consensus.cc:359] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:50.032605  7577 raft_consensus.cc:740] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 716264d5f3c54bd688f559d3b6181ce1, State: Initialized, Role: LEARNER
I20260630 12:36:50.033035  7577 consensus_queue.cc:260] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:50.034663  7577 ts_tablet_manager.cc:1434] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:36:50.036269  7411 tablet_copy_service.cc:342] P 16e90cce15644ed8b0a7b758217dcbd0: Request end of tablet copy session 716264d5f3c54bd688f559d3b6181ce1-ee7f0cadbf314307bb451a972f4f8117 received from {username='slave'} at 127.0.0.1:47128
I20260630 12:36:50.036603  7411 tablet_copy_service.cc:434] P 16e90cce15644ed8b0a7b758217dcbd0: ending tablet copy session 716264d5f3c54bd688f559d3b6181ce1-ee7f0cadbf314307bb451a972f4f8117 on tablet ee7f0cadbf314307bb451a972f4f8117 with peer 716264d5f3c54bd688f559d3b6181ce1
I20260630 12:36:50.365733  7537 raft_consensus.cc:1217] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:50.372041  7537 raft_consensus.cc:1217] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:50.444685  7484 consensus_queue.cc:579] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Leader has been unable to successfully communicate with peer 1d7d3353bba54518901b771a3f976dd0 for more than 1 seconds (1.086s)
I20260630 12:36:50.445593  7589 consensus_queue.cc:579] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Leader has been unable to successfully communicate with peer 1d7d3353bba54518901b771a3f976dd0 for more than 1 seconds (1.012s)
I20260630 12:36:50.458375  7537 raft_consensus.cc:1217] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:50.630334  7484 consensus_queue.cc:579] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Leader has been unable to successfully communicate with peer 1d7d3353bba54518901b771a3f976dd0 for more than 1 seconds (1.285s)
I20260630 12:36:50.774802  7589 raft_consensus.cc:1064] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0: attempting to promote NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 to VOTER
I20260630 12:36:50.776553  7589 consensus_queue.cc:237] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } }
I20260630 12:36:50.782397  7327 raft_consensus.cc:1275] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Refusing update from remote peer 16e90cce15644ed8b0a7b758217dcbd0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:50.782799  7537 raft_consensus.cc:1275] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Refusing update from remote peer 16e90cce15644ed8b0a7b758217dcbd0: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:50.783701  7594 consensus_queue.cc:1048] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:50.784448  7589 consensus_queue.cc:1048] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } 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:36:50.785687  7364 consensus_peers.cc:597] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:50.792167  7594 raft_consensus.cc:2955] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.793680  7537 raft_consensus.cc:2955] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.802693  7327 raft_consensus.cc:2955] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.805559  7146 catalog_manager.cc:5697] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 reported cstate change: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "16e90cce15644ed8b0a7b758217dcbd0" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:50.822598  7401 consensus_queue.cc:237] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [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: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } }
I20260630 12:36:50.826743  7537 raft_consensus.cc:1275] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Refusing update from remote peer 16e90cce15644ed8b0a7b758217dcbd0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:50.826838  7327 raft_consensus.cc:1275] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Refusing update from remote peer 16e90cce15644ed8b0a7b758217dcbd0: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:50.828100  7589 consensus_queue.cc:1048] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:50.828749  7455 consensus_queue.cc:1048] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:50.834794  7594 raft_consensus.cc:2955] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.836253  7537 raft_consensus.cc:2955] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.836473  7327 raft_consensus.cc:2955] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.844388  7134 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet ee7f0cadbf314307bb451a972f4f8117 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:50.848018  7146 catalog_manager.cc:5697] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 reported cstate change: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New cstate: current_term: 1 leader_uuid: "16e90cce15644ed8b0a7b758217dcbd0" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
W20260630 12:36:50.863379  7133 catalog_manager.cc:4755] TS 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet ee7f0cadbf314307bb451a972f4f8117: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:50.891525  7484 raft_consensus.cc:1064] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e: attempting to promote NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 to VOTER
I20260630 12:36:50.893323  7484 consensus_queue.cc:237] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } }
I20260630 12:36:50.899319  7537 raft_consensus.cc:1275] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:50.900012  7401 raft_consensus.cc:1275] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:50.901139  7604 consensus_queue.cc:1048] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } 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:36:50.901844  7484 consensus_queue.cc:1048] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:36:50.903148  7290 consensus_peers.cc:597] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:50.909093  7604 raft_consensus.cc:2955] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.910661  7537 raft_consensus.cc:2955] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.917613  7401 raft_consensus.cc:2955] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.920383  7147 catalog_manager.cc:5697] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e reported cstate change: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:50.927598  7587 raft_consensus.cc:1064] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e: attempting to promote NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 to VOTER
I20260630 12:36:50.929857  7587 consensus_queue.cc:237] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [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: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } }
I20260630 12:36:50.937314  7327 consensus_queue.cc:237] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [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: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } }
I20260630 12:36:50.938787  7401 raft_consensus.cc:1275] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:50.939342  7537 raft_consensus.cc:1275] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 LEARNER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:36:50.941148  7587 consensus_queue.cc:1048] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:50.942677  7587 consensus_queue.cc:1048] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:50.943857  7537 raft_consensus.cc:1275] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:50.946712  7400 raft_consensus.cc:1275] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:36:50.949028  7290 consensus_peers.cc:597] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:50.950084  7604 consensus_queue.cc:1048] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.004s
I20260630 12:36:50.950984  7484 consensus_queue.cc:1048] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:50.954917  7587 raft_consensus.cc:2955] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.959267  7588 raft_consensus.cc:2955] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.959933  7538 raft_consensus.cc:2955] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.974493  7401 raft_consensus.cc:2955] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.975190  7146 catalog_manager.cc:5697] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 reported cstate change: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.979184  7400 raft_consensus.cc:2955] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.982471  7136 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet dd50bcccc8ca4049ab13fb9f89116645 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:50.982739  7538 raft_consensus.cc:2955] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:50.994729  7327 consensus_queue.cc:237] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [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: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } }
I20260630 12:36:50.996521  7146 catalog_manager.cc:5697] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 reported cstate change: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New cstate: current_term: 1 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:51.000032  7538 raft_consensus.cc:1275] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:51.000348  7400 raft_consensus.cc:1275] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:36:51.001756  7612 consensus_queue.cc:1048] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } 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:36:51.003172  7612 consensus_queue.cc:1048] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:51.009999  7612 raft_consensus.cc:2955] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:51.013023  7538 raft_consensus.cc:2955] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:51.013029  7400 raft_consensus.cc:2955] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:51.019208  7136 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c8b7b21a0ce24a6cbf3271042b736a17 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:51.023357  7147 catalog_manager.cc:5697] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e reported cstate change: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New cstate: current_term: 1 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:36:51.035935  7197 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 1d7d3353bba54518901b771a3f976dd0 not available for placement
I20260630 12:36:51.434420  7612 raft_consensus.cc:493] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:51.434870  7612 raft_consensus.cc:515] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:51.436671  7612 leader_election.cc:290] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:51.437953  7400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 3 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0" is_pre_election: true
I20260630 12:36:51.438709  7400 raft_consensus.cc:2468] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 2.
I20260630 12:36:51.439963  7291 leader_election.cc:304] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 16e90cce15644ed8b0a7b758217dcbd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 
W20260630 12:36:51.440500  7290 leader_election.cc:336] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:51.440632  7612 raft_consensus.cc:2804] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:36:51.441067  7612 raft_consensus.cc:493] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:51.441409  7612 raft_consensus.cc:3060] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:36:51.445914  7612 raft_consensus.cc:515] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:51.447427  7612 leader_election.cc:290] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 3 election: Requested vote from peers 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087), 16e90cce15644ed8b0a7b758217dcbd0 (127.0.235.3:33281)
I20260630 12:36:51.448484  7400 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f69a18a0db0746b1aa69ec38731cd639" candidate_uuid: "76fc29622aae475996d8caef0e4cda6e" candidate_term: 3 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16e90cce15644ed8b0a7b758217dcbd0"
I20260630 12:36:51.449040  7400 raft_consensus.cc:3060] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 2 FOLLOWER]: Advancing to term 3
W20260630 12:36:51.450557  7290 leader_election.cc:336] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [CANDIDATE]: Term 3 election: RPC error from VoteRequest() call to peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:51.453493  7400 raft_consensus.cc:2468] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 76fc29622aae475996d8caef0e4cda6e in term 3.
I20260630 12:36:51.454403  7291 leader_election.cc:304] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [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: 16e90cce15644ed8b0a7b758217dcbd0, 76fc29622aae475996d8caef0e4cda6e; no voters: 1d7d3353bba54518901b771a3f976dd0
I20260630 12:36:51.455001  7612 raft_consensus.cc:2804] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:36:51.455431  7612 raft_consensus.cc:697] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 3 LEADER]: Becoming Leader. State: Replica: 76fc29622aae475996d8caef0e4cda6e, State: Running, Role: LEADER
I20260630 12:36:51.456079  7612 consensus_queue.cc:237] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } }
I20260630 12:36:51.465595  7146 catalog_manager.cc:5697] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e reported cstate change: term changed from 1 to 3, leader changed from 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) to 76fc29622aae475996d8caef0e4cda6e (127.0.235.2). New cstate: current_term: 3 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:51.869484  7400 raft_consensus.cc:1275] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 1. (index mismatch)
I20260630 12:36:51.870687  7612 consensus_queue.cc:1048] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:51.883082  7290 consensus_peers.cc:597] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:52.034395  7133 catalog_manager.cc:4755] TS 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet ee7f0cadbf314307bb451a972f4f8117: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
W20260630 12:36:52.038087  7197 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 716264d5f3c54bd688f559d3b6181ce1 not available for placement
I20260630 12:36:52.804824  7616 consensus_queue.cc:579] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Leader has been unable to successfully communicate with peer 1d7d3353bba54518901b771a3f976dd0 for more than 1 seconds (1.348s)
I20260630 12:36:52.814268  7327 consensus_queue.cc:237] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 3.1, Last appended by leader: 0, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:52.819391  7400 raft_consensus.cc:1275] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 3 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:36:52.820827  7621 consensus_queue.cc:1048] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:52.821527  7290 consensus_peers.cc:597] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e -> Peer 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4:41363): Couldn't send request to peer 716264d5f3c54bd688f559d3b6181ce1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f69a18a0db0746b1aa69ec38731cd639. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:36:52.823414  7290 consensus_peers.cc:597] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:52.826390  7616 raft_consensus.cc:2955] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 3 LEADER]: Committing config change with OpId 3.2: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
I20260630 12:36:52.827963  7400 raft_consensus.cc:2955] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Committing config change with OpId 3.2: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } } }
I20260630 12:36:52.835364  7136 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f69a18a0db0746b1aa69ec38731cd639 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:36:52.838609  7149 catalog_manager.cc:5697] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e reported cstate change: config changed from index -1 to 2, NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) added. New cstate: current_term: 3 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:36:53.040467  7197 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 716264d5f3c54bd688f559d3b6181ce1 not available for placement
W20260630 12:36:53.078931  7133 catalog_manager.cc:4755] TS 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet ee7f0cadbf314307bb451a972f4f8117: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:53.241864  7629 ts_tablet_manager.cc:933] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: Initiating tablet copy from peer 76fc29622aae475996d8caef0e4cda6e (127.0.235.2:33379)
I20260630 12:36:53.243652  7629 tablet_copy_client.cc:323] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:33379
I20260630 12:36:53.245174  7337 tablet_copy_service.cc:140] P 76fc29622aae475996d8caef0e4cda6e: Received BeginTabletCopySession request for tablet f69a18a0db0746b1aa69ec38731cd639 from peer 716264d5f3c54bd688f559d3b6181ce1 ({username='slave'} at 127.0.0.1:32796)
I20260630 12:36:53.245683  7337 tablet_copy_service.cc:161] P 76fc29622aae475996d8caef0e4cda6e: Beginning new tablet copy session on tablet f69a18a0db0746b1aa69ec38731cd639 from peer 716264d5f3c54bd688f559d3b6181ce1 at {username='slave'} at 127.0.0.1:32796: session id = 716264d5f3c54bd688f559d3b6181ce1-f69a18a0db0746b1aa69ec38731cd639
I20260630 12:36:53.250427  7337 tablet_copy_source_session.cc:215] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:53.252686  7629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f69a18a0db0746b1aa69ec38731cd639. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:53.262641  7629 tablet_copy_client.cc:806] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:53.263213  7629 tablet_copy_client.cc:670] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:53.266137  7629 tablet_copy_client.cc:538] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:53.271266  7629 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap starting.
I20260630 12:36:53.284251  7629 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:53.284857  7629 tablet_bootstrap.cc:492] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: Bootstrap complete.
I20260630 12:36:53.285300  7629 ts_tablet_manager.cc:1403] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: Time spent bootstrapping tablet: real 0.014s	user 0.001s	sys 0.010s
I20260630 12:36:53.287130  7629 raft_consensus.cc:359] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:53.287644  7629 raft_consensus.cc:740] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 716264d5f3c54bd688f559d3b6181ce1, State: Initialized, Role: LEARNER
I20260630 12:36:53.288064  7629 consensus_queue.cc:260] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 3.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: true } }
I20260630 12:36:53.290202  7629 ts_tablet_manager.cc:1434] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.003s
I20260630 12:36:53.292014  7337 tablet_copy_service.cc:342] P 76fc29622aae475996d8caef0e4cda6e: Request end of tablet copy session 716264d5f3c54bd688f559d3b6181ce1-f69a18a0db0746b1aa69ec38731cd639 received from {username='slave'} at 127.0.0.1:32796
I20260630 12:36:53.292356  7337 tablet_copy_service.cc:434] P 76fc29622aae475996d8caef0e4cda6e: ending tablet copy session 716264d5f3c54bd688f559d3b6181ce1-f69a18a0db0746b1aa69ec38731cd639 on tablet f69a18a0db0746b1aa69ec38731cd639 with peer 716264d5f3c54bd688f559d3b6181ce1
I20260630 12:36:53.798475  7538 raft_consensus.cc:1217] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.1->[3.2-3.2]   Dedup: 3.2->[]
I20260630 12:36:53.940440  7621 consensus_queue.cc:579] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Leader has been unable to successfully communicate with peer 1d7d3353bba54518901b771a3f976dd0 for more than 1 seconds (1.125s)
W20260630 12:36:53.944067  7290 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111) [suppressed 55 similar messages]
W20260630 12:36:54.043092  7197 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 1d7d3353bba54518901b771a3f976dd0 not available for placement
I20260630 12:36:54.179543  7621 raft_consensus.cc:1064] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e: attempting to promote NON_VOTER 716264d5f3c54bd688f559d3b6181ce1 to VOTER
I20260630 12:36:54.181384  7621 consensus_queue.cc:237] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 0, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } }
I20260630 12:36:54.187294  7538 raft_consensus.cc:1275] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 LEARNER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:36:54.187304  7400 raft_consensus.cc:1275] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:36:54.189162  7641 consensus_queue.cc:1048] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:54.190073  7621 consensus_queue.cc:1048] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } 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:36:54.190884  7290 consensus_peers.cc:597] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e -> Peer 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): Couldn't send request to peer 1d7d3353bba54518901b771a3f976dd0. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:54.197427  7641 raft_consensus.cc:2955] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:54.198879  7538 raft_consensus.cc:2955] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:54.205385  7400 raft_consensus.cc:2955] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:54.207880  7149 catalog_manager.cc:5697] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e reported cstate change: config changed from index 2 to 3, 716264d5f3c54bd688f559d3b6181ce1 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "1d7d3353bba54518901b771a3f976dd0" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42087 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:54.223340  7327 consensus_queue.cc:237] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 0, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } }
I20260630 12:36:54.227943  7400 raft_consensus.cc:1275] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:36:54.227948  7538 raft_consensus.cc:1275] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 FOLLOWER]: Refusing update from remote peer 76fc29622aae475996d8caef0e4cda6e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260630 12:36:54.229514  7641 consensus_queue.cc:1048] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:54.230155  7635 consensus_queue.cc:1048] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [LEADER]: Connected to new peer: Peer: permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:54.236496  7635 raft_consensus.cc:2955] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:54.237900  7400 raft_consensus.cc:2955] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:54.238066  7538 raft_consensus.cc:2955] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
I20260630 12:36:54.246963  7136 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f69a18a0db0746b1aa69ec38731cd639 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:54.249895  7147 catalog_manager.cc:5697] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 reported cstate change: config changed from index 3 to 4, VOTER 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1) evicted. New cstate: current_term: 3 leader_uuid: "76fc29622aae475996d8caef0e4cda6e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "76fc29622aae475996d8caef0e4cda6e" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 33379 } } peers { permanent_uuid: "16e90cce15644ed8b0a7b758217dcbd0" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 33281 } } peers { permanent_uuid: "716264d5f3c54bd688f559d3b6181ce1" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41363 } attrs { promote: false } } }
W20260630 12:36:54.264496  7133 catalog_manager.cc:4755] TS 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet f69a18a0db0746b1aa69ec38731cd639: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
W20260630 12:36:55.403080  7133 catalog_manager.cc:4755] TS 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet c8b7b21a0ce24a6cbf3271042b736a17: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:56.335091   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:36:56.361642   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:56.362442   940 tablet_replica.cc:333] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e: stopping tablet replica
I20260630 12:36:56.363183   940 raft_consensus.cc:2243] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:56.364360   940 raft_consensus.cc:2272] T c8b7b21a0ce24a6cbf3271042b736a17 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.367046   940 tablet_replica.cc:333] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e: stopping tablet replica
I20260630 12:36:56.367578   940 raft_consensus.cc:2243] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:56.368717   940 raft_consensus.cc:2272] T ee7f0cadbf314307bb451a972f4f8117 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.371140   940 tablet_replica.cc:333] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e: stopping tablet replica
I20260630 12:36:56.371613   940 raft_consensus.cc:2243] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:36:56.372521   940 raft_consensus.cc:2272] T f69a18a0db0746b1aa69ec38731cd639 P 76fc29622aae475996d8caef0e4cda6e [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.375000   940 tablet_replica.cc:333] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e: stopping tablet replica
I20260630 12:36:56.375515   940 raft_consensus.cc:2243] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:56.376468   940 raft_consensus.cc:2272] T dd50bcccc8ca4049ab13fb9f89116645 P 76fc29622aae475996d8caef0e4cda6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.401192   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:36:56.418882   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:36:56.446914   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:56.447770   940 tablet_replica.cc:333] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0: stopping tablet replica
I20260630 12:36:56.448433   940 raft_consensus.cc:2243] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:56.449585   940 raft_consensus.cc:2272] T f69a18a0db0746b1aa69ec38731cd639 P 16e90cce15644ed8b0a7b758217dcbd0 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.452013   940 tablet_replica.cc:333] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0: stopping tablet replica
I20260630 12:36:56.452591   940 raft_consensus.cc:2243] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:56.453629   940 raft_consensus.cc:2272] T ee7f0cadbf314307bb451a972f4f8117 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.456452   940 tablet_replica.cc:333] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0: stopping tablet replica
I20260630 12:36:56.457086   940 raft_consensus.cc:2243] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:56.458494   940 raft_consensus.cc:2272] T c8b7b21a0ce24a6cbf3271042b736a17 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:56.458887  7133 catalog_manager.cc:4755] TS 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet f69a18a0db0746b1aa69ec38731cd639: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:36:56.460923   940 tablet_replica.cc:333] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0: stopping tablet replica
I20260630 12:36:56.461455   940 raft_consensus.cc:2243] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:56.462498   940 raft_consensus.cc:2272] T dd50bcccc8ca4049ab13fb9f89116645 P 16e90cce15644ed8b0a7b758217dcbd0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.487367   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:36:56.504076   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:36:56.526423   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:56.527158   940 tablet_replica.cc:333] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1: stopping tablet replica
I20260630 12:36:56.527796   940 raft_consensus.cc:2243] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:56.528477   940 raft_consensus.cc:2272] T f69a18a0db0746b1aa69ec38731cd639 P 716264d5f3c54bd688f559d3b6181ce1 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.530882   940 tablet_replica.cc:333] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1: stopping tablet replica
I20260630 12:36:56.531356   940 raft_consensus.cc:2243] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:56.532150   940 raft_consensus.cc:2272] T ee7f0cadbf314307bb451a972f4f8117 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.534263   940 tablet_replica.cc:333] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1: stopping tablet replica
I20260630 12:36:56.534682   940 raft_consensus.cc:2243] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:56.535358   940 raft_consensus.cc:2272] T dd50bcccc8ca4049ab13fb9f89116645 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.537415   940 tablet_replica.cc:333] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1: stopping tablet replica
I20260630 12:36:56.537837   940 raft_consensus.cc:2243] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:56.538554   940 raft_consensus.cc:2272] T c8b7b21a0ce24a6cbf3271042b736a17 P 716264d5f3c54bd688f559d3b6181ce1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:56.561358   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:36:56.577778   940 master.cc:562] Master@127.0.235.62:44431 shutting down...
W20260630 12:36:58.522171  7133 catalog_manager.cc:4755] TS 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet f69a18a0db0746b1aa69ec38731cd639: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
W20260630 12:36:59.294358  7133 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111) [suppressed 13 similar messages]
W20260630 12:36:59.541018  7133 catalog_manager.cc:4755] TS 1d7d3353bba54518901b771a3f976dd0 (127.0.235.1:42087): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet c8b7b21a0ce24a6cbf3271042b736a17: Network error: Client connection negotiation failed: client connection to 127.0.235.1:42087: connect: Connection refused (error 111)
I20260630 12:37:00.189895   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:00.190702   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:00.191108   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P eefa0d9698914b1d90b337937a3f2163: stopping tablet replica
I20260630 12:37:00.214758   940 master.cc:584] Master@127.0.235.62:44431 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (14351 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:37:00.255399   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:39331
I20260630 12:37:00.256490   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:00.261746  7657 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:00.261890  7658 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:00.263166  7660 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:00.264719   940 server_base.cc:1061] running on GCE node
I20260630 12:37:00.265538   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:00.265733   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:00.265901   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823020265867 us; error 0 us; skew 500 ppm
I20260630 12:37:00.266623   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:00.268848   940 webserver.cc:533] Webserver started at http://127.0.235.62:46305/ using document root <none> and password file <none>
I20260630 12:37:00.269318   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:00.269512   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:00.269811   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:00.271000   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "7d916e0d90994c9e8157a37d8aac7807"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:00.275125   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:00.278208  7665 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.278883   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:00.279165   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "7d916e0d90994c9e8157a37d8aac7807"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:00.279423   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:00.290406   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:00.291489   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:00.327842   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:39331
I20260630 12:37:00.327894  7716 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:39331 every 8 connection(s)
I20260630 12:37:00.331786  7717 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:00.343133  7717 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807: Bootstrap starting.
I20260630 12:37:00.347764  7717 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:00.351728  7717 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807: No bootstrap required, opened a new log
I20260630 12:37:00.353742  7717 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d916e0d90994c9e8157a37d8aac7807" member_type: VOTER }
I20260630 12:37:00.354229  7717 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:00.354413  7717 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d916e0d90994c9e8157a37d8aac7807, State: Initialized, Role: FOLLOWER
I20260630 12:37:00.354912  7717 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7d916e0d90994c9e8157a37d8aac7807" member_type: VOTER }
I20260630 12:37:00.355322  7717 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:00.355504  7717 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:00.355707  7717 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:00.359890  7717 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d916e0d90994c9e8157a37d8aac7807" member_type: VOTER }
I20260630 12:37:00.360320  7717 leader_election.cc:304] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [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: 7d916e0d90994c9e8157a37d8aac7807; no voters: 
I20260630 12:37:00.361294  7717 leader_election.cc:290] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:00.361616  7720 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:00.362941  7720 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 1 LEADER]: Becoming Leader. State: Replica: 7d916e0d90994c9e8157a37d8aac7807, State: Running, Role: LEADER
I20260630 12:37:00.363652  7720 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [LEADER]: Queue going to LEADER mode. State: All 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: "7d916e0d90994c9e8157a37d8aac7807" member_type: VOTER }
I20260630 12:37:00.364321  7717 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:00.366495  7721 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7d916e0d90994c9e8157a37d8aac7807" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d916e0d90994c9e8157a37d8aac7807" member_type: VOTER } }
I20260630 12:37:00.366540  7722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7d916e0d90994c9e8157a37d8aac7807. Latest consensus state: current_term: 1 leader_uuid: "7d916e0d90994c9e8157a37d8aac7807" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d916e0d90994c9e8157a37d8aac7807" member_type: VOTER } }
I20260630 12:37:00.367275  7721 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:00.367352  7722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:00.373160  7725 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:00.379339  7725 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:00.380337   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:00.388175  7725 catalog_manager.cc:1383] Generated new cluster ID: 92012f7ca4794987a9be328868730fff
I20260630 12:37:00.388435  7725 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:00.403875  7725 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:00.405164  7725 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:00.416081  7725 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807: Generated new TSK 0
I20260630 12:37:00.416673  7725 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:00.447028   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:00.454766  7738 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:00.456019  7739 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:00.458343   940 server_base.cc:1061] running on GCE node
W20260630 12:37:00.459765  7741 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:00.460606   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:00.460819   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:00.460997   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823020460962 us; error 0 us; skew 500 ppm
I20260630 12:37:00.461525   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:00.463714   940 webserver.cc:533] Webserver started at http://127.0.235.1:35879/ using document root <none> and password file <none>
I20260630 12:37:00.464176   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:00.464380   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:00.464635   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:00.465833   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:00.470212   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:37:00.473279  7746 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.474113   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:00.474396   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:00.474679   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:00.489033   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:00.490264   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:00.491653   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:00.493795   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:00.494047   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.494298   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:00.494485   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.533540   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:40655
I20260630 12:37:00.533638  7808 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:40655 every 8 connection(s)
I20260630 12:37:00.538311   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:00.546082  7813 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:00.546736  7814 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:00.550355  7816 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:00.550521   940 server_base.cc:1061] running on GCE node
I20260630 12:37:00.551636   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:00.551864   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:00.552042   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823020552026 us; error 0 us; skew 500 ppm
I20260630 12:37:00.552564   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:00.554719  7809 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39331
I20260630 12:37:00.555145  7809 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:00.555204   940 webserver.cc:533] Webserver started at http://127.0.235.2:39311/ using document root <none> and password file <none>
I20260630 12:37:00.555770   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:00.555967   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:00.556003  7809 heartbeater.cc:507] Master 127.0.235.62:39331 requested a full tablet report, sending...
I20260630 12:37:00.556244   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:00.557723   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "3cb2f039be584a0bb29b46a58ed20185"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:00.558452  7682 ts_manager.cc:194] Registered new tserver with Master: f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655)
I20260630 12:37:00.560979  7682 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57242
I20260630 12:37:00.563753   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:37:00.567183  7821 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.567922   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:00.568199   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "3cb2f039be584a0bb29b46a58ed20185"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:00.568475   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:00.597518   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:00.598773   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:00.600188   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:00.602327   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:00.602545   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.602770   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:00.602954   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.641636   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:46517
I20260630 12:37:00.641739  7883 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:46517 every 8 connection(s)
I20260630 12:37:00.646394   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:00.653559  7887 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:00.655493  7888 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:00.658207   940 server_base.cc:1061] running on GCE node
W20260630 12:37:00.658452  7890 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:00.659606   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:00.659626  7884 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39331
W20260630 12:37:00.659981   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:00.660132  7884 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:00.660200   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823020660175 us; error 0 us; skew 500 ppm
I20260630 12:37:00.661015   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:00.661077  7884 heartbeater.cc:507] Master 127.0.235.62:39331 requested a full tablet report, sending...
I20260630 12:37:00.663275  7682 ts_manager.cc:194] Registered new tserver with Master: 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517)
I20260630 12:37:00.663759   940 webserver.cc:533] Webserver started at http://127.0.235.3:34111/ using document root <none> and password file <none>
I20260630 12:37:00.664388   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:00.664635   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:00.664937   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:00.665126  7682 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57244
I20260630 12:37:00.666471   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:00.671355   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:00.674479  7895 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.675184   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:37:00.675467   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:00.675727   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:00.698292   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:00.699404   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:00.700736   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:00.702855   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:00.703073   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.703294   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:00.703460   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:00.741735   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:41455
I20260630 12:37:00.741842  7957 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:41455 every 8 connection(s)
I20260630 12:37:00.755082  7958 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39331
I20260630 12:37:00.755470  7958 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:00.756173  7958 heartbeater.cc:507] Master 127.0.235.62:39331 requested a full tablet report, sending...
I20260630 12:37:00.758104  7682 ts_manager.cc:194] Registered new tserver with Master: 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:00.758520   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013521426s
I20260630 12:37:00.759958  7682 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57260
I20260630 12:37:01.563679  7809 heartbeater.cc:499] Master 127.0.235.62:39331 was elected leader, sending a full tablet report...
I20260630 12:37:01.668018  7884 heartbeater.cc:499] Master 127.0.235.62:39331 was elected leader, sending a full tablet report...
I20260630 12:37:01.762959  7958 heartbeater.cc:499] Master 127.0.235.62:39331 was elected leader, sending a full tablet report...
I20260630 12:37:01.813802  7682 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57276:
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:37:01.816084  7682 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:01.868127  7774 tablet_service.cc:1511] Processing CreateTablet for tablet c5dd7658ff96498f8b386403a57735c2 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:01.869627  7774 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c5dd7658ff96498f8b386403a57735c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.869323  7773 tablet_service.cc:1511] Processing CreateTablet for tablet eb63ed0a792b433cb7de8a4917f16085 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:01.870867  7773 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eb63ed0a792b433cb7de8a4917f16085. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.881198  7923 tablet_service.cc:1511] Processing CreateTablet for tablet c5dd7658ff96498f8b386403a57735c2 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:01.882581  7923 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c5dd7658ff96498f8b386403a57735c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.886507  7772 tablet_service.cc:1511] Processing CreateTablet for tablet 33c32a0678dc4881bdc9377597c1998b (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:01.888082  7772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33c32a0678dc4881bdc9377597c1998b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.888224  7848 tablet_service.cc:1511] Processing CreateTablet for tablet eb63ed0a792b433cb7de8a4917f16085 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:01.889582  7848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eb63ed0a792b433cb7de8a4917f16085. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.891695  7922 tablet_service.cc:1511] Processing CreateTablet for tablet eb63ed0a792b433cb7de8a4917f16085 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:01.892094  7771 tablet_service.cc:1511] Processing CreateTablet for tablet 3e2f51090b1e473d9dd98414b675b8c0 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:01.893054  7922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eb63ed0a792b433cb7de8a4917f16085. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.893276  7771 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e2f51090b1e473d9dd98414b675b8c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.894265  7849 tablet_service.cc:1511] Processing CreateTablet for tablet c5dd7658ff96498f8b386403a57735c2 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:01.895576  7849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c5dd7658ff96498f8b386403a57735c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.899824  7847 tablet_service.cc:1511] Processing CreateTablet for tablet 33c32a0678dc4881bdc9377597c1998b (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:01.901078  7847 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33c32a0678dc4881bdc9377597c1998b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.903153  7846 tablet_service.cc:1511] Processing CreateTablet for tablet 3e2f51090b1e473d9dd98414b675b8c0 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:01.904433  7846 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e2f51090b1e473d9dd98414b675b8c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.909576  7921 tablet_service.cc:1511] Processing CreateTablet for tablet 33c32a0678dc4881bdc9377597c1998b (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:01.910946  7921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33c32a0678dc4881bdc9377597c1998b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.924805  7920 tablet_service.cc:1511] Processing CreateTablet for tablet 3e2f51090b1e473d9dd98414b675b8c0 (DEFAULT_TABLE table=test-workload [id=e4bb19466a354cc2a71929e57ad58e06]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:01.926146  7920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e2f51090b1e473d9dd98414b675b8c0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:01.943245  7980 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap starting.
I20260630 12:37:01.944694  7979 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap starting.
I20260630 12:37:01.946877  7978 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap starting.
I20260630 12:37:01.952757  7979 tablet_bootstrap.cc:654] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:01.956630  7978 tablet_bootstrap.cc:654] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:01.957370  7980 tablet_bootstrap.cc:654] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:01.958495  7979 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: No bootstrap required, opened a new log
I20260630 12:37:01.959028  7979 ts_tablet_manager.cc:1403] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.006s
I20260630 12:37:01.962721  7979 raft_consensus.cc:359] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:01.963426  7979 raft_consensus.cc:385] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:01.963699  7979 raft_consensus.cc:740] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Initialized, Role: FOLLOWER
I20260630 12:37:01.964834  7978 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: No bootstrap required, opened a new log
I20260630 12:37:01.964463  7979 consensus_queue.cc:260] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:01.965061  7980 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: No bootstrap required, opened a new log
I20260630 12:37:01.965307  7978 ts_tablet_manager.cc:1403] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.004s
I20260630 12:37:01.965536  7980 ts_tablet_manager.cc:1403] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent bootstrapping tablet: real 0.023s	user 0.004s	sys 0.009s
I20260630 12:37:01.967708  7978 raft_consensus.cc:359] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:01.968254  7978 raft_consensus.cc:385] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:01.968498  7978 raft_consensus.cc:740] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Initialized, Role: FOLLOWER
I20260630 12:37:01.969194  7978 consensus_queue.cc:260] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:01.969292  7980 raft_consensus.cc:359] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:01.970402  7980 raft_consensus.cc:385] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:01.971731  7978 ts_tablet_manager.cc:1434] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:37:01.970885  7980 raft_consensus.cc:740] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4856e6bd67f34e9dbe0bcf7fc070b369, State: Initialized, Role: FOLLOWER
I20260630 12:37:01.972880  7978 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap starting.
I20260630 12:37:01.972991  7980 consensus_queue.cc:260] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:01.973845  7979 ts_tablet_manager.cc:1434] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.003s
I20260630 12:37:01.979516  7978 tablet_bootstrap.cc:654] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:01.982324  7979 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap starting.
I20260630 12:37:01.994947  7979 tablet_bootstrap.cc:654] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:02.001999  7980 ts_tablet_manager.cc:1434] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent starting tablet: real 0.036s	user 0.019s	sys 0.015s
I20260630 12:37:02.003240  7980 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap starting.
I20260630 12:37:02.009382  7980 tablet_bootstrap.cc:654] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:02.015118  7979 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: No bootstrap required, opened a new log
I20260630 12:37:02.015585  7979 ts_tablet_manager.cc:1403] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent bootstrapping tablet: real 0.034s	user 0.020s	sys 0.007s
I20260630 12:37:02.015987  7978 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: No bootstrap required, opened a new log
I20260630 12:37:02.016443  7980 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: No bootstrap required, opened a new log
I20260630 12:37:02.016507  7978 ts_tablet_manager.cc:1403] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: Time spent bootstrapping tablet: real 0.044s	user 0.016s	sys 0.025s
I20260630 12:37:02.017088  7980 ts_tablet_manager.cc:1403] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.006s
I20260630 12:37:02.017764  7979 raft_consensus.cc:359] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:02.018391  7979 raft_consensus.cc:385] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.018643  7979 raft_consensus.cc:740] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.019294  7979 consensus_queue.cc:260] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:02.019588  7978 raft_consensus.cc:359] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.019865  7980 raft_consensus.cc:359] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:02.020383  7978 raft_consensus.cc:385] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.020551  7980 raft_consensus.cc:385] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.020746  7978 raft_consensus.cc:740] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.020918  7980 raft_consensus.cc:740] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4856e6bd67f34e9dbe0bcf7fc070b369, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.021268  7979 ts_tablet_manager.cc:1434] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:02.021696  7978 consensus_queue.cc:260] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.022459  7979 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap starting.
I20260630 12:37:02.024721  7980 consensus_queue.cc:260] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:02.025827  7978 ts_tablet_manager.cc:1434] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:37:02.026844  7978 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap starting.
I20260630 12:37:02.026925  7980 ts_tablet_manager.cc:1434] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.002s
I20260630 12:37:02.027931  7980 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap starting.
I20260630 12:37:02.031198  7979 tablet_bootstrap.cc:654] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:02.033793  7978 tablet_bootstrap.cc:654] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:02.033999  7980 tablet_bootstrap.cc:654] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:02.044021  7985 raft_consensus.cc:493] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:02.044679  7985 raft_consensus.cc:515] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.060443  7985 leader_election.cc:290] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:02.063627  7979 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: No bootstrap required, opened a new log
I20260630 12:37:02.064080  7979 ts_tablet_manager.cc:1403] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent bootstrapping tablet: real 0.042s	user 0.020s	sys 0.016s
I20260630 12:37:02.066388  7979 raft_consensus.cc:359] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.066948  7979 raft_consensus.cc:385] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.067235  7979 raft_consensus.cc:740] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.067876  7979 consensus_queue.cc:260] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.069840  7979 ts_tablet_manager.cc:1434] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:02.071045  7979 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap starting.
I20260630 12:37:02.077797  7979 tablet_bootstrap.cc:654] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:02.091449  7784 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" is_pre_election: true
I20260630 12:37:02.092312  7784 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 0.
I20260630 12:37:02.093201  7980 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: No bootstrap required, opened a new log
I20260630 12:37:02.093386  7978 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: No bootstrap required, opened a new log
I20260630 12:37:02.093808  7822 leader_election.cc:304] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:02.093969  7978 ts_tablet_manager.cc:1403] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Time spent bootstrapping tablet: real 0.067s	user 0.013s	sys 0.005s
I20260630 12:37:02.093921  7980 ts_tablet_manager.cc:1403] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent bootstrapping tablet: real 0.066s	user 0.011s	sys 0.049s
I20260630 12:37:02.094653  7985 raft_consensus.cc:2804] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:02.094941  7985 raft_consensus.cc:493] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:02.095155  7985 raft_consensus.cc:3060] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.098059  7980 raft_consensus.cc:359] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.099012  7980 raft_consensus.cc:385] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.099362  7980 raft_consensus.cc:740] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4856e6bd67f34e9dbe0bcf7fc070b369, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.100359  7980 consensus_queue.cc:260] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.101228  7978 raft_consensus.cc:359] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.102150  7978 raft_consensus.cc:385] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.102430  7978 raft_consensus.cc:740] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.102991  7980 ts_tablet_manager.cc:1434] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.006s
I20260630 12:37:02.103129  7978 consensus_queue.cc:260] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.104019  7980 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap starting.
I20260630 12:37:02.101125  7985 raft_consensus.cc:515] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.107758  7985 leader_election.cc:290] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 election: Requested vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:02.108954  7784 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
I20260630 12:37:02.109517  7784 raft_consensus.cc:3060] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.111595  7980 tablet_bootstrap.cc:654] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:02.113373  7933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:02.114061  7933 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 0.
I20260630 12:37:02.117666  7933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
I20260630 12:37:02.118206  7933 raft_consensus.cc:3060] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.122251  7784 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:02.123481  7822 leader_election.cc:304] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:02.124248  7979 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: No bootstrap required, opened a new log
I20260630 12:37:02.124974  7979 ts_tablet_manager.cc:1403] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent bootstrapping tablet: real 0.054s	user 0.012s	sys 0.021s
I20260630 12:37:02.126295  7985 raft_consensus.cc:2804] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:02.126914  7985 raft_consensus.cc:697] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 LEADER]: Becoming Leader. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Running, Role: LEADER
I20260630 12:37:02.127909  7985 consensus_queue.cc:237] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.129029  7979 raft_consensus.cc:359] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.125901  7933 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:02.130067  7979 raft_consensus.cc:385] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.130743  7979 raft_consensus.cc:740] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.131613  7979 consensus_queue.cc:260] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.133858  7980 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: No bootstrap required, opened a new log
I20260630 12:37:02.134434  7980 ts_tablet_manager.cc:1403] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent bootstrapping tablet: real 0.031s	user 0.022s	sys 0.006s
I20260630 12:37:02.135123  7978 ts_tablet_manager.cc:1434] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Time spent starting tablet: real 0.036s	user 0.007s	sys 0.009s
I20260630 12:37:02.136523  7978 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap starting.
I20260630 12:37:02.137504  7980 raft_consensus.cc:359] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.138302  7980 raft_consensus.cc:385] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.138640  7980 raft_consensus.cc:740] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4856e6bd67f34e9dbe0bcf7fc070b369, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.139484  7980 consensus_queue.cc:260] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.140503  7979 ts_tablet_manager.cc:1434] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.003s
I20260630 12:37:02.144214  7980 ts_tablet_manager.cc:1434] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:37:02.144869  7996 raft_consensus.cc:493] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:02.145632  7978 tablet_bootstrap.cc:654] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:02.145334  7996 raft_consensus.cc:515] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:02.149004  7933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c5dd7658ff96498f8b386403a57735c2" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:02.151026  7933 raft_consensus.cc:2468] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 0.
I20260630 12:37:02.152020  7996 leader_election.cc:290] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:02.153370  7978 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: No bootstrap required, opened a new log
I20260630 12:37:02.154140  7978 ts_tablet_manager.cc:1403] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.010s
I20260630 12:37:02.151818  7784 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c5dd7658ff96498f8b386403a57735c2" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" is_pre_election: true
I20260630 12:37:02.154170  7823 leader_election.cc:304] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cb2f039be584a0bb29b46a58ed20185, 4856e6bd67f34e9dbe0bcf7fc070b369; no voters: 
I20260630 12:37:02.155711  7784 raft_consensus.cc:2468] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 0.
I20260630 12:37:02.156872  7996 raft_consensus.cc:2804] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:02.157852  7978 raft_consensus.cc:359] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.158896  7978 raft_consensus.cc:385] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:02.159247  7978 raft_consensus.cc:740] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Initialized, Role: FOLLOWER
I20260630 12:37:02.157660  7996 raft_consensus.cc:493] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:02.160007  7996 raft_consensus.cc:3060] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.160349  7978 consensus_queue.cc:260] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.164001  7985 raft_consensus.cc:493] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:02.164568  7985 raft_consensus.cc:515] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.167164  7985 leader_election.cc:290] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:02.168557  7784 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" is_pre_election: true
I20260630 12:37:02.168000  7681 catalog_manager.cc:5697] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:02.169375  7784 raft_consensus.cc:2468] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 0.
I20260630 12:37:02.172870  7933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:02.173534  7933 raft_consensus.cc:2468] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 0.
I20260630 12:37:02.178431  7822 leader_election.cc:304] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:02.179811  7985 raft_consensus.cc:2804] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:02.180305  7985 raft_consensus.cc:493] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:02.180637  7985 raft_consensus.cc:3060] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.179708  7996 raft_consensus.cc:515] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:02.187605  7996 leader_election.cc:290] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 election: Requested vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:02.187989  7978 ts_tablet_manager.cc:1434] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Time spent starting tablet: real 0.033s	user 0.024s	sys 0.008s
I20260630 12:37:02.188381  7784 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c5dd7658ff96498f8b386403a57735c2" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
I20260630 12:37:02.188943  7784 raft_consensus.cc:3060] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.190182  7933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c5dd7658ff96498f8b386403a57735c2" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
I20260630 12:37:02.190765  7933 raft_consensus.cc:3060] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.190815  7985 raft_consensus.cc:515] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.195298  7784 raft_consensus.cc:2468] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:02.197206  7985 leader_election.cc:290] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 election: Requested vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:02.197866  7933 raft_consensus.cc:2468] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:02.199733  7823 leader_election.cc:304] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cb2f039be584a0bb29b46a58ed20185, 4856e6bd67f34e9dbe0bcf7fc070b369; no voters: 
I20260630 12:37:02.201177  7985 raft_consensus.cc:2804] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:02.201258  7784 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
I20260630 12:37:02.201936  7784 raft_consensus.cc:3060] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.201808  7985 raft_consensus.cc:697] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 LEADER]: Becoming Leader. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Running, Role: LEADER
I20260630 12:37:02.202452  7933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
I20260630 12:37:02.203125  7985 consensus_queue.cc:237] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:02.204730  7933 raft_consensus.cc:3060] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.208642  7784 raft_consensus.cc:2468] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:02.209820  7822 leader_election.cc:304] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:02.210764  7996 raft_consensus.cc:2804] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:02.211402  7996 raft_consensus.cc:697] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 LEADER]: Becoming Leader. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Running, Role: LEADER
I20260630 12:37:02.212250  7996 consensus_queue.cc:237] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.213953  7933 raft_consensus.cc:2468] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:02.216871  7681 catalog_manager.cc:5697] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:02.228884  7681 catalog_manager.cc:5697] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:02.377092  7730 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:02.411423  7984 raft_consensus.cc:493] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:02.411959  7984 raft_consensus.cc:515] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.413925  7984 leader_election.cc:290] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:02.424407  7933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c32a0678dc4881bdc9377597c1998b" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:02.424634  7859 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c32a0678dc4881bdc9377597c1998b" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185" is_pre_election: true
I20260630 12:37:02.425019  7933 raft_consensus.cc:2468] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 0.
I20260630 12:37:02.425295  7859 raft_consensus.cc:2468] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 0.
I20260630 12:37:02.426240  7748 leader_election.cc:304] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4856e6bd67f34e9dbe0bcf7fc070b369, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:02.426932  7984 raft_consensus.cc:2804] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:02.427277  7984 raft_consensus.cc:493] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:02.427503  7984 raft_consensus.cc:3060] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.432035  7984 raft_consensus.cc:515] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.433550  7984 leader_election.cc:290] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 1 election: Requested vote from peers 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:02.434253  7859 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c32a0678dc4881bdc9377597c1998b" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185"
I20260630 12:37:02.434551  7933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c32a0678dc4881bdc9377597c1998b" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
I20260630 12:37:02.434826  7859 raft_consensus.cc:3060] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.435117  7933 raft_consensus.cc:3060] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:02.441800  7933 raft_consensus.cc:2468] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 1.
I20260630 12:37:02.441807  7859 raft_consensus.cc:2468] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 1.
I20260630 12:37:02.442950  7748 leader_election.cc:304] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4856e6bd67f34e9dbe0bcf7fc070b369, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:02.443584  7984 raft_consensus.cc:2804] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:02.444382  7984 raft_consensus.cc:697] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 LEADER]: Becoming Leader. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Running, Role: LEADER
I20260630 12:37:02.445081  7984 consensus_queue.cc:237] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:02.452364  7681 catalog_manager.cc:5697] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 reported cstate change: term changed from 0 to 1, leader changed from <none> to f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:02.516480  7996 consensus_queue.cc:1048] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:02.527364  7985 consensus_queue.cc:1048] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:02.586207   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:37:02.604214   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:02.605074   940 tablet_replica.cc:333] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: stopping tablet replica
I20260630 12:37:02.605626   940 raft_consensus.cc:2243] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.606122   940 raft_consensus.cc:2272] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.608325   940 tablet_replica.cc:333] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: stopping tablet replica
I20260630 12:37:02.608826   940 raft_consensus.cc:2243] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.609177   940 raft_consensus.cc:2272] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.610776   940 tablet_replica.cc:333] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: stopping tablet replica
I20260630 12:37:02.611228   940 raft_consensus.cc:2243] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:02.611755   940 pending_rounds.cc:70] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Trying to abort 1 pending ops.
I20260630 12:37:02.611953   940 pending_rounds.cc:77] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443099942854656 op_type: NO_OP noop_request { }
I20260630 12:37:02.612241   940 raft_consensus.cc:2889] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:02.612525   940 raft_consensus.cc:2272] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.614611   940 tablet_replica.cc:333] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: stopping tablet replica
I20260630 12:37:02.615063   940 raft_consensus.cc:2243] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.615414   940 raft_consensus.cc:2272] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.633329  7985 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:02.637348   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:37:02.654685   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
W20260630 12:37:02.663365  7822 consensus_peers.cc:597] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 -> Peer f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655): Couldn't send request to peer f3ee17ddd0e54ef6b840c1773a3bccc7. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:40655: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:02.675992   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:02.676749   940 tablet_replica.cc:333] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: stopping tablet replica
I20260630 12:37:02.677368   940 raft_consensus.cc:2243] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.677767   940 raft_consensus.cc:2272] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.679497   940 tablet_replica.cc:333] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: stopping tablet replica
I20260630 12:37:02.679994   940 raft_consensus.cc:2243] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:02.680760   940 raft_consensus.cc:2272] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.682890   940 tablet_replica.cc:333] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: stopping tablet replica
I20260630 12:37:02.683372   940 raft_consensus.cc:2243] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:02.684096   940 raft_consensus.cc:2272] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.685967   940 tablet_replica.cc:333] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: stopping tablet replica
I20260630 12:37:02.686491   940 raft_consensus.cc:2243] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:02.687021   940 pending_rounds.cc:70] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Trying to abort 1 pending ops.
I20260630 12:37:02.687227   940 pending_rounds.cc:77] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443098972753920 op_type: NO_OP noop_request { }
I20260630 12:37:02.687502   940 raft_consensus.cc:2889] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:02.687763   940 raft_consensus.cc:2272] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.709475   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:37:02.720177   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:37:02.736706   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:02.737365   940 tablet_replica.cc:333] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: stopping tablet replica
I20260630 12:37:02.737979   940 raft_consensus.cc:2243] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.738511   940 raft_consensus.cc:2272] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.740631   940 tablet_replica.cc:333] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: stopping tablet replica
I20260630 12:37:02.741168   940 raft_consensus.cc:2243] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.741524   940 raft_consensus.cc:2272] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.743216   940 tablet_replica.cc:333] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: stopping tablet replica
I20260630 12:37:02.743678   940 raft_consensus.cc:2243] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.744019   940 raft_consensus.cc:2272] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.745575   940 tablet_replica.cc:333] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: stopping tablet replica
I20260630 12:37:02.746086   940 raft_consensus.cc:2243] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:02.746466   940 raft_consensus.cc:2272] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:02.767587   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:37:02.780350   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:02.785881  8018 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:02.786646  8017 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:02.787596  8020 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:02.787858   940 server_base.cc:1061] running on GCE node
I20260630 12:37:02.788983   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:02.789249   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:02.789474   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823022789457 us; error 0 us; skew 500 ppm
I20260630 12:37:02.790097   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:02.792284   940 webserver.cc:533] Webserver started at http://127.0.235.4:33195/ using document root <none> and password file <none>
I20260630 12:37:02.792759   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:02.792992   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:02.793286   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:02.794417   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "51cc9975be4e494cbd7098af1c692554"
format_stamp: "Formatted at 2026-06-30 12:37:02 on dist-test-slave-47x1"
I20260630 12:37:02.798516   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:37:02.801563  8025 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:02.802523   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:02.802963   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "51cc9975be4e494cbd7098af1c692554"
format_stamp: "Formatted at 2026-06-30 12:37:02 on dist-test-slave-47x1"
I20260630 12:37:02.803339   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:02.816612   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:02.817598   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:02.819003   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:02.821198   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:02.821504   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:02.821822   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:02.822132   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:02.857932   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:39967
I20260630 12:37:02.858101  8087 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:39967 every 8 connection(s)
I20260630 12:37:02.871341  8088 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39331
I20260630 12:37:02.871819  8088 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:02.872591  8088 heartbeater.cc:507] Master 127.0.235.62:39331 requested a full tablet report, sending...
I20260630 12:37:02.874562  7681 ts_manager.cc:194] Registered new tserver with Master: 51cc9975be4e494cbd7098af1c692554 (127.0.235.4:39967)
I20260630 12:37:02.875936  7681 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57280
W20260630 12:37:03.389407  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet eb63ed0a792b433cb7de8a4917f16085: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:03.392720  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 33c32a0678dc4881bdc9377597c1998b: Network error: Client connection negotiation failed: client connection to 127.0.235.1:40655: connect: Connection refused (error 111)
W20260630 12:37:03.395879  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 3e2f51090b1e473d9dd98414b675b8c0: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
I20260630 12:37:03.878247  8088 heartbeater.cc:499] Master 127.0.235.62:39331 was elected leader, sending a full tablet report...
W20260630 12:37:04.407665  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet eb63ed0a792b433cb7de8a4917f16085: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:04.410719  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 33c32a0678dc4881bdc9377597c1998b: Network error: Client connection negotiation failed: client connection to 127.0.235.1:40655: connect: Connection refused (error 111)
W20260630 12:37:04.413615  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 3e2f51090b1e473d9dd98414b675b8c0: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:05.444003  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet c5dd7658ff96498f8b386403a57735c2: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:05.447209  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 33c32a0678dc4881bdc9377597c1998b: Network error: Client connection negotiation failed: client connection to 127.0.235.1:40655: connect: Connection refused (error 111)
W20260630 12:37:05.450091  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet eb63ed0a792b433cb7de8a4917f16085: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:06.464357  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 33c32a0678dc4881bdc9377597c1998b: Network error: Client connection negotiation failed: client connection to 127.0.235.1:40655: connect: Connection refused (error 111)
W20260630 12:37:06.467779  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet eb63ed0a792b433cb7de8a4917f16085: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:06.470764  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet c5dd7658ff96498f8b386403a57735c2: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:07.482903  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet c5dd7658ff96498f8b386403a57735c2: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:07.485666  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 33c32a0678dc4881bdc9377597c1998b: Network error: Client connection negotiation failed: client connection to 127.0.235.1:40655: connect: Connection refused (error 111)
W20260630 12:37:07.489732  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet eb63ed0a792b433cb7de8a4917f16085: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46517: connect: Connection refused (error 111)
W20260630 12:37:08.491595  7730 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f3ee17ddd0e54ef6b840c1773a3bccc7 not available for placement
W20260630 12:37:09.493206  7730 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver f3ee17ddd0e54ef6b840c1773a3bccc7 not available for placement
I20260630 12:37:09.894797   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:09.901639  8098 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:09.902482  8099 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:09.906700   940 server_base.cc:1061] running on GCE node
W20260630 12:37:09.907756  8101 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:09.909163   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:09.909421   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:09.909608   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823029909590 us; error 0 us; skew 500 ppm
I20260630 12:37:09.910298   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:09.912726   940 webserver.cc:533] Webserver started at http://127.0.235.1:35879/ using document root <none> and password file <none>
I20260630 12:37:09.913249   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:09.913475   940 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:09.917354   940 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:37:09.920573  8106 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:09.921248   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:09.921547   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:09.921948   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:09.958498   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:09.959770   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:09.961318   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:09.964886  8113 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:37:09.985706   940 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:09.986058   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.022s	user 0.002s	sys 0.000s
I20260630 12:37:09.986380   940 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:37:09.991480  8113 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap starting.
I20260630 12:37:10.001259   940 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:10.001573   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:37:10.002599  8113 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: 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:37:10.003324  8113 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap complete.
I20260630 12:37:10.003939  8113 ts_tablet_manager.cc:1403] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.005s
I20260630 12:37:10.006458  8113 raft_consensus.cc:359] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.007287  8113 raft_consensus.cc:740] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.007891  8113 consensus_queue.cc:260] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.010555  8113 ts_tablet_manager.cc:1434] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:37:10.011540  8113 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap starting.
I20260630 12:37:10.025573  8113 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: 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:37:10.026608  8113 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap complete.
I20260630 12:37:10.027148  8113 ts_tablet_manager.cc:1403] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.007s
I20260630 12:37:10.029390  8113 raft_consensus.cc:359] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.030133  8113 raft_consensus.cc:740] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.030830  8113 consensus_queue.cc:260] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.032406  8113 ts_tablet_manager.cc:1434] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:37:10.033114  8113 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap starting.
I20260630 12:37:10.047335  8113 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: 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:37:10.048066  8113 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap complete.
I20260630 12:37:10.048624  8113 ts_tablet_manager.cc:1403] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.004s
I20260630 12:37:10.050663  8113 raft_consensus.cc:359] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.051303  8113 raft_consensus.cc:740] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.052043  8113 consensus_queue.cc:260] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.054169  8113 ts_tablet_manager.cc:1434] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:37:10.054833  8113 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap starting.
I20260630 12:37:10.062331   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:40655
I20260630 12:37:10.062527  8173 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:40655 every 8 connection(s)
W20260630 12:37:10.066820  8176 tablet.cc:2406] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:10.067662  8113 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: 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:37:10.067838   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:10.069293  8113 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: Bootstrap complete.
I20260630 12:37:10.070231  8113 ts_tablet_manager.cc:1403] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260630 12:37:10.073580  8113 raft_consensus.cc:359] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:10.074302  8113 raft_consensus.cc:740] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.075160  8113 consensus_queue.cc:260] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:10.077360  8113 ts_tablet_manager.cc:1434] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.000s
W20260630 12:37:10.080499  8179 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:10.081851  8180 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:10.086467  8175 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39331
I20260630 12:37:10.086925  8175 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:10.087744   940 server_base.cc:1061] running on GCE node
I20260630 12:37:10.087981  8175 heartbeater.cc:507] Master 127.0.235.62:39331 requested a full tablet report, sending...
W20260630 12:37:10.088308  8183 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:10.089267   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:10.089498   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:10.089708   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823030089689 us; error 0 us; skew 500 ppm
I20260630 12:37:10.090298   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:10.092204  7681 ts_manager.cc:194] Re-registered known tserver with Master: f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655)
I20260630 12:37:10.093222   940 webserver.cc:533] Webserver started at http://127.0.235.2:39311/ using document root <none> and password file <none>
I20260630 12:37:10.093806   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:10.094048   940 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:10.097592  7681 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49410
I20260630 12:37:10.097815   940 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:10.100395  8175 heartbeater.cc:499] Master 127.0.235.62:39331 was elected leader, sending a full tablet report...
I20260630 12:37:10.101671  8187 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:10.102634   940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:10.103001   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "3cb2f039be584a0bb29b46a58ed20185"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:10.103287   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:10.118829   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:10.119915   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:10.121271   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:10.143537   940 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:10.143850   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.020s	user 0.001s	sys 0.000s
I20260630 12:37:10.148434  8194 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap starting.
I20260630 12:37:10.158082   940 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:10.158355   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.015s	sys 0.000s
I20260630 12:37:10.160742  8194 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: 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:37:10.161465  8194 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap complete.
I20260630 12:37:10.161972  8194 ts_tablet_manager.cc:1403] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.000s
I20260630 12:37:10.163978  8194 raft_consensus.cc:359] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.164466  8194 raft_consensus.cc:740] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.165079  8194 consensus_queue.cc:260] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.168120  8194 ts_tablet_manager.cc:1434] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.004s
I20260630 12:37:10.168787  8194 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap starting.
I20260630 12:37:10.179953  8194 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: 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:37:10.180651  8194 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap complete.
I20260630 12:37:10.181324  8194 ts_tablet_manager.cc:1403] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:37:10.183561  8194 raft_consensus.cc:359] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.184067  8194 raft_consensus.cc:740] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.184751  8194 consensus_queue.cc:260] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.186544  8194 ts_tablet_manager.cc:1434] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.003s
I20260630 12:37:10.187395  8194 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap starting.
I20260630 12:37:10.200588  8194 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: 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:37:10.201297  8194 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap complete.
I20260630 12:37:10.201793  8194 ts_tablet_manager.cc:1403] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.001s
I20260630 12:37:10.203686  8194 raft_consensus.cc:359] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.204254  8194 raft_consensus.cc:740] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.205019  8194 consensus_queue.cc:260] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.206698  8194 ts_tablet_manager.cc:1434] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.003s
I20260630 12:37:10.207361  8194 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap starting.
I20260630 12:37:10.215415   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:46517
I20260630 12:37:10.215649  8254 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:46517 every 8 connection(s)
I20260630 12:37:10.218915  8194 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: 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:37:10.219907  8194 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Bootstrap complete.
I20260630 12:37:10.220599  8194 ts_tablet_manager.cc:1403] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.004s
I20260630 12:37:10.220626   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:10.223898  8194 raft_consensus.cc:359] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:10.224846  8194 raft_consensus.cc:740] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.225611  8194 consensus_queue.cc:260] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:10.228034  8194 ts_tablet_manager.cc:1434] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
W20260630 12:37:10.230535  8259 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:10.232146  8260 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:10.233994  8256 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39331
I20260630 12:37:10.234476  8256 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:10.235248  8262 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:10.235581  8256 heartbeater.cc:507] Master 127.0.235.62:39331 requested a full tablet report, sending...
I20260630 12:37:10.235931   940 server_base.cc:1061] running on GCE node
I20260630 12:37:10.236868   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:10.237115   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:10.237331   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823030237311 us; error 0 us; skew 500 ppm
I20260630 12:37:10.237854   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:10.239573  7681 ts_manager.cc:194] Re-registered known tserver with Master: 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517)
I20260630 12:37:10.243806  7681 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49424
I20260630 12:37:10.245972   940 webserver.cc:533] Webserver started at http://127.0.235.3:34111/ using document root <none> and password file <none>
I20260630 12:37:10.246233  8256 heartbeater.cc:499] Master 127.0.235.62:39331 was elected leader, sending a full tablet report...
I20260630 12:37:10.246572   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:10.246826   940 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:10.250659   940 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.001s	sys 0.003s
I20260630 12:37:10.253858  8267 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:10.254552   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:10.254781   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
format_stamp: "Formatted at 2026-06-30 12:37:00 on dist-test-slave-47x1"
I20260630 12:37:10.254992   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:10.277541   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:10.278681   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:10.279956   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:10.301767   940 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:10.302083   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.020s	user 0.002s	sys 0.000s
I20260630 12:37:10.306713  8274 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap starting.
I20260630 12:37:10.317544   940 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:10.317818   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:37:10.319471  8274 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: 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:37:10.320187  8274 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap complete.
I20260630 12:37:10.320732  8274 ts_tablet_manager.cc:1403] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:37:10.322728  8274 raft_consensus.cc:359] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.323242  8274 raft_consensus.cc:740] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4856e6bd67f34e9dbe0bcf7fc070b369, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.323964  8274 consensus_queue.cc:260] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.326319  8274 ts_tablet_manager.cc:1434] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:37:10.327124  8274 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap starting.
I20260630 12:37:10.337889  8274 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: 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:37:10.338598  8274 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap complete.
I20260630 12:37:10.339136  8274 ts_tablet_manager.cc:1403] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent bootstrapping tablet: real 0.012s	user 0.006s	sys 0.004s
I20260630 12:37:10.341513  8274 raft_consensus.cc:359] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.342118  8274 raft_consensus.cc:740] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4856e6bd67f34e9dbe0bcf7fc070b369, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.342840  8274 consensus_queue.cc:260] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.344750  8274 ts_tablet_manager.cc:1434] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:10.345400  8274 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap starting.
I20260630 12:37:10.360293  8274 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: 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:37:10.361346  8274 tablet_bootstrap.cc:492] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap complete.
I20260630 12:37:10.361992  8274 ts_tablet_manager.cc:1403] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.004s
I20260630 12:37:10.364884  8274 raft_consensus.cc:359] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.365787  8274 raft_consensus.cc:740] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4856e6bd67f34e9dbe0bcf7fc070b369, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.366854  8274 consensus_queue.cc:260] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:10.369531  8274 ts_tablet_manager.cc:1434] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.001s
I20260630 12:37:10.370491  8274 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap starting.
I20260630 12:37:10.374369   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:41455
I20260630 12:37:10.374521  8334 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:41455 every 8 connection(s)
I20260630 12:37:10.385142  8274 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: 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:37:10.386195  8274 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Bootstrap complete.
I20260630 12:37:10.386983  8274 ts_tablet_manager.cc:1403] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.008s
I20260630 12:37:10.389488  8274 raft_consensus.cc:359] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:10.390419  8274 raft_consensus.cc:740] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4856e6bd67f34e9dbe0bcf7fc070b369, State: Initialized, Role: FOLLOWER
I20260630 12:37:10.391224  8274 consensus_queue.cc:260] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:10.392554  8335 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39331
I20260630 12:37:10.393051  8335 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:10.393361  8274 ts_tablet_manager.cc:1434] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:37:10.393903  8335 heartbeater.cc:507] Master 127.0.235.62:39331 requested a full tablet report, sending...
I20260630 12:37:10.397382  7681 ts_manager.cc:194] Re-registered known tserver with Master: 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:10.401832  7681 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49434
I20260630 12:37:10.404208  8335 heartbeater.cc:499] Master 127.0.235.62:39331 was elected leader, sending a full tablet report...
W20260630 12:37:10.512679  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 33c32a0678dc4881bdc9377597c1998b: Illegal state: Replica f3ee17ddd0e54ef6b840c1773a3bccc7 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } }
W20260630 12:37:10.524364  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet c5dd7658ff96498f8b386403a57735c2: Illegal state: Replica 3cb2f039be584a0bb29b46a58ed20185 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } }
W20260630 12:37:10.527817  7730 auto_rebalancer.cc:639] Failed to schedule move for tablet 3e2f51090b1e473d9dd98414b675b8c0: Illegal state: Replica 3cb2f039be584a0bb29b46a58ed20185 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } }
I20260630 12:37:11.167426  8342 raft_consensus.cc:493] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:11.168184  8342 raft_consensus.cc:515] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.170472  8342 leader_election.cc:290] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.190372  8229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c32a0678dc4881bdc9377597c1998b" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185" is_pre_election: true
I20260630 12:37:11.191299  8229 raft_consensus.cc:2468] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 1.
I20260630 12:37:11.192209  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c32a0678dc4881bdc9377597c1998b" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:11.192595  8110 leader_election.cc:304] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:11.192955  8309 raft_consensus.cc:2468] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 1.
I20260630 12:37:11.193797  8342 raft_consensus.cc:2804] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:11.194368  8342 raft_consensus.cc:493] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:11.194772  8342 raft_consensus.cc:3060] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.200181  8342 raft_consensus.cc:515] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.201992  8342 leader_election.cc:290] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 2 election: Requested vote from peers 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.202665  8229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c32a0678dc4881bdc9377597c1998b" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185"
I20260630 12:37:11.202889  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c32a0678dc4881bdc9377597c1998b" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
I20260630 12:37:11.203430  8229 raft_consensus.cc:3060] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.203667  8309 raft_consensus.cc:3060] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.209111  8229 raft_consensus.cc:2468] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 2.
I20260630 12:37:11.209316  8309 raft_consensus.cc:2468] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 2.
I20260630 12:37:11.210419  8110 leader_election.cc:304] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:11.211189  8342 raft_consensus.cc:2804] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:11.212339  8342 raft_consensus.cc:697] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 LEADER]: Becoming Leader. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Running, Role: LEADER
I20260630 12:37:11.213239  8342 consensus_queue.cc:237] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.219949  7681 catalog_manager.cc:5697] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:11.281349  8342 raft_consensus.cc:493] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:11.282238  8342 raft_consensus.cc:515] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.284530  8342 leader_election.cc:290] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.285075  8229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185" is_pre_election: true
I20260630 12:37:11.285580  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:11.286101  8229 raft_consensus.cc:2410] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f3ee17ddd0e54ef6b840c1773a3bccc7 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:37:11.286464  8309 raft_consensus.cc:2410] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f3ee17ddd0e54ef6b840c1773a3bccc7 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:37:11.287691  8108 leader_election.cc:304] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 3cb2f039be584a0bb29b46a58ed20185, 4856e6bd67f34e9dbe0bcf7fc070b369
I20260630 12:37:11.288461  8342 raft_consensus.cc:2749] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:11.363737  8353 raft_consensus.cc:493] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:11.364413  8353 raft_consensus.cc:515] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.366781  8353 leader_election.cc:290] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.378085  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:11.378787  8148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" is_pre_election: true
I20260630 12:37:11.378898  8309 raft_consensus.cc:2468] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:11.379514  8148 raft_consensus.cc:2468] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:11.380330  8189 leader_election.cc:304] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [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: 3cb2f039be584a0bb29b46a58ed20185, 4856e6bd67f34e9dbe0bcf7fc070b369; no voters: 
I20260630 12:37:11.381227  8353 raft_consensus.cc:2804] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:11.381705  8353 raft_consensus.cc:493] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:11.382114  8353 raft_consensus.cc:3060] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.387984  8353 raft_consensus.cc:515] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.389748  8353 leader_election.cc:290] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 2 election: Requested vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.390424  8148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
I20260630 12:37:11.390652  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eb63ed0a792b433cb7de8a4917f16085" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
I20260630 12:37:11.391126  8148 raft_consensus.cc:3060] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.391624  8309 raft_consensus.cc:3060] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.396309  8309 raft_consensus.cc:2468] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 2.
I20260630 12:37:11.396747  8148 raft_consensus.cc:2468] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 2.
I20260630 12:37:11.397298  8189 leader_election.cc:304] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [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: 3cb2f039be584a0bb29b46a58ed20185, 4856e6bd67f34e9dbe0bcf7fc070b369; no voters: 
I20260630 12:37:11.398295  8353 raft_consensus.cc:2804] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:11.399399  8353 raft_consensus.cc:697] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Becoming Leader. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Running, Role: LEADER
I20260630 12:37:11.400118  8353 consensus_queue.cc:237] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.406935  7681 catalog_manager.cc:5697] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:11.482486  8353 raft_consensus.cc:493] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:11.483108  8353 raft_consensus.cc:515] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:11.484973  8353 leader_election.cc:290] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.485899  8148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c5dd7658ff96498f8b386403a57735c2" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" is_pre_election: true
I20260630 12:37:11.486068  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c5dd7658ff96498f8b386403a57735c2" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:11.486807  8148 raft_consensus.cc:2468] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:11.487056  8309 raft_consensus.cc:2468] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 1.
I20260630 12:37:11.488246  8188 leader_election.cc:304] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [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: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:11.489029  8353 raft_consensus.cc:2804] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:11.489538  8353 raft_consensus.cc:493] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:11.489934  8353 raft_consensus.cc:3060] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.494999  8353 raft_consensus.cc:515] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:11.496649  8353 leader_election.cc:290] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [CANDIDATE]: Term 2 election: Requested vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.497359  8148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c5dd7658ff96498f8b386403a57735c2" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
I20260630 12:37:11.497563  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c5dd7658ff96498f8b386403a57735c2" candidate_uuid: "3cb2f039be584a0bb29b46a58ed20185" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
I20260630 12:37:11.498134  8148 raft_consensus.cc:3060] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.498411  8309 raft_consensus.cc:3060] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.502822  8148 raft_consensus.cc:2468] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 2.
I20260630 12:37:11.502974  8309 raft_consensus.cc:2468] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cb2f039be584a0bb29b46a58ed20185 in term 2.
I20260630 12:37:11.504105  8188 leader_election.cc:304] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [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: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:11.505074  8353 raft_consensus.cc:2804] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:11.505637  8353 raft_consensus.cc:697] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Becoming Leader. State: Replica: 3cb2f039be584a0bb29b46a58ed20185, State: Running, Role: LEADER
I20260630 12:37:11.506506  8353 consensus_queue.cc:237] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } }
I20260630 12:37:11.512889  7680 catalog_manager.cc:5697] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } }
W20260630 12:37:11.534165  7730 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table e4bb19466a354cc2a71929e57ad58e06: could not find any suitable replica to move from server 3cb2f039be584a0bb29b46a58ed20185 to server 51cc9975be4e494cbd7098af1c692554
I20260630 12:37:11.594530  8309 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:11.596004  8342 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:11.608285  8229 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:11.610436  8342 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:11.665488  8364 raft_consensus.cc:493] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:11.666090  8364 raft_consensus.cc:515] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.668291  8364 leader_election.cc:290] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517)
I20260630 12:37:11.679255  8342 raft_consensus.cc:493] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:11.679996  8342 raft_consensus.cc:515] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.679989  8229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185" is_pre_election: true
I20260630 12:37:11.680377  8148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" is_pre_election: true
I20260630 12:37:11.681416  8229 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4856e6bd67f34e9dbe0bcf7fc070b369 in term 1.
I20260630 12:37:11.681674  8148 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4856e6bd67f34e9dbe0bcf7fc070b369 in term 1.
I20260630 12:37:11.682914  8229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185" is_pre_election: true
I20260630 12:37:11.683238  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" is_pre_election: true
I20260630 12:37:11.683430  8342 leader_election.cc:290] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.683135  8271 leader_election.cc:304] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [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: 3cb2f039be584a0bb29b46a58ed20185, 4856e6bd67f34e9dbe0bcf7fc070b369; no voters: 
I20260630 12:37:11.684010  8229 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 1.
I20260630 12:37:11.684329  8309 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 1.
I20260630 12:37:11.685921  8110 leader_election.cc:304] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 
I20260630 12:37:11.686456  8364 raft_consensus.cc:2804] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:11.687353  8364 raft_consensus.cc:493] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:11.687384  8342 raft_consensus.cc:2804] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:11.688146  8364 raft_consensus.cc:3060] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.688535  8342 raft_consensus.cc:493] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:11.689307  8342 raft_consensus.cc:3060] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.694353  8364 raft_consensus.cc:515] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.694412  8342 raft_consensus.cc:515] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.696367  8364 leader_election.cc:290] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [CANDIDATE]: Term 2 election: Requested vote from peers f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655), 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517)
I20260630 12:37:11.696581  8342 leader_election.cc:290] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [CANDIDATE]: Term 2 election: Requested vote from peers 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517), 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455)
I20260630 12:37:11.696988  8148 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7"
I20260630 12:37:11.697886  8229 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185"
I20260630 12:37:11.697969  8309 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369"
I20260630 12:37:11.698230  8148 raft_consensus.cc:2393] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 4856e6bd67f34e9dbe0bcf7fc070b369 in current term 2: Already voted for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in this term.
I20260630 12:37:11.698704  8229 raft_consensus.cc:3060] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:11.698900  8228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e2f51090b1e473d9dd98414b675b8c0" candidate_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3cb2f039be584a0bb29b46a58ed20185"
I20260630 12:37:11.699361  8309 raft_consensus.cc:2393] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in current term 2: Already voted for candidate 4856e6bd67f34e9dbe0bcf7fc070b369 in this term.
I20260630 12:37:11.701027  8271 leader_election.cc:304] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 4856e6bd67f34e9dbe0bcf7fc070b369; no voters: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7
I20260630 12:37:11.702203  8364 raft_consensus.cc:2749] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:37:11.704623  8229 raft_consensus.cc:2468] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f3ee17ddd0e54ef6b840c1773a3bccc7 in term 2.
I20260630 12:37:11.705691  8110 leader_election.cc:304] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: 3cb2f039be584a0bb29b46a58ed20185, f3ee17ddd0e54ef6b840c1773a3bccc7; no voters: 4856e6bd67f34e9dbe0bcf7fc070b369
I20260630 12:37:11.706473  8342 raft_consensus.cc:2804] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:11.706966  8342 raft_consensus.cc:697] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 LEADER]: Becoming Leader. State: Replica: f3ee17ddd0e54ef6b840c1773a3bccc7, State: Running, Role: LEADER
I20260630 12:37:11.707656  8342 consensus_queue.cc:237] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } }
I20260630 12:37:11.715391  7681 catalog_manager.cc:5697] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 reported cstate change: term changed from 1 to 2, leader changed from 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2) to f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1). New cstate: current_term: 2 leader_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:11.913980  8148 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:11.915402  8353 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:11.925753  8309 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:11.927559  8357 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:12.060153  8148 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:12.061535  8357 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:12.072877  8309 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:12.074463  8357 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:12.116271  8229 raft_consensus.cc:1275] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:12.117590  8342 consensus_queue.cc:1048] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:12.126686  8309 raft_consensus.cc:1275] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:12.128396  8342 consensus_queue.cc:1048] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:12.546330  8229 consensus_queue.cc:237] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
I20260630 12:37:12.553719  8148 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:12.555387  8353 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:12.561363  8309 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:12.561371  8357 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.563146  8353 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:12.563563  8148 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.567675  8309 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.577028  7680 catalog_manager.cc:5697] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New cstate: current_term: 2 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:12.578224  8229 consensus_queue.cc:237] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
W20260630 12:37:12.579936  8189 consensus_peers.cc:597] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 -> Peer 51cc9975be4e494cbd7098af1c692554 (127.0.235.4:39967): Couldn't send request to peer 51cc9975be4e494cbd7098af1c692554. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: eb63ed0a792b433cb7de8a4917f16085. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.589080  8309 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:12.589171  8148 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260630 12:37:12.590189  8189 consensus_peers.cc:597] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 -> Peer 51cc9975be4e494cbd7098af1c692554 (127.0.235.4:39967): Couldn't send request to peer 51cc9975be4e494cbd7098af1c692554. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c5dd7658ff96498f8b386403a57735c2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.591379  8353 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:12.592291  8357 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:12.598536  8357 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.600337  8309 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.603600  8148 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.611721  8147 consensus_queue.cc:237] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
I20260630 12:37:12.613269  7682 catalog_manager.cc:5697] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New cstate: current_term: 2 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:12.623632  8309 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:12.624603  8229 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:12.625471  8342 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:12.627450  8342 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:12.640307  8108 consensus_peers.cc:597] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 -> Peer 51cc9975be4e494cbd7098af1c692554 (127.0.235.4:39967): Couldn't send request to peer 51cc9975be4e494cbd7098af1c692554. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 33c32a0678dc4881bdc9377597c1998b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.641607  8347 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.643538  8229 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.643652  8308 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:12.654621  7681 catalog_manager.cc:5697] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: config changed from index -1 to 3, NON_VOTER 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) added. New cstate: current_term: 2 leader_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } } }
I20260630 12:37:13.029263  8387 ts_tablet_manager.cc:933] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: Initiating tablet copy from peer 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517)
I20260630 12:37:13.031158  8387 tablet_copy_client.cc:323] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:46517
I20260630 12:37:13.041952  8240 tablet_copy_service.cc:140] P 3cb2f039be584a0bb29b46a58ed20185: Received BeginTabletCopySession request for tablet eb63ed0a792b433cb7de8a4917f16085 from peer 51cc9975be4e494cbd7098af1c692554 ({username='slave'} at 127.0.0.1:36548)
I20260630 12:37:13.042766  8240 tablet_copy_service.cc:161] P 3cb2f039be584a0bb29b46a58ed20185: Beginning new tablet copy session on tablet eb63ed0a792b433cb7de8a4917f16085 from peer 51cc9975be4e494cbd7098af1c692554 at {username='slave'} at 127.0.0.1:36548: session id = 51cc9975be4e494cbd7098af1c692554-eb63ed0a792b433cb7de8a4917f16085
I20260630 12:37:13.051666  8240 tablet_copy_source_session.cc:215] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:13.053951  8391 ts_tablet_manager.cc:933] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: Initiating tablet copy from peer 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517)
I20260630 12:37:13.055253  8387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eb63ed0a792b433cb7de8a4917f16085. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:13.056072  8391 tablet_copy_client.cc:323] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:46517
I20260630 12:37:13.058092  8240 tablet_copy_service.cc:140] P 3cb2f039be584a0bb29b46a58ed20185: Received BeginTabletCopySession request for tablet c5dd7658ff96498f8b386403a57735c2 from peer 51cc9975be4e494cbd7098af1c692554 ({username='slave'} at 127.0.0.1:36548)
I20260630 12:37:13.058750  8240 tablet_copy_service.cc:161] P 3cb2f039be584a0bb29b46a58ed20185: Beginning new tablet copy session on tablet c5dd7658ff96498f8b386403a57735c2 from peer 51cc9975be4e494cbd7098af1c692554 at {username='slave'} at 127.0.0.1:36548: session id = 51cc9975be4e494cbd7098af1c692554-c5dd7658ff96498f8b386403a57735c2
I20260630 12:37:13.066259  8240 tablet_copy_source_session.cc:215] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:13.069605  8391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c5dd7658ff96498f8b386403a57735c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:13.070087  8387 tablet_copy_client.cc:806] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:13.071007  8387 tablet_copy_client.cc:670] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:13.074579  8387 tablet_copy_client.cc:538] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:13.080447  8387 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: Bootstrap starting.
I20260630 12:37:13.085657  8391 tablet_copy_client.cc:806] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:13.086375  8391 tablet_copy_client.cc:670] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:13.089996  8391 tablet_copy_client.cc:538] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:13.098172  8391 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: Bootstrap starting.
I20260630 12:37:13.098521  8387 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: 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:37:13.099318  8387 tablet_bootstrap.cc:492] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: Bootstrap complete.
I20260630 12:37:13.099920  8387 ts_tablet_manager.cc:1403] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260630 12:37:13.102259  8387 raft_consensus.cc:359] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
I20260630 12:37:13.103053  8387 raft_consensus.cc:740] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 51cc9975be4e494cbd7098af1c692554, State: Initialized, Role: LEARNER
I20260630 12:37:13.103662  8387 consensus_queue.cc:260] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
I20260630 12:37:13.106740  8387 ts_tablet_manager.cc:1434] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260630 12:37:13.108763  8240 tablet_copy_service.cc:342] P 3cb2f039be584a0bb29b46a58ed20185: Request end of tablet copy session 51cc9975be4e494cbd7098af1c692554-eb63ed0a792b433cb7de8a4917f16085 received from {username='slave'} at 127.0.0.1:36548
I20260630 12:37:13.109323  8240 tablet_copy_service.cc:434] P 3cb2f039be584a0bb29b46a58ed20185: ending tablet copy session 51cc9975be4e494cbd7098af1c692554-eb63ed0a792b433cb7de8a4917f16085 on tablet eb63ed0a792b433cb7de8a4917f16085 with peer 51cc9975be4e494cbd7098af1c692554
I20260630 12:37:13.126075  8391 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: 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:37:13.127066  8391 tablet_bootstrap.cc:492] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: Bootstrap complete.
I20260630 12:37:13.127854  8391 ts_tablet_manager.cc:1403] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: Time spent bootstrapping tablet: real 0.030s	user 0.023s	sys 0.007s
I20260630 12:37:13.130828  8391 raft_consensus.cc:359] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
I20260630 12:37:13.131860  8391 raft_consensus.cc:740] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 51cc9975be4e494cbd7098af1c692554, State: Initialized, Role: LEARNER
I20260630 12:37:13.132640  8391 consensus_queue.cc:260] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
I20260630 12:37:13.135144  8391 ts_tablet_manager.cc:1434] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:37:13.136970  8240 tablet_copy_service.cc:342] P 3cb2f039be584a0bb29b46a58ed20185: Request end of tablet copy session 51cc9975be4e494cbd7098af1c692554-c5dd7658ff96498f8b386403a57735c2 received from {username='slave'} at 127.0.0.1:36548
I20260630 12:37:13.137531  8240 tablet_copy_service.cc:434] P 3cb2f039be584a0bb29b46a58ed20185: ending tablet copy session 51cc9975be4e494cbd7098af1c692554-c5dd7658ff96498f8b386403a57735c2 on tablet c5dd7658ff96498f8b386403a57735c2 with peer 51cc9975be4e494cbd7098af1c692554
I20260630 12:37:13.148877  8391 ts_tablet_manager.cc:933] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: Initiating tablet copy from peer f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655)
I20260630 12:37:13.150324  8391 tablet_copy_client.cc:323] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:40655
I20260630 12:37:13.161274  8159 tablet_copy_service.cc:140] P f3ee17ddd0e54ef6b840c1773a3bccc7: Received BeginTabletCopySession request for tablet 33c32a0678dc4881bdc9377597c1998b from peer 51cc9975be4e494cbd7098af1c692554 ({username='slave'} at 127.0.0.1:50160)
I20260630 12:37:13.161864  8159 tablet_copy_service.cc:161] P f3ee17ddd0e54ef6b840c1773a3bccc7: Beginning new tablet copy session on tablet 33c32a0678dc4881bdc9377597c1998b from peer 51cc9975be4e494cbd7098af1c692554 at {username='slave'} at 127.0.0.1:50160: session id = 51cc9975be4e494cbd7098af1c692554-33c32a0678dc4881bdc9377597c1998b
I20260630 12:37:13.167423  8159 tablet_copy_source_session.cc:215] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:13.170040  8391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33c32a0678dc4881bdc9377597c1998b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:13.184432  8391 tablet_copy_client.cc:806] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:13.185070  8391 tablet_copy_client.cc:670] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:13.188530  8391 tablet_copy_client.cc:538] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:13.196820  8391 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: Bootstrap starting.
I20260630 12:37:13.217206  8391 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: 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:37:13.218250  8391 tablet_bootstrap.cc:492] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: Bootstrap complete.
I20260630 12:37:13.219022  8391 ts_tablet_manager.cc:1403] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: Time spent bootstrapping tablet: real 0.022s	user 0.018s	sys 0.005s
I20260630 12:37:13.221882  8391 raft_consensus.cc:359] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
I20260630 12:37:13.222908  8391 raft_consensus.cc:740] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 51cc9975be4e494cbd7098af1c692554, State: Initialized, Role: LEARNER
I20260630 12:37:13.223675  8391 consensus_queue.cc:260] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: true } }
I20260630 12:37:13.226233  8391 ts_tablet_manager.cc:1434] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:13.228122  8159 tablet_copy_service.cc:342] P f3ee17ddd0e54ef6b840c1773a3bccc7: Request end of tablet copy session 51cc9975be4e494cbd7098af1c692554-33c32a0678dc4881bdc9377597c1998b received from {username='slave'} at 127.0.0.1:50160
I20260630 12:37:13.228710  8159 tablet_copy_service.cc:434] P f3ee17ddd0e54ef6b840c1773a3bccc7: ending tablet copy session 51cc9975be4e494cbd7098af1c692554-33c32a0678dc4881bdc9377597c1998b on tablet 33c32a0678dc4881bdc9377597c1998b with peer 51cc9975be4e494cbd7098af1c692554
I20260630 12:37:14.257947  8063 raft_consensus.cc:1217] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:14.279331  8062 raft_consensus.cc:1217] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:14.407150  8063 raft_consensus.cc:1217] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:14.459636  8357 raft_consensus.cc:1064] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185: attempting to promote NON_VOTER 51cc9975be4e494cbd7098af1c692554 to VOTER
I20260630 12:37:14.462527  8357 consensus_queue.cc:237] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } }
I20260630 12:37:14.476260  8063 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.476750  8309 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.477428  8147 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.477609  8357 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:14.478878  8399 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:14.481307  8399 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } 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:37:14.490334  8399 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.491508  8309 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.501432  8062 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.503719  8147 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.516584  7680 catalog_manager.cc:5697] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 reported cstate change: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.551981  8229 consensus_queue.cc:237] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } }
I20260630 12:37:14.557180  8147 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:14.557210  8062 raft_consensus.cc:1275] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:14.558507  8412 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:14.559317  8399 consensus_queue.cc:1048] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } 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:37:14.565017  8399 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.567224  8147 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.570803  8062 raft_consensus.cc:2955] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.574441  7669 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet c5dd7658ff96498f8b386403a57735c2 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:14.577956  7679 catalog_manager.cc:5697] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: config changed from index 4 to 5, VOTER 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3) evicted. New cstate: current_term: 2 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:14.605211  8299 tablet_service.cc:1558] Processing DeleteTablet for tablet c5dd7658ff96498f8b386403a57735c2 with delete_type TABLET_DATA_TOMBSTONED (TS 4856e6bd67f34e9dbe0bcf7fc070b369 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:55036
I20260630 12:37:14.607295  8421 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:14.608227  8421 raft_consensus.cc:2243] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:14.609005  8421 raft_consensus.cc:2272] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:14.612118  8421 ts_tablet_manager.cc:1916] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:14.627377  8421 ts_tablet_manager.cc:1929] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:37:14.627750  8421 log.cc:1199] T c5dd7658ff96498f8b386403a57735c2 P 4856e6bd67f34e9dbe0bcf7fc070b369: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-2-root/wals/c5dd7658ff96498f8b386403a57735c2
I20260630 12:37:14.629583  7667 catalog_manager.cc:5028] TS 4856e6bd67f34e9dbe0bcf7fc070b369 (127.0.235.3:41455): tablet c5dd7658ff96498f8b386403a57735c2 (table test-workload [id=e4bb19466a354cc2a71929e57ad58e06]) successfully deleted
I20260630 12:37:14.802250  8405 raft_consensus.cc:1064] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7: attempting to promote NON_VOTER 51cc9975be4e494cbd7098af1c692554 to VOTER
I20260630 12:37:14.804113  8405 consensus_queue.cc:237] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } }
I20260630 12:37:14.810490  8309 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.810935  8062 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.810940  8229 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.811807  8405 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:14.813380  8403 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:14.814235  8404 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:14.830367  8404 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.832221  8062 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.832278  8309 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.843667  8229 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.846633  7679 catalog_manager.cc:5697] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 reported cstate change: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } attrs { replace: true } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.872805  8147 consensus_queue.cc:237] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } }
I20260630 12:37:14.876957  8062 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:14.877370  8309 raft_consensus.cc:1275] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer f3ee17ddd0e54ef6b840c1773a3bccc7: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:14.878146  8404 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } 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:37:14.879187  8406 consensus_queue.cc:1048] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:14.885308  8406 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.889010  8308 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.892066  8062 raft_consensus.cc:2955] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.896791  7666 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 33c32a0678dc4881bdc9377597c1998b with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:14.901136  7681 catalog_manager.cc:5697] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 reported cstate change: config changed from index 4 to 5, VOTER 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2) evicted. New cstate: current_term: 2 leader_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:14.911650  8219 tablet_service.cc:1558] Processing DeleteTablet for tablet 33c32a0678dc4881bdc9377597c1998b with delete_type TABLET_DATA_TOMBSTONED (TS 3cb2f039be584a0bb29b46a58ed20185 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:36556
I20260630 12:37:14.919166  8427 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:14.920045  8427 raft_consensus.cc:2243] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:14.920785  8427 raft_consensus.cc:2272] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:14.923781  8427 ts_tablet_manager.cc:1916] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:14.938555  8427 ts_tablet_manager.cc:1929] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:37:14.938898  8427 log.cc:1199] T 33c32a0678dc4881bdc9377597c1998b P 3cb2f039be584a0bb29b46a58ed20185: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-1-root/wals/33c32a0678dc4881bdc9377597c1998b
I20260630 12:37:14.940356  7669 catalog_manager.cc:5028] TS 3cb2f039be584a0bb29b46a58ed20185 (127.0.235.2:46517): tablet 33c32a0678dc4881bdc9377597c1998b (table test-workload [id=e4bb19466a354cc2a71929e57ad58e06]) successfully deleted
W20260630 12:37:14.945789  7713 debug-util.cc:398] Leaking SignalData structure 0x7b08001d11c0 after lost signal to thread 943
I20260630 12:37:14.946492  8412 raft_consensus.cc:1064] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185: attempting to promote NON_VOTER 51cc9975be4e494cbd7098af1c692554 to VOTER
W20260630 12:37:14.947027  7713 debug-util.cc:398] Leaking SignalData structure 0x7b08001808e0 after lost signal to thread 7716
W20260630 12:37:14.948487  7713 debug-util.cc:398] Leaking SignalData structure 0x7b08000e1440 after lost signal to thread 8087
I20260630 12:37:14.948412  8412 consensus_queue.cc:237] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [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: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } }
W20260630 12:37:14.951658  7713 debug-util.cc:398] Leaking SignalData structure 0x7b08001b5080 after lost signal to thread 8386
W20260630 12:37:14.952095  7713 debug-util.cc:398] Leaking SignalData structure 0x7b0800274ec0 after lost signal to thread 8394
I20260630 12:37:14.954525  8062 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 LEARNER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.957485  8147 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.957973  8308 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:14.959064  8412 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:14.960999  8412 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:14.961756  8357 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } 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:37:14.981241  8357 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.983073  8147 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:14.998279  7682 catalog_manager.cc:5697] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 reported cstate change: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:15.001550  8308 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:15.006433  8062 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 51cc9975be4e494cbd7098af1c692554 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "f3ee17ddd0e54ef6b840c1773a3bccc7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 40655 } attrs { replace: true } } peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:15.029603  8229 consensus_queue.cc:237] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [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: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } }
I20260630 12:37:15.038954  8062 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:15.039680  8308 raft_consensus.cc:1275] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Refusing update from remote peer 3cb2f039be584a0bb29b46a58ed20185: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:15.040707  8412 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:37:15.042169  8399 consensus_queue.cc:1048] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:15.049199  8412 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:15.054705  8062 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:15.052007  8309 raft_consensus.cc:2955] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:15.067337  7681 catalog_manager.cc:5697] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 reported cstate change: config changed from index 4 to 5, VOTER f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1) evicted. New cstate: current_term: 2 leader_uuid: "3cb2f039be584a0bb29b46a58ed20185" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3cb2f039be584a0bb29b46a58ed20185" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46517 } } peers { permanent_uuid: "4856e6bd67f34e9dbe0bcf7fc070b369" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41455 } } peers { permanent_uuid: "51cc9975be4e494cbd7098af1c692554" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39967 } attrs { promote: false } } }
I20260630 12:37:15.078421  8138 tablet_service.cc:1558] Processing DeleteTablet for tablet eb63ed0a792b433cb7de8a4917f16085 with delete_type TABLET_DATA_TOMBSTONED (TS f3ee17ddd0e54ef6b840c1773a3bccc7 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:57108
I20260630 12:37:15.080551  7669 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet eb63ed0a792b433cb7de8a4917f16085 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:15.081791  8433 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:15.082850  8433 raft_consensus.cc:2243] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:15.083709  8433 raft_consensus.cc:2272] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:15.086980  8433 ts_tablet_manager.cc:1916] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:15.103832  8433 ts_tablet_manager.cc:1929] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:37:15.104197  8433 log.cc:1199] T eb63ed0a792b433cb7de8a4917f16085 P f3ee17ddd0e54ef6b840c1773a3bccc7: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822834383079-940-0/minicluster-data/ts-0-root/wals/eb63ed0a792b433cb7de8a4917f16085
I20260630 12:37:15.106387  7666 catalog_manager.cc:5028] TS f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655): tablet eb63ed0a792b433cb7de8a4917f16085 (table test-workload [id=e4bb19466a354cc2a71929e57ad58e06]) successfully deleted
I20260630 12:37:17.466738   940 tablet_server.cc:179] TabletServer@127.0.235.1:40655 shutting down...
I20260630 12:37:17.511523   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:17.512518   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.513305   940 raft_consensus.cc:2243] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.515151   940 raft_consensus.cc:2272] T c5dd7658ff96498f8b386403a57735c2 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.518553   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.519049   940 raft_consensus.cc:2243] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.520021   940 raft_consensus.cc:2272] T 3e2f51090b1e473d9dd98414b675b8c0 P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.522727   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.523279   940 raft_consensus.cc:2243] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.524215   940 raft_consensus.cc:2272] T 33c32a0678dc4881bdc9377597c1998b P f3ee17ddd0e54ef6b840c1773a3bccc7 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:17.539119  8188 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:37:17.546550  8188 consensus_peers.cc:597] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 -> Peer f3ee17ddd0e54ef6b840c1773a3bccc7 (127.0.235.1:40655): Couldn't send request to peer f3ee17ddd0e54ef6b840c1773a3bccc7. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:40655: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:17.555729   940 tablet_server.cc:196] TabletServer@127.0.235.1:40655 shutdown complete.
I20260630 12:37:17.579847   940 tablet_server.cc:179] TabletServer@127.0.235.2:46517 shutting down...
I20260630 12:37:17.623584   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:17.624655   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.625667   940 raft_consensus.cc:2243] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.627009   940 raft_consensus.cc:2272] T c5dd7658ff96498f8b386403a57735c2 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.630776   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.631490   940 raft_consensus.cc:2243] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.632213   940 raft_consensus.cc:2272] T 3e2f51090b1e473d9dd98414b675b8c0 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.635684   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.636427   940 raft_consensus.cc:2243] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.637725   940 raft_consensus.cc:2272] T eb63ed0a792b433cb7de8a4917f16085 P 3cb2f039be584a0bb29b46a58ed20185 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.667677   940 tablet_server.cc:196] TabletServer@127.0.235.2:46517 shutdown complete.
I20260630 12:37:17.689723   940 tablet_server.cc:179] TabletServer@127.0.235.3:41455 shutting down...
I20260630 12:37:17.721501   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:17.722327   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.722986   940 raft_consensus.cc:2243] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.723574   940 raft_consensus.cc:2272] T 3e2f51090b1e473d9dd98414b675b8c0 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.725957   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.726552   940 raft_consensus.cc:2243] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.727723   940 raft_consensus.cc:2272] T 33c32a0678dc4881bdc9377597c1998b P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.730052   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:17.730556   940 raft_consensus.cc:2243] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.731624   940 raft_consensus.cc:2272] T eb63ed0a792b433cb7de8a4917f16085 P 4856e6bd67f34e9dbe0bcf7fc070b369 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.756359   940 tablet_server.cc:196] TabletServer@127.0.235.3:41455 shutdown complete.
I20260630 12:37:17.775915   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:37:17.804811   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:17.805682   940 tablet_replica.cc:333] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554: stopping tablet replica
I20260630 12:37:17.806660   940 raft_consensus.cc:2243] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.807495   940 raft_consensus.cc:2272] T c5dd7658ff96498f8b386403a57735c2 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.810966   940 tablet_replica.cc:333] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554: stopping tablet replica
I20260630 12:37:17.811664   940 raft_consensus.cc:2243] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.812593   940 raft_consensus.cc:2272] T 33c32a0678dc4881bdc9377597c1998b P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.815758   940 tablet_replica.cc:333] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554: stopping tablet replica
I20260630 12:37:17.816466   940 raft_consensus.cc:2243] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.817605   940 raft_consensus.cc:2272] T eb63ed0a792b433cb7de8a4917f16085 P 51cc9975be4e494cbd7098af1c692554 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.847116   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:37:17.864668   940 master.cc:562] Master@127.0.235.62:39331 shutting down...
I20260630 12:37:17.888945   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.889842   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.890292   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7d916e0d90994c9e8157a37d8aac7807: stopping tablet replica
I20260630 12:37:18.345216   940 master.cc:584] Master@127.0.235.62:39331 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (18130 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:37:18.385721   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:38045
I20260630 12:37:18.386802   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:18.392204  8437 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:18.392513  8438 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:18.394773  8440 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:18.395993   940 server_base.cc:1061] running on GCE node
I20260630 12:37:18.396991   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:18.397228   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:18.397373   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823038397357 us; error 0 us; skew 500 ppm
I20260630 12:37:18.397853   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:18.400208   940 webserver.cc:533] Webserver started at http://127.0.235.62:36117/ using document root <none> and password file <none>
I20260630 12:37:18.400637   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:18.400826   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:18.401072   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:18.402251   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "cee6e4cec13f40df82bb9986966495de"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:18.406247   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:18.409286  8445 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.409945   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:18.410288   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "cee6e4cec13f40df82bb9986966495de"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:18.410559   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:18.441027   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:18.442230   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:18.478228   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:38045
I20260630 12:37:18.478317  8496 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:38045 every 8 connection(s)
I20260630 12:37:18.482175  8497 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:18.493156  8497 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: Bootstrap starting.
I20260630 12:37:18.497574  8497 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:18.501408  8497 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: No bootstrap required, opened a new log
I20260630 12:37:18.503444  8497 raft_consensus.cc:359] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cee6e4cec13f40df82bb9986966495de" member_type: VOTER }
I20260630 12:37:18.503850  8497 raft_consensus.cc:385] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:18.504025  8497 raft_consensus.cc:740] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cee6e4cec13f40df82bb9986966495de, State: Initialized, Role: FOLLOWER
I20260630 12:37:18.504592  8497 consensus_queue.cc:260] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cee6e4cec13f40df82bb9986966495de" member_type: VOTER }
I20260630 12:37:18.505066  8497 raft_consensus.cc:399] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:18.505268  8497 raft_consensus.cc:493] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:18.505475  8497 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:18.509658  8497 raft_consensus.cc:515] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cee6e4cec13f40df82bb9986966495de" member_type: VOTER }
I20260630 12:37:18.510105  8497 leader_election.cc:304] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [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: cee6e4cec13f40df82bb9986966495de; no voters: 
I20260630 12:37:18.511184  8497 leader_election.cc:290] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:18.511575  8500 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:18.512951  8500 raft_consensus.cc:697] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 1 LEADER]: Becoming Leader. State: Replica: cee6e4cec13f40df82bb9986966495de, State: Running, Role: LEADER
I20260630 12:37:18.513664  8500 consensus_queue.cc:237] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [LEADER]: Queue going to LEADER mode. State: All 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: "cee6e4cec13f40df82bb9986966495de" member_type: VOTER }
I20260630 12:37:18.514333  8497 sys_catalog.cc:565] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:18.518383  8501 sys_catalog.cc:455] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cee6e4cec13f40df82bb9986966495de" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cee6e4cec13f40df82bb9986966495de" member_type: VOTER } }
I20260630 12:37:18.519189  8501 sys_catalog.cc:458] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:18.518991  8502 sys_catalog.cc:455] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [sys.catalog]: SysCatalogTable state changed. Reason: New leader cee6e4cec13f40df82bb9986966495de. Latest consensus state: current_term: 1 leader_uuid: "cee6e4cec13f40df82bb9986966495de" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cee6e4cec13f40df82bb9986966495de" member_type: VOTER } }
I20260630 12:37:18.520519  8502 sys_catalog.cc:458] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:18.525545  8507 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:18.533319  8507 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:18.534317   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:18.542241  8507 catalog_manager.cc:1383] Generated new cluster ID: 537d8bd724f34b99b238629c04575dc9
I20260630 12:37:18.542536  8507 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:18.557044  8507 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:18.558307  8507 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:18.575227  8507 catalog_manager.cc:6070] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: Generated new TSK 0
I20260630 12:37:18.575814  8507 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:18.600313   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:18.606343  8518 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:18.608556  8519 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:18.609256  8521 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:18.610114   940 server_base.cc:1061] running on GCE node
I20260630 12:37:18.610960   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:18.611167   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:18.611336   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823038611318 us; error 0 us; skew 500 ppm
I20260630 12:37:18.611825   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:18.613982   940 webserver.cc:533] Webserver started at http://127.0.235.1:39765/ using document root <none> and password file <none>
I20260630 12:37:18.614472   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:18.614662   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:18.614917   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:18.615949   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "6e06305b13df428cbc4fae0ea1e46d41"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:18.620122   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:18.623248  8526 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.624159   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:18.624496   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "6e06305b13df428cbc4fae0ea1e46d41"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:18.624744   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:18.647214   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:18.648335   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:18.649678   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:18.651909   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:18.652115   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.652362   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:18.652552   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.690650   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:39351
I20260630 12:37:18.690747  8588 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:39351 every 8 connection(s)
I20260630 12:37:18.695724   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:18.702826  8593 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:18.704053  8594 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:18.706606  8596 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:18.707228   940 server_base.cc:1061] running on GCE node
I20260630 12:37:18.708215   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:18.708393   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:18.708520   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823038708509 us; error 0 us; skew 500 ppm
I20260630 12:37:18.708923   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:18.711175   940 webserver.cc:533] Webserver started at http://127.0.235.2:34405/ using document root <none> and password file <none>
I20260630 12:37:18.711776   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:18.712050   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:18.712390   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:18.713621   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "ed6123a85ca649c280b38fe3bffcdaae"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:18.714563  8589 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38045
I20260630 12:37:18.714999  8589 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:18.715854  8589 heartbeater.cc:507] Master 127.0.235.62:38045 requested a full tablet report, sending...
I20260630 12:37:18.718187  8462 ts_manager.cc:194] Registered new tserver with Master: 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351)
I20260630 12:37:18.719272   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:37:18.720057  8462 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57396
I20260630 12:37:18.722824  8601 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.723601   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:18.723865   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "ed6123a85ca649c280b38fe3bffcdaae"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:18.724141   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:18.738154   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:18.739212   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:18.740572   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:18.742650   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:18.742818   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.743094   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:18.743249   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.780977   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:46647
I20260630 12:37:18.781068  8663 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:46647 every 8 connection(s)
I20260630 12:37:18.785794   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:18.792172  8667 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:18.794294  8668 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:18.797037  8670 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:18.797439   940 server_base.cc:1061] running on GCE node
I20260630 12:37:18.797591  8664 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38045
I20260630 12:37:18.798080  8664 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:18.798635   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:18.798900   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:18.798867  8664 heartbeater.cc:507] Master 127.0.235.62:38045 requested a full tablet report, sending...
I20260630 12:37:18.799342   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823038799321 us; error 0 us; skew 500 ppm
I20260630 12:37:18.799964   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:18.801409  8462 ts_manager.cc:194] Registered new tserver with Master: ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:18.802450   940 webserver.cc:533] Webserver started at http://127.0.235.3:45845/ using document root <none> and password file <none>
I20260630 12:37:18.802906   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:18.802919  8462 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57402
I20260630 12:37:18.803390   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:18.803691   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:18.804908   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "ba6b3297a9ba493a839e669d4802c859"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:18.808980   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
I20260630 12:37:18.811986  8675 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.812732   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:37:18.813028   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "ba6b3297a9ba493a839e669d4802c859"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:18.813289   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:18.834767   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:18.835832   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:18.837186   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:18.839296   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:18.839519   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.839744   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:18.839921   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:18.878306   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:40891
I20260630 12:37:18.878412  8737 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:40891 every 8 connection(s)
I20260630 12:37:18.892071  8738 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38045
I20260630 12:37:18.892495  8738 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:18.893203  8738 heartbeater.cc:507] Master 127.0.235.62:38045 requested a full tablet report, sending...
I20260630 12:37:18.895182  8462 ts_manager.cc:194] Registered new tserver with Master: ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:18.896008   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014464122s
I20260630 12:37:18.896493  8462 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57416
I20260630 12:37:19.722506  8589 heartbeater.cc:499] Master 127.0.235.62:38045 was elected leader, sending a full tablet report...
I20260630 12:37:19.805622  8664 heartbeater.cc:499] Master 127.0.235.62:38045 was elected leader, sending a full tablet report...
I20260630 12:37:19.899093  8738 heartbeater.cc:499] Master 127.0.235.62:38045 was elected leader, sending a full tablet report...
I20260630 12:37:19.948717  8462 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57420:
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:37:19.951105  8462 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:20.013062  8629 tablet_service.cc:1511] Processing CreateTablet for tablet d1fa2102e61c4fdba443c0a7283daa42 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:20.014520  8629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1fa2102e61c4fdba443c0a7283daa42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.014760  8627 tablet_service.cc:1511] Processing CreateTablet for tablet 411ef8644cdf49c69f5075e7aa82cbc8 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:20.016191  8627 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 411ef8644cdf49c69f5075e7aa82cbc8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.015944  8554 tablet_service.cc:1511] Processing CreateTablet for tablet d1fa2102e61c4fdba443c0a7283daa42 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:20.017267  8554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1fa2102e61c4fdba443c0a7283daa42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.017167  8703 tablet_service.cc:1511] Processing CreateTablet for tablet d1fa2102e61c4fdba443c0a7283daa42 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:20.018646  8703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1fa2102e61c4fdba443c0a7283daa42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.019088  8628 tablet_service.cc:1511] Processing CreateTablet for tablet 8160c3dfedc04b59a771774a51905658 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:20.020465  8628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8160c3dfedc04b59a771774a51905658. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.022294  8702 tablet_service.cc:1511] Processing CreateTablet for tablet 8160c3dfedc04b59a771774a51905658 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:20.023584  8702 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8160c3dfedc04b59a771774a51905658. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.023645  8626 tablet_service.cc:1511] Processing CreateTablet for tablet 010e317c7c9c46eda3124f55c8a739d5 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:20.026360  8701 tablet_service.cc:1511] Processing CreateTablet for tablet 411ef8644cdf49c69f5075e7aa82cbc8 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:20.026888  8553 tablet_service.cc:1511] Processing CreateTablet for tablet 8160c3dfedc04b59a771774a51905658 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:20.027676  8701 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 411ef8644cdf49c69f5075e7aa82cbc8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.028198  8553 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8160c3dfedc04b59a771774a51905658. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.030743  8700 tablet_service.cc:1511] Processing CreateTablet for tablet 010e317c7c9c46eda3124f55c8a739d5 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:20.031219  8551 tablet_service.cc:1511] Processing CreateTablet for tablet 010e317c7c9c46eda3124f55c8a739d5 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:20.032696  8552 tablet_service.cc:1511] Processing CreateTablet for tablet 411ef8644cdf49c69f5075e7aa82cbc8 (DEFAULT_TABLE table=test-workload [id=407640a41aa445e2bdf4aefa008b1c82]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:20.034003  8552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 411ef8644cdf49c69f5075e7aa82cbc8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.038301  8700 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 010e317c7c9c46eda3124f55c8a739d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.039286  8551 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 010e317c7c9c46eda3124f55c8a739d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.027268  8626 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 010e317c7c9c46eda3124f55c8a739d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.072239  8758 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:20.075752  8759 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859: Bootstrap starting.
I20260630 12:37:20.078733  8758 tablet_bootstrap.cc:654] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.073805  8760 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: Bootstrap starting.
I20260630 12:37:20.091928  8758 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: No bootstrap required, opened a new log
I20260630 12:37:20.092674  8758 ts_tablet_manager.cc:1403] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.000s
I20260630 12:37:20.096029  8758 raft_consensus.cc:359] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.096773  8758 raft_consensus.cc:385] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.097088  8758 raft_consensus.cc:740] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.097950  8758 consensus_queue.cc:260] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.104108  8760 tablet_bootstrap.cc:654] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.110405  8759 tablet_bootstrap.cc:654] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.111896  8758 ts_tablet_manager.cc:1434] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.008s
I20260630 12:37:20.113024  8758 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:20.114364  8760 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: No bootstrap required, opened a new log
I20260630 12:37:20.114876  8760 ts_tablet_manager.cc:1403] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: Time spent bootstrapping tablet: real 0.041s	user 0.007s	sys 0.010s
I20260630 12:37:20.118335  8760 raft_consensus.cc:359] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.119382  8758 tablet_bootstrap.cc:654] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.119347  8760 raft_consensus.cc:385] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.120833  8760 raft_consensus.cc:740] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.121789  8760 consensus_queue.cc:260] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.123116  8759 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859: No bootstrap required, opened a new log
I20260630 12:37:20.123775  8759 ts_tablet_manager.cc:1403] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859: Time spent bootstrapping tablet: real 0.048s	user 0.011s	sys 0.005s
I20260630 12:37:20.127547  8759 raft_consensus.cc:359] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.128741  8759 raft_consensus.cc:385] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.129330  8759 raft_consensus.cc:740] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba6b3297a9ba493a839e669d4802c859, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.130128  8760 ts_tablet_manager.cc:1434] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.009s
I20260630 12:37:20.130281  8759 consensus_queue.cc:260] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.131309  8760 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae: Bootstrap starting.
I20260630 12:37:20.133284  8758 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: No bootstrap required, opened a new log
I20260630 12:37:20.134135  8765 raft_consensus.cc:493] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.134123  8758 ts_tablet_manager.cc:1403] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.021s	user 0.006s	sys 0.012s
I20260630 12:37:20.134742  8765 raft_consensus.cc:515] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.138796  8758 raft_consensus.cc:359] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.139571  8758 raft_consensus.cc:385] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.139930  8758 raft_consensus.cc:740] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.140767  8758 consensus_queue.cc:260] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.143981  8758 ts_tablet_manager.cc:1434] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:37:20.145427  8758 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:20.147451  8760 tablet_bootstrap.cc:654] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.151772  8765 leader_election.cc:290] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:20.154316  8758 tablet_bootstrap.cc:654] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.169441  8759 ts_tablet_manager.cc:1434] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859: Time spent starting tablet: real 0.045s	user 0.013s	sys 0.026s
I20260630 12:37:20.170890  8760 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae: No bootstrap required, opened a new log
I20260630 12:37:20.171417  8760 ts_tablet_manager.cc:1403] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae: Time spent bootstrapping tablet: real 0.040s	user 0.004s	sys 0.011s
I20260630 12:37:20.174310  8760 raft_consensus.cc:359] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.175020  8760 raft_consensus.cc:385] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.175307  8760 raft_consensus.cc:740] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.178498  8760 consensus_queue.cc:260] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.178790  8564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1fa2102e61c4fdba443c0a7283daa42" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e06305b13df428cbc4fae0ea1e46d41" is_pre_election: true
I20260630 12:37:20.179888  8564 raft_consensus.cc:2468] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 0.
I20260630 12:37:20.180336  8759 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859: Bootstrap starting.
I20260630 12:37:20.182049  8604 leader_election.cc:304] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae; no voters: 
I20260630 12:37:20.183107  8765 raft_consensus.cc:2804] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.183465  8765 raft_consensus.cc:493] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.183794  8765 raft_consensus.cc:3060] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.185317  8758 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: No bootstrap required, opened a new log
I20260630 12:37:20.187429  8758 ts_tablet_manager.cc:1403] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.042s	user 0.012s	sys 0.025s
I20260630 12:37:20.191378  8765 raft_consensus.cc:515] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.191923  8759 tablet_bootstrap.cc:654] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.193223  8765 leader_election.cc:290] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 1 election: Requested vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:20.194761  8564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1fa2102e61c4fdba443c0a7283daa42" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e06305b13df428cbc4fae0ea1e46d41"
I20260630 12:37:20.194486  8758 raft_consensus.cc:359] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.195873  8713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1fa2102e61c4fdba443c0a7283daa42" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859" is_pre_election: true
I20260630 12:37:20.201496  8758 raft_consensus.cc:385] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.195307  8564 raft_consensus.cc:3060] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.196038  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1fa2102e61c4fdba443c0a7283daa42" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859"
W20260630 12:37:20.202653  8604 leader_election.cc:343] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:20.201970  8758 raft_consensus.cc:740] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
W20260630 12:37:20.204031  8604 leader_election.cc:343] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:20.204035  8758 consensus_queue.cc:260] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.205133  8760 ts_tablet_manager.cc:1434] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae: Time spent starting tablet: real 0.033s	user 0.004s	sys 0.004s
I20260630 12:37:20.209890  8564 raft_consensus.cc:2468] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 1.
I20260630 12:37:20.212378  8760 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae: Bootstrap starting.
I20260630 12:37:20.211185  8604 leader_election.cc:304] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [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: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae; no voters: ba6b3297a9ba493a839e669d4802c859
I20260630 12:37:20.214986  8765 raft_consensus.cc:2804] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.215811  8758 ts_tablet_manager.cc:1434] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.027s	user 0.008s	sys 0.000s
I20260630 12:37:20.218132  8765 raft_consensus.cc:697] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Becoming Leader. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Running, Role: LEADER
I20260630 12:37:20.219128  8765 consensus_queue.cc:237] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.221808  8760 tablet_bootstrap.cc:654] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.224534  8758 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:20.226606  8759 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859: No bootstrap required, opened a new log
I20260630 12:37:20.227164  8759 ts_tablet_manager.cc:1403] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859: Time spent bootstrapping tablet: real 0.047s	user 0.028s	sys 0.013s
I20260630 12:37:20.230552  8759 raft_consensus.cc:359] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.231307  8759 raft_consensus.cc:385] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.231655  8759 raft_consensus.cc:740] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba6b3297a9ba493a839e669d4802c859, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.232956  8758 tablet_bootstrap.cc:654] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.232149  8462 catalog_manager.cc:5697] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: term changed from 0 to 1, leader changed from <none> to ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2). New cstate: current_term: 1 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:20.232717  8759 consensus_queue.cc:260] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.235028  8759 ts_tablet_manager.cc:1434] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:20.236037  8759 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: Bootstrap starting.
I20260630 12:37:20.237196  8760 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae: No bootstrap required, opened a new log
I20260630 12:37:20.237681  8760 ts_tablet_manager.cc:1403] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.002s
I20260630 12:37:20.240283  8760 raft_consensus.cc:359] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.240805  8760 raft_consensus.cc:385] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.241071  8760 raft_consensus.cc:740] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.241701  8760 consensus_queue.cc:260] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.242352  8759 tablet_bootstrap.cc:654] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.243456  8760 ts_tablet_manager.cc:1434] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.003s
I20260630 12:37:20.244437  8760 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae: Bootstrap starting.
I20260630 12:37:20.247907  8758 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: No bootstrap required, opened a new log
I20260630 12:37:20.248415  8758 ts_tablet_manager.cc:1403] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.024s	user 0.006s	sys 0.004s
I20260630 12:37:20.251215  8758 raft_consensus.cc:359] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.251900  8758 raft_consensus.cc:385] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.252202  8758 raft_consensus.cc:740] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.253037  8758 consensus_queue.cc:260] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.255225  8759 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: No bootstrap required, opened a new log
I20260630 12:37:20.255779  8759 ts_tablet_manager.cc:1403] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260630 12:37:20.257453  8758 ts_tablet_manager.cc:1434] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.006s
I20260630 12:37:20.257849  8760 tablet_bootstrap.cc:654] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.258774  8759 raft_consensus.cc:359] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.259565  8759 raft_consensus.cc:385] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.259882  8759 raft_consensus.cc:740] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba6b3297a9ba493a839e669d4802c859, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.260834  8759 consensus_queue.cc:260] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.263834  8759 ts_tablet_manager.cc:1434] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:20.264884  8759 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859: Bootstrap starting.
I20260630 12:37:20.268829  8760 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae: No bootstrap required, opened a new log
I20260630 12:37:20.269356  8760 ts_tablet_manager.cc:1403] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.005s
I20260630 12:37:20.270370  8759 tablet_bootstrap.cc:654] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.272197  8760 raft_consensus.cc:359] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.272944  8760 raft_consensus.cc:385] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.273240  8760 raft_consensus.cc:740] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.274056  8760 consensus_queue.cc:260] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.275730  8760 ts_tablet_manager.cc:1434] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:37:20.275878  8759 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859: No bootstrap required, opened a new log
I20260630 12:37:20.276381  8759 ts_tablet_manager.cc:1403] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859: Time spent bootstrapping tablet: real 0.012s	user 0.005s	sys 0.004s
I20260630 12:37:20.278723  8762 raft_consensus.cc:493] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.278620  8759 raft_consensus.cc:359] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.279390  8759 raft_consensus.cc:385] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.279265  8762 raft_consensus.cc:515] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.279743  8759 raft_consensus.cc:740] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba6b3297a9ba493a839e669d4802c859, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.280629  8759 consensus_queue.cc:260] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.283634  8762 leader_election.cc:290] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:20.283905  8767 raft_consensus.cc:493] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.284448  8767 raft_consensus.cc:515] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.289352  8767 leader_election.cc:290] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647), 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351)
I20260630 12:37:20.289827  8767 raft_consensus.cc:493] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.290270  8767 raft_consensus.cc:515] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.293025  8767 leader_election.cc:290] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:20.311643  8759 ts_tablet_manager.cc:1434] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859: Time spent starting tablet: real 0.035s	user 0.006s	sys 0.001s
I20260630 12:37:20.316991  8639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae" is_pre_election: true
I20260630 12:37:20.317772  8639 raft_consensus.cc:2468] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e06305b13df428cbc4fae0ea1e46d41 in term 0.
I20260630 12:37:20.319010  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859" is_pre_election: true
I20260630 12:37:20.319703  8712 raft_consensus.cc:2468] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e06305b13df428cbc4fae0ea1e46d41 in term 0.
I20260630 12:37:20.321113  8529 leader_election.cc:304] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e06305b13df428cbc4fae0ea1e46d41, ba6b3297a9ba493a839e669d4802c859; no voters: 
I20260630 12:37:20.322067  8762 raft_consensus.cc:2804] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.322445  8762 raft_consensus.cc:493] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.322829  8762 raft_consensus.cc:3060] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.332389  8762 raft_consensus.cc:515] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.335335  8639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae"
I20260630 12:37:20.335484  8563 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e06305b13df428cbc4fae0ea1e46d41" is_pre_election: true
I20260630 12:37:20.335701  8564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1fa2102e61c4fdba443c0a7283daa42" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e06305b13df428cbc4fae0ea1e46d41" is_pre_election: true
I20260630 12:37:20.335956  8639 raft_consensus.cc:3060] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.336508  8564 raft_consensus.cc:2393] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ba6b3297a9ba493a839e669d4802c859 in current term 1: Already voted for candidate ed6123a85ca649c280b38fe3bffcdaae in this term.
I20260630 12:37:20.337558  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859"
I20260630 12:37:20.338208  8712 raft_consensus.cc:3060] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.336431  8563 raft_consensus.cc:2393] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate ba6b3297a9ba493a839e669d4802c859 in current term 1: Already voted for candidate 6e06305b13df428cbc4fae0ea1e46d41 in this term.
I20260630 12:37:20.334687  8762 leader_election.cc:290] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 election: Requested vote from peers ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:20.340404  8638 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d1fa2102e61c4fdba443c0a7283daa42" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae" is_pre_election: true
I20260630 12:37:20.341030  8637 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae" is_pre_election: true
I20260630 12:37:20.342187  8676 leader_election.cc:304] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [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: ba6b3297a9ba493a839e669d4802c859; no voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae
I20260630 12:37:20.343115  8767 raft_consensus.cc:3060] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.344175  8639 raft_consensus.cc:2468] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6e06305b13df428cbc4fae0ea1e46d41 in term 1.
I20260630 12:37:20.345177  8676 leader_election.cc:304] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [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: ba6b3297a9ba493a839e669d4802c859; no voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae
I20260630 12:37:20.345291  8527 leader_election.cc:304] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae; no voters: 
I20260630 12:37:20.345916  8712 raft_consensus.cc:2468] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6e06305b13df428cbc4fae0ea1e46d41 in term 1.
I20260630 12:37:20.346230  8762 raft_consensus.cc:2804] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.346717  8782 raft_consensus.cc:2749] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:20.348065  8762 raft_consensus.cc:697] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 LEADER]: Becoming Leader. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Running, Role: LEADER
I20260630 12:37:20.348802  8762 consensus_queue.cc:237] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.350188  8767 raft_consensus.cc:2749] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:20.355355  8462 catalog_manager.cc:5697] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "6e06305b13df428cbc4fae0ea1e46d41" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:20.363373  8762 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.363772  8762 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.365339  8762 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:20.365998  8639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae" is_pre_election: true
I20260630 12:37:20.366273  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859" is_pre_election: true
I20260630 12:37:20.366580  8639 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e06305b13df428cbc4fae0ea1e46d41 in term 0.
I20260630 12:37:20.366891  8712 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e06305b13df428cbc4fae0ea1e46d41 in term 0.
I20260630 12:37:20.367542  8527 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae; no voters: 
I20260630 12:37:20.368211  8762 raft_consensus.cc:2804] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.368552  8762 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.368765  8762 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.373180  8762 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.374621  8762 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 election: Requested vote from peers ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:20.375250  8639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae"
I20260630 12:37:20.375641  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859"
I20260630 12:37:20.375865  8639 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.376200  8712 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.382625  8712 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6e06305b13df428cbc4fae0ea1e46d41 in term 1.
I20260630 12:37:20.382615  8639 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6e06305b13df428cbc4fae0ea1e46d41 in term 1.
I20260630 12:37:20.383927  8527 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae; no voters: 
I20260630 12:37:20.384541  8762 raft_consensus.cc:2804] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.384991  8762 raft_consensus.cc:697] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 LEADER]: Becoming Leader. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Running, Role: LEADER
I20260630 12:37:20.385608  8762 consensus_queue.cc:237] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.392294  8462 catalog_manager.cc:5697] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "6e06305b13df428cbc4fae0ea1e46d41" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:20.529139  8510 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:20.543385  8767 raft_consensus.cc:493] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:20.543815  8767 raft_consensus.cc:515] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.545401  8767 leader_election.cc:290] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:20.546198  8563 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "010e317c7c9c46eda3124f55c8a739d5" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e06305b13df428cbc4fae0ea1e46d41" is_pre_election: true
I20260630 12:37:20.546383  8639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "010e317c7c9c46eda3124f55c8a739d5" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae" is_pre_election: true
I20260630 12:37:20.546815  8563 raft_consensus.cc:2468] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ba6b3297a9ba493a839e669d4802c859 in term 0.
I20260630 12:37:20.547000  8639 raft_consensus.cc:2468] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ba6b3297a9ba493a839e669d4802c859 in term 0.
I20260630 12:37:20.547842  8678 leader_election.cc:304] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e06305b13df428cbc4fae0ea1e46d41, ba6b3297a9ba493a839e669d4802c859; no voters: 
I20260630 12:37:20.548576  8767 raft_consensus.cc:2804] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:20.548874  8767 raft_consensus.cc:493] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:20.549137  8767 raft_consensus.cc:3060] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.553758  8767 raft_consensus.cc:515] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.555326  8767 leader_election.cc:290] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 1 election: Requested vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:20.556075  8563 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "010e317c7c9c46eda3124f55c8a739d5" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e06305b13df428cbc4fae0ea1e46d41"
I20260630 12:37:20.556246  8639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "010e317c7c9c46eda3124f55c8a739d5" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae"
I20260630 12:37:20.556564  8563 raft_consensus.cc:3060] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.556802  8639 raft_consensus.cc:3060] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.561261  8639 raft_consensus.cc:2468] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ba6b3297a9ba493a839e669d4802c859 in term 1.
I20260630 12:37:20.561378  8563 raft_consensus.cc:2468] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ba6b3297a9ba493a839e669d4802c859 in term 1.
I20260630 12:37:20.562252  8676 leader_election.cc:304] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ba6b3297a9ba493a839e669d4802c859, ed6123a85ca649c280b38fe3bffcdaae; no voters: 
I20260630 12:37:20.562916  8767 raft_consensus.cc:2804] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.563380  8767 raft_consensus.cc:697] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 1 LEADER]: Becoming Leader. State: Replica: ba6b3297a9ba493a839e669d4802c859, State: Running, Role: LEADER
I20260630 12:37:20.564129  8767 consensus_queue.cc:237] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.570516  8462 catalog_manager.cc:5697] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 reported cstate change: term changed from 0 to 1, leader changed from <none> to ba6b3297a9ba493a839e669d4802c859 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "ba6b3297a9ba493a839e669d4802c859" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:20.616587  8462 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57422:
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:37:20.644542  8552 tablet_service.cc:1511] Processing CreateTablet for tablet 37769becf0204991a3835dee64b8664a (DEFAULT_TABLE table=dugtrio [id=11f8c081b5f646278b3bc676cad2b993]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:20.645740  8552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 37769becf0204991a3835dee64b8664a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.646046  8626 tablet_service.cc:1511] Processing CreateTablet for tablet 25c1d24393e9430e8e4d710eaf11db86 (DEFAULT_TABLE table=dugtrio [id=11f8c081b5f646278b3bc676cad2b993]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:20.647305  8626 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 25c1d24393e9430e8e4d710eaf11db86. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.647377  8703 tablet_service.cc:1511] Processing CreateTablet for tablet 28b273dd3832476790a426daab6a3a5e (DEFAULT_TABLE table=dugtrio [id=11f8c081b5f646278b3bc676cad2b993]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:20.648559  8703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 28b273dd3832476790a426daab6a3a5e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.651832  8551 tablet_service.cc:1511] Processing CreateTablet for tablet 8981cf6d1e394af181b2e6c44c84b0ac (DEFAULT_TABLE table=dugtrio [id=11f8c081b5f646278b3bc676cad2b993]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:20.653009  8551 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8981cf6d1e394af181b2e6c44c84b0ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:20.660975  8758 tablet_bootstrap.cc:492] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:20.662468  8760 tablet_bootstrap.cc:492] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: Bootstrap starting.
I20260630 12:37:20.666641  8759 tablet_bootstrap.cc:492] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: Bootstrap starting.
I20260630 12:37:20.666666  8758 tablet_bootstrap.cc:654] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.668857  8760 tablet_bootstrap.cc:654] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.673867  8759 tablet_bootstrap.cc:654] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.675304  8758 tablet_bootstrap.cc:492] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: No bootstrap required, opened a new log
I20260630 12:37:20.675752  8758 ts_tablet_manager.cc:1403] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260630 12:37:20.677165  8760 tablet_bootstrap.cc:492] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: No bootstrap required, opened a new log
I20260630 12:37:20.677827  8760 ts_tablet_manager.cc:1403] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.005s
I20260630 12:37:20.678099  8758 raft_consensus.cc:359] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:20.678740  8758 raft_consensus.cc:385] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.679028  8758 raft_consensus.cc:740] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.679697  8758 consensus_queue.cc:260] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:20.680217  8759 tablet_bootstrap.cc:492] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: No bootstrap required, opened a new log
I20260630 12:37:20.680322  8758 raft_consensus.cc:399] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:20.680738  8759 ts_tablet_manager.cc:1403] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.008s
I20260630 12:37:20.680663  8760 raft_consensus.cc:359] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } }
I20260630 12:37:20.680747  8758 raft_consensus.cc:493] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:20.681389  8760 raft_consensus.cc:385] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.681620  8758 raft_consensus.cc:3060] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.681783  8760 raft_consensus.cc:740] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.682734  8760 consensus_queue.cc:260] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } }
I20260630 12:37:20.683365  8760 raft_consensus.cc:399] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:20.683684  8760 raft_consensus.cc:493] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:20.683638  8759 raft_consensus.cc:359] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.684237  8760 raft_consensus.cc:3060] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.684387  8759 raft_consensus.cc:385] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.684724  8759 raft_consensus.cc:740] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba6b3297a9ba493a839e669d4802c859, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.685425  8759 consensus_queue.cc:260] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.686093  8759 raft_consensus.cc:399] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:20.686388  8759 raft_consensus.cc:493] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:20.686700  8759 raft_consensus.cc:3060] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.688020  8758 raft_consensus.cc:515] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:20.688881  8758 leader_election.cc:304] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [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: 6e06305b13df428cbc4fae0ea1e46d41; no voters: 
I20260630 12:37:20.689623  8762 raft_consensus.cc:2804] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.690109  8762 raft_consensus.cc:697] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 LEADER]: Becoming Leader. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Running, Role: LEADER
I20260630 12:37:20.690783  8762 consensus_queue.cc:237] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [LEADER]: Queue going to LEADER mode. State: All 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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:20.691612  8760 raft_consensus.cc:515] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } }
I20260630 12:37:20.692323  8760 leader_election.cc:304] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [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: ed6123a85ca649c280b38fe3bffcdaae; no voters: 
I20260630 12:37:20.693058  8765 raft_consensus.cc:2804] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.693544  8765 raft_consensus.cc:697] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Becoming Leader. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Running, Role: LEADER
I20260630 12:37:20.693454  8759 raft_consensus.cc:515] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.694206  8759 leader_election.cc:304] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [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: ba6b3297a9ba493a839e669d4802c859; no voters: 
I20260630 12:37:20.694347  8765 consensus_queue.cc:237] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Queue going to LEADER mode. State: All 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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } }
I20260630 12:37:20.694856  8759 leader_election.cc:290] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:20.695093  8767 raft_consensus.cc:2804] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.695719  8767 raft_consensus.cc:697] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 1 LEADER]: Becoming Leader. State: Replica: ba6b3297a9ba493a839e669d4802c859, State: Running, Role: LEADER
I20260630 12:37:20.695784  8758 leader_election.cc:290] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:20.696480  8767 consensus_queue.cc:237] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Queue going to LEADER mode. State: All 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: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:20.697963  8759 ts_tablet_manager.cc:1434] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: Time spent starting tablet: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:37:20.704684  8461 catalog_manager.cc:5697] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "6e06305b13df428cbc4fae0ea1e46d41" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:20.706139  8758 ts_tablet_manager.cc:1434] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.030s	user 0.017s	sys 0.000s
I20260630 12:37:20.707484  8758 tablet_bootstrap.cc:492] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:20.716282  8462 catalog_manager.cc:5697] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 reported cstate change: term changed from 0 to 1, leader changed from <none> to ba6b3297a9ba493a839e669d4802c859 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "ba6b3297a9ba493a839e669d4802c859" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:20.724071  8773 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:20.699029  8760 leader_election.cc:290] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:20.729625  8760 ts_tablet_manager.cc:1434] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: Time spent starting tablet: real 0.051s	user 0.007s	sys 0.008s
I20260630 12:37:20.732795  8758 tablet_bootstrap.cc:654] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:20.733428  8762 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.755491  8462 catalog_manager.cc:5697] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: term changed from 0 to 1, leader changed from <none> to ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2). New cstate: current_term: 1 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:20.766916  8765 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:20.810214  8762 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:20.814829  8758 tablet_bootstrap.cc:492] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: No bootstrap required, opened a new log
I20260630 12:37:20.815506  8758 ts_tablet_manager.cc:1403] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.108s	user 0.041s	sys 0.043s
I20260630 12:37:20.816035  8762 consensus_queue.cc:1048] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.818598  8758 raft_consensus.cc:359] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:20.819237  8758 raft_consensus.cc:385] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:20.819711  8758 raft_consensus.cc:740] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:20.820710  8758 consensus_queue.cc:260] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:20.821625  8758 raft_consensus.cc:399] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:20.822085  8758 raft_consensus.cc:493] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:20.822547  8758 raft_consensus.cc:3060] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:20.831333  8758 raft_consensus.cc:515] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:20.832099  8758 leader_election.cc:304] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [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: 6e06305b13df428cbc4fae0ea1e46d41; no voters: 
I20260630 12:37:20.832890  8762 raft_consensus.cc:2804] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:20.833422  8762 raft_consensus.cc:697] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 LEADER]: Becoming Leader. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Running, Role: LEADER
I20260630 12:37:20.834167  8758 leader_election.cc:290] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:20.834146  8762 consensus_queue.cc:237] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [LEADER]: Queue going to LEADER mode. State: All 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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:20.839955  8758 ts_tablet_manager.cc:1434] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.024s	user 0.017s	sys 0.000s
I20260630 12:37:20.842810  8460 catalog_manager.cc:5697] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "6e06305b13df428cbc4fae0ea1e46d41" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:20.847150  8762 consensus_queue.cc:1048] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:20.871924   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:37:20.891402   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:20.892225   940 tablet_replica.cc:333] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: stopping tablet replica
I20260630 12:37:20.892863   940 raft_consensus.cc:2243] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:20.893260   940 raft_consensus.cc:2272] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:20.895741   940 tablet_replica.cc:333] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: stopping tablet replica
I20260630 12:37:20.896236   940 raft_consensus.cc:2243] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:20.896595   940 raft_consensus.cc:2272] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:20.898870   940 tablet_replica.cc:333] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: stopping tablet replica
I20260630 12:37:20.899325   940 raft_consensus.cc:2243] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:20.899616   940 raft_consensus.cc:2272] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:20.901117   940 tablet_replica.cc:333] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: stopping tablet replica
I20260630 12:37:20.901515   940 raft_consensus.cc:2243] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:20.902307   940 raft_consensus.cc:2272] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:20.904287   940 tablet_replica.cc:333] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: stopping tablet replica
I20260630 12:37:20.904719   940 raft_consensus.cc:2243] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:20.905373   940 raft_consensus.cc:2272] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:20.907260   940 tablet_replica.cc:333] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: stopping tablet replica
I20260630 12:37:20.907693   940 raft_consensus.cc:2243] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:20.908023   940 raft_consensus.cc:2272] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:20.931818   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
W20260630 12:37:20.992693  8678 consensus_peers.cc:597] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 -> Peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Couldn't send request to peer 6e06305b13df428cbc4fae0ea1e46d41. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:21.131847  8782 consensus_queue.cc:1048] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:21.387800  8604 consensus_peers.cc:597] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae -> Peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Couldn't send request to peer 6e06305b13df428cbc4fae0ea1e46d41. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:21.604607  8767 consensus_queue.cc:579] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Leader has been unable to successfully communicate with peer 6e06305b13df428cbc4fae0ea1e46d41 for more than 1 seconds (1.040s)
I20260630 12:37:21.887480  8804 consensus_queue.cc:579] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Leader has been unable to successfully communicate with peer 6e06305b13df428cbc4fae0ea1e46d41 for more than 1 seconds (1.081s)
I20260630 12:37:21.987614  8462 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:57420:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:21.988052  8462 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:57420:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:22.001415  8462 catalog_manager.cc:5984] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: Sending DeleteTablet for 1 replicas of tablet 37769becf0204991a3835dee64b8664a
I20260630 12:37:22.002112  8462 catalog_manager.cc:5984] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: Sending DeleteTablet for 1 replicas of tablet 25c1d24393e9430e8e4d710eaf11db86
I20260630 12:37:22.002694  8462 catalog_manager.cc:5984] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: Sending DeleteTablet for 1 replicas of tablet 28b273dd3832476790a426daab6a3a5e
I20260630 12:37:22.003414  8462 catalog_manager.cc:5984] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: Sending DeleteTablet for 1 replicas of tablet 8981cf6d1e394af181b2e6c44c84b0ac
I20260630 12:37:22.003769  8626 tablet_service.cc:1558] Processing DeleteTablet for tablet 25c1d24393e9430e8e4d710eaf11db86 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:21 UTC) from {username='slave'} at 127.0.0.1:46430
I20260630 12:37:22.004593  8703 tablet_service.cc:1558] Processing DeleteTablet for tablet 28b273dd3832476790a426daab6a3a5e with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:21 UTC) from {username='slave'} at 127.0.0.1:54498
I20260630 12:37:22.007634   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:22.019474  8839 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.020038  8836 tablet_replica.cc:333] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: stopping tablet replica
W20260630 12:37:22.022145  8840 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.023340  8836 raft_consensus.cc:2243] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:22.024331  8836 raft_consensus.cc:2272] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:22.023536  8837 tablet_replica.cc:333] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: stopping tablet replica
W20260630 12:37:22.024744  8448 catalog_manager.cc:4755] TS 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 37769becf0204991a3835dee64b8664a: Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111)
I20260630 12:37:22.026837  8837 raft_consensus.cc:2243] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:22.026918   940 server_base.cc:1061] running on GCE node
I20260630 12:37:22.027467  8836 ts_tablet_manager.cc:1916] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260630 12:37:22.026772  8843 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.027707  8837 raft_consensus.cc:2272] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:22.028687   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:22.028967   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:22.029177   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823042029158 us; error 0 us; skew 500 ppm
I20260630 12:37:22.029932   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:22.030680  8837 ts_tablet_manager.cc:1916] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:22.032891   940 webserver.cc:533] Webserver started at http://127.0.235.4:38795/ using document root <none> and password file <none>
I20260630 12:37:22.033543   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:22.033795   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:22.034123   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:22.035508   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "9cb83079bea94e9a9b8decdb27d00089"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-47x1"
I20260630 12:37:22.039258  8836 ts_tablet_manager.cc:1929] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:22.039631  8836 log.cc:1199] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-1-root/wals/25c1d24393e9430e8e4d710eaf11db86
I20260630 12:37:22.040285  8836 ts_tablet_manager.cc:1950] T 25c1d24393e9430e8e4d710eaf11db86 P ed6123a85ca649c280b38fe3bffcdaae: Deleting consensus metadata
I20260630 12:37:22.041285   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260630 12:37:22.043002  8446 catalog_manager.cc:5028] TS ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647): tablet 25c1d24393e9430e8e4d710eaf11db86 (table dugtrio [id=11f8c081b5f646278b3bc676cad2b993]) successfully deleted
I20260630 12:37:22.045511  8847 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.045641  8837 ts_tablet_manager.cc:1929] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:22.046123  8837 log.cc:1199] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-2-root/wals/28b273dd3832476790a426daab6a3a5e
I20260630 12:37:22.046423   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:22.046689   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "9cb83079bea94e9a9b8decdb27d00089"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-47x1"
I20260630 12:37:22.046797  8837 ts_tablet_manager.cc:1950] T 28b273dd3832476790a426daab6a3a5e P ba6b3297a9ba493a839e669d4802c859: Deleting consensus metadata
I20260630 12:37:22.046943   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:22.049314  8448 catalog_manager.cc:5028] TS ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891): tablet 28b273dd3832476790a426daab6a3a5e (table dugtrio [id=11f8c081b5f646278b3bc676cad2b993]) successfully deleted
I20260630 12:37:22.062953   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:22.063953   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:22.065249   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:22.067433   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:22.067597   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.067907   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:22.068076   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.106832   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:35637
I20260630 12:37:22.106904  8909 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:35637 every 8 connection(s)
I20260630 12:37:22.110730   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:22.117853  8913 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:22.121547  8914 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.122504   940 server_base.cc:1061] running on GCE node
W20260630 12:37:22.123473  8916 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.124089  8910 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38045
I20260630 12:37:22.124460  8910 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:22.124586   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:22.124904   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:22.125105   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823042125078 us; error 0 us; skew 500 ppm
I20260630 12:37:22.125268  8910 heartbeater.cc:507] Master 127.0.235.62:38045 requested a full tablet report, sending...
I20260630 12:37:22.125769   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:22.128445  8462 ts_manager.cc:194] Registered new tserver with Master: 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4:35637)
I20260630 12:37:22.128448   940 webserver.cc:533] Webserver started at http://127.0.235.1:39765/ using document root <none> and password file <none>
I20260630 12:37:22.129344   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:22.129616   940 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:22.130326  8462 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57440
I20260630 12:37:22.133490   940 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:37:22.136853  8921 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.137562   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:22.137835   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "6e06305b13df428cbc4fae0ea1e46d41"
format_stamp: "Formatted at 2026-06-30 12:37:18 on dist-test-slave-47x1"
I20260630 12:37:22.138160   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:22.150522   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:22.151435   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:22.152644   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:22.156100  8929 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
I20260630 12:37:22.182667   940 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:37:22.182960   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.028s	user 0.000s	sys 0.002s
I20260630 12:37:22.183233   940 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
I20260630 12:37:22.187296  8929 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:22.197139  8929 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: 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:37:22.197877  8929 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap complete.
I20260630 12:37:22.198534  8929 ts_tablet_manager.cc:1403] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.011s	user 0.010s	sys 0.000s
I20260630 12:37:22.200525  8929 raft_consensus.cc:359] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.201033  8929 raft_consensus.cc:740] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:22.201579  8929 consensus_queue.cc:260] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.203850  8929 ts_tablet_manager.cc:1434] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:37:22.203864   940 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:37:22.204311   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.021s	user 0.017s	sys 0.005s
I20260630 12:37:22.204648  8929 tablet_bootstrap.cc:492] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:22.219981  8929 tablet_bootstrap.cc:492] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: 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:37:22.220762  8929 tablet_bootstrap.cc:492] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap complete.
I20260630 12:37:22.221294  8929 ts_tablet_manager.cc:1403] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.000s
I20260630 12:37:22.223762  8929 raft_consensus.cc:359] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:22.224351  8929 raft_consensus.cc:740] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:22.225075  8929 consensus_queue.cc:260] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:22.225756  8929 raft_consensus.cc:399] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:22.226323  8929 raft_consensus.cc:493] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:22.226771  8929 raft_consensus.cc:3060] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:22.234135  8929 raft_consensus.cc:515] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:22.234798  8929 leader_election.cc:304] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [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: 6e06305b13df428cbc4fae0ea1e46d41; no voters: 
I20260630 12:37:22.235486  8931 raft_consensus.cc:2804] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:22.237425  8639 consensus_queue.cc:237] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:22.241415  8929 leader_election.cc:290] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:22.244776  8929 ts_tablet_manager.cc:1434] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.023s	user 0.019s	sys 0.000s
I20260630 12:37:22.245651  8929 tablet_bootstrap.cc:492] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:22.250036  8931 raft_consensus.cc:697] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 LEADER]: Becoming Leader. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Running, Role: LEADER
I20260630 12:37:22.250789  8931 consensus_queue.cc:237] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:22.251106  8712 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:22.252864  8804 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:22.268811  8713 consensus_queue.cc:237] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
W20260630 12:37:22.284092  8604 consensus_peers.cc:597] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae -> Peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Couldn't send request to peer 6e06305b13df428cbc4fae0ea1e46d41. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:22.287111  8826 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:22.291656  8926 raft_consensus.cc:493] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 6e06305b13df428cbc4fae0ea1e46d41)
I20260630 12:37:22.292411  8926 raft_consensus.cc:515] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.297578  8712 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
W20260630 12:37:22.301694  8678 leader_election.cc:336] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111)
I20260630 12:37:22.304203  8639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae" is_pre_election: true
I20260630 12:37:22.306468  8676 leader_election.cc:304] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [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: ba6b3297a9ba493a839e669d4802c859; no voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae
I20260630 12:37:22.307904  8926 leader_election.cc:290] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:22.320401  8825 raft_consensus.cc:493] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 6e06305b13df428cbc4fae0ea1e46d41)
I20260630 12:37:22.321722  8825 raft_consensus.cc:515] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.319804  8926 raft_consensus.cc:2749] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:22.324757  8825 leader_election.cc:290] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:22.327728  8446 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet d1fa2102e61c4fdba443c0a7283daa42 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:37:22.338632  8711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859" is_pre_election: true
I20260630 12:37:22.339443  8711 raft_consensus.cc:2468] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 1.
W20260630 12:37:22.341009  8604 leader_election.cc:336] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111)
I20260630 12:37:22.343122  8604 leader_election.cc:304] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [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: ba6b3297a9ba493a839e669d4802c859, ed6123a85ca649c280b38fe3bffcdaae; no voters: 6e06305b13df428cbc4fae0ea1e46d41
I20260630 12:37:22.343452  8639 raft_consensus.cc:1275] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Refusing update from remote peer ba6b3297a9ba493a839e669d4802c859: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:22.348191  8825 raft_consensus.cc:2804] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:22.343504  8804 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 6e06305b13df428cbc4fae0ea1e46d41)
I20260630 12:37:22.350129  8825 raft_consensus.cc:493] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Starting leader election (detected failure of leader 6e06305b13df428cbc4fae0ea1e46d41)
I20260630 12:37:22.350605  8825 raft_consensus.cc:3060] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:22.349843  8804 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.356711  8804 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:22.359238  8825 raft_consensus.cc:515] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.361459  8825 leader_election.cc:290] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 election: Requested vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:22.363968  8970 consensus_queue.cc:1048] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:37:22.364171  8604 consensus_peers.cc:597] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae -> Peer 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4:35637): Couldn't send request to peer 9cb83079bea94e9a9b8decdb27d00089. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d1fa2102e61c4fdba443c0a7283daa42. This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:22.369386  8678 consensus_peers.cc:597] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 -> Peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Couldn't send request to peer 6e06305b13df428cbc4fae0ea1e46d41. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:22.371346  8970 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 6e06305b13df428cbc4fae0ea1e46d41)
I20260630 12:37:22.372020  8970 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.374325  8929 tablet_bootstrap.cc:492] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: 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:37:22.375605  8929 tablet_bootstrap.cc:492] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap complete.
I20260630 12:37:22.376490  8929 ts_tablet_manager.cc:1403] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.131s	user 0.014s	sys 0.006s
I20260630 12:37:22.379801  8929 raft_consensus.cc:359] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:22.380475  8929 raft_consensus.cc:740] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:22.381489  8970 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:22.381311  8929 consensus_queue.cc:260] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:22.386374  8929 raft_consensus.cc:399] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:22.387670  8929 raft_consensus.cc:493] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:22.388164  8929 raft_consensus.cc:3060] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:22.392674  8604 leader_election.cc:336] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111)
W20260630 12:37:22.393442  8604 leader_election.cc:336] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111)
I20260630 12:37:22.394976  8462 catalog_manager.cc:5697] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: config changed from index -1 to 2, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:22.402477  8713 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859" is_pre_election: true
I20260630 12:37:22.403144  8713 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 1.
I20260630 12:37:22.403215  8929 raft_consensus.cc:515] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:22.403908  8929 leader_election.cc:304] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [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: 6e06305b13df428cbc4fae0ea1e46d41; no voters: 
I20260630 12:37:22.404778  8711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8160c3dfedc04b59a771774a51905658" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859"
I20260630 12:37:22.405350  8711 raft_consensus.cc:3060] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:22.412277  8711 raft_consensus.cc:2468] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 2.
W20260630 12:37:22.417227  8678 leader_election.cc:336] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111)
I20260630 12:37:22.420976  8637 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae" is_pre_election: true
I20260630 12:37:22.421356  8604 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [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: ba6b3297a9ba493a839e669d4802c859, ed6123a85ca649c280b38fe3bffcdaae; no voters: 6e06305b13df428cbc4fae0ea1e46d41
W20260630 12:37:22.421769  8678 consensus_peers.cc:597] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 -> Peer 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4:35637): Couldn't send request to peer 9cb83079bea94e9a9b8decdb27d00089. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 010e317c7c9c46eda3124f55c8a739d5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:22.425552  8604 leader_election.cc:304] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [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: ba6b3297a9ba493a839e669d4802c859, ed6123a85ca649c280b38fe3bffcdaae; no voters: 6e06305b13df428cbc4fae0ea1e46d41
I20260630 12:37:22.421674  8637 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ba6b3297a9ba493a839e669d4802c859 in term 1.
I20260630 12:37:22.426826  8825 raft_consensus.cc:2804] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:22.426985  8972 raft_consensus.cc:2804] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:22.427392  8825 raft_consensus.cc:697] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 2 LEADER]: Becoming Leader. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Running, Role: LEADER
I20260630 12:37:22.428299  8825 consensus_queue.cc:237] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.429816  8972 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Starting leader election (detected failure of leader 6e06305b13df428cbc4fae0ea1e46d41)
I20260630 12:37:22.430660  8972 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:22.431243  8975 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:22.438257  8929 leader_election.cc:290] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:22.438412  8676 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [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: ba6b3297a9ba493a839e669d4802c859, ed6123a85ca649c280b38fe3bffcdaae; no voters: 6e06305b13df428cbc4fae0ea1e46d41
I20260630 12:37:22.440284  8970 raft_consensus.cc:2804] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:22.440845  8970 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 6e06305b13df428cbc4fae0ea1e46d41)
I20260630 12:37:22.440865  8929 ts_tablet_manager.cc:1434] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.064s	user 0.019s	sys 0.001s
I20260630 12:37:22.440337  8462 catalog_manager.cc:5697] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: term changed from 1 to 2, leader changed from 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1) to ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2). New cstate: current_term: 2 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:22.441552  8970 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:22.442293  8929 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:22.443220  8637 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:22.444248  8972 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.438462  8957 raft_consensus.cc:2804] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:22.448273  8957 raft_consensus.cc:697] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 LEADER]: Becoming Leader. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Running, Role: LEADER
I20260630 12:37:22.448871  8972 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 election: Requested vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:22.449072  8957 consensus_queue.cc:237] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } }
I20260630 12:37:22.449424  8970 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.451599  8970 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 2 election: Requested vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:22.453099  8448 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 010e317c7c9c46eda3124f55c8a739d5 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:37:22.454871  8639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "ba6b3297a9ba493a839e669d4802c859" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae"
I20260630 12:37:22.454918  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859"
I20260630 12:37:22.455699  8639 raft_consensus.cc:2393] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate ba6b3297a9ba493a839e669d4802c859 in current term 2: Already voted for candidate ed6123a85ca649c280b38fe3bffcdaae in this term.
I20260630 12:37:22.455940  8712 raft_consensus.cc:2393] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate ed6123a85ca649c280b38fe3bffcdaae in current term 2: Already voted for candidate ba6b3297a9ba493a839e669d4802c859 in this term.
I20260630 12:37:22.457449  8460 catalog_manager.cc:5697] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 reported cstate change: config changed from index -1 to 2, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "ba6b3297a9ba493a839e669d4802c859" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:22.459522  8678 leader_election.cc:336] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111)
I20260630 12:37:22.459992  8678 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: ba6b3297a9ba493a839e669d4802c859; no voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae
I20260630 12:37:22.464547  8970 raft_consensus.cc:2749] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
W20260630 12:37:22.471349  8604 leader_election.cc:336] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111)
I20260630 12:37:22.471995  8604 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: ed6123a85ca649c280b38fe3bffcdaae; no voters: 6e06305b13df428cbc4fae0ea1e46d41, ba6b3297a9ba493a839e669d4802c859
I20260630 12:37:22.472990  8972 raft_consensus.cc:2749] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:37:22.486765  8929 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: 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:37:22.487907  8929 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap complete.
I20260630 12:37:22.488687  8929 ts_tablet_manager.cc:1403] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.047s	user 0.012s	sys 0.019s
I20260630 12:37:22.491493  8929 raft_consensus.cc:359] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.492178  8929 raft_consensus.cc:740] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:22.492857  8929 consensus_queue.cc:260] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.495082  8929 ts_tablet_manager.cc:1434] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260630 12:37:22.496011  8929 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:22.503350   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:39351
I20260630 12:37:22.503439  9008 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:39351 every 8 connection(s)
I20260630 12:37:22.511654  8929 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: 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:37:22.512447  8929 tablet_bootstrap.cc:492] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap complete.
I20260630 12:37:22.513054  8929 ts_tablet_manager.cc:1403] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.000s
I20260630 12:37:22.515434  8929 raft_consensus.cc:359] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.516081  8929 raft_consensus.cc:740] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:22.516752  8929 consensus_queue.cc:260] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.518522  8929 ts_tablet_manager.cc:1434] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:37:22.519297  8929 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap starting.
I20260630 12:37:22.520483  9009 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38045
I20260630 12:37:22.520830  9009 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:22.521493  9009 heartbeater.cc:507] Master 127.0.235.62:38045 requested a full tablet report, sending...
I20260630 12:37:22.525307  8462 ts_manager.cc:194] Re-registered known tserver with Master: 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351)
I20260630 12:37:22.530781  8929 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: 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:37:22.531486  8929 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: Bootstrap complete.
I20260630 12:37:22.531703  8462 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57454
I20260630 12:37:22.531991  8929 ts_tablet_manager.cc:1403] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent bootstrapping tablet: real 0.013s	user 0.003s	sys 0.008s
I20260630 12:37:22.534116  9009 heartbeater.cc:499] Master 127.0.235.62:38045 was elected leader, sending a full tablet report...
I20260630 12:37:22.533989  8929 raft_consensus.cc:359] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.534633  8929 raft_consensus.cc:740] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e06305b13df428cbc4fae0ea1e46d41, State: Initialized, Role: FOLLOWER
I20260630 12:37:22.535168  8929 consensus_queue.cc:260] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:22.536612  8929 ts_tablet_manager.cc:1434] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41: Time spent starting tablet: real 0.004s	user 0.001s	sys 0.003s
W20260630 12:37:22.563218  8510 auto_rebalancer.cc:639] Failed to schedule move for tablet 8160c3dfedc04b59a771774a51905658: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:37:22.574658  8510 auto_rebalancer.cc:639] Failed to schedule move for tablet 411ef8644cdf49c69f5075e7aa82cbc8: Illegal state: Replica 6e06305b13df428cbc4fae0ea1e46d41 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
W20260630 12:37:22.585830  8510 auto_rebalancer.cc:639] Failed to schedule move for tablet 010e317c7c9c46eda3124f55c8a739d5: Invalid argument: Server with UUID 9cb83079bea94e9a9b8decdb27d00089 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:22.644832  8956 tablet_service.cc:1558] Processing DeleteTablet for tablet 8981cf6d1e394af181b2e6c44c84b0ac with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:21 UTC) from {username='slave'} at 127.0.0.1:44324
I20260630 12:37:22.646255  9018 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:22.646903  9018 raft_consensus.cc:2243] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:22.647378  9018 raft_consensus.cc:2272] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:22.650427  9018 ts_tablet_manager.cc:1916] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:22.660046  9018 ts_tablet_manager.cc:1929] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:22.660285  9018 log.cc:1199] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root/wals/8981cf6d1e394af181b2e6c44c84b0ac
I20260630 12:37:22.660799  9018 ts_tablet_manager.cc:1950] T 8981cf6d1e394af181b2e6c44c84b0ac P 6e06305b13df428cbc4fae0ea1e46d41: Deleting consensus metadata
I20260630 12:37:22.662905  8448 catalog_manager.cc:5028] TS 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): tablet 8981cf6d1e394af181b2e6c44c84b0ac (table dugtrio [id=11f8c081b5f646278b3bc676cad2b993]) successfully deleted
I20260630 12:37:22.691155  8956 tablet_service.cc:1558] Processing DeleteTablet for tablet 37769becf0204991a3835dee64b8664a with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:21 UTC) from {username='slave'} at 127.0.0.1:44324
I20260630 12:37:22.691913  9018 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:22.692595  9018 raft_consensus.cc:2243] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:22.693023  9018 raft_consensus.cc:2272] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:22.695514  9018 ts_tablet_manager.cc:1916] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:22.705451  9018 ts_tablet_manager.cc:1929] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:22.705770  9018 log.cc:1199] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root/wals/37769becf0204991a3835dee64b8664a
I20260630 12:37:22.706369  9018 ts_tablet_manager.cc:1950] T 37769becf0204991a3835dee64b8664a P 6e06305b13df428cbc4fae0ea1e46d41: Deleting consensus metadata
I20260630 12:37:22.708534  8448 catalog_manager.cc:5028] TS 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): tablet 37769becf0204991a3835dee64b8664a (table dugtrio [id=11f8c081b5f646278b3bc676cad2b993]) successfully deleted
I20260630 12:37:22.781353  9019 ts_tablet_manager.cc:933] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Initiating tablet copy from peer ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:22.782729  9019 tablet_copy_client.cc:323] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:46647
I20260630 12:37:22.791507  8649 tablet_copy_service.cc:140] P ed6123a85ca649c280b38fe3bffcdaae: Received BeginTabletCopySession request for tablet d1fa2102e61c4fdba443c0a7283daa42 from peer 9cb83079bea94e9a9b8decdb27d00089 ({username='slave'} at 127.0.0.1:46452)
I20260630 12:37:22.792016  8649 tablet_copy_service.cc:161] P ed6123a85ca649c280b38fe3bffcdaae: Beginning new tablet copy session on tablet d1fa2102e61c4fdba443c0a7283daa42 from peer 9cb83079bea94e9a9b8decdb27d00089 at {username='slave'} at 127.0.0.1:46452: session id = 9cb83079bea94e9a9b8decdb27d00089-d1fa2102e61c4fdba443c0a7283daa42
I20260630 12:37:22.797019  8649 tablet_copy_source_session.cc:215] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:22.799398  9019 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1fa2102e61c4fdba443c0a7283daa42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:22.809094  9019 tablet_copy_client.cc:806] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:22.809518  9019 tablet_copy_client.cc:670] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:22.812719  9019 tablet_copy_client.cc:538] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:22.819289  9019 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap starting.
I20260630 12:37:22.821771  8981 raft_consensus.cc:3060] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:22.825083  8979 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:22.827972  8981 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:22.829327  8972 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:22.842401  8712 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:22.843382  9019 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:22.844173  9019 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap complete.
I20260630 12:37:22.844051  8826 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:22.844959  9019 ts_tablet_manager.cc:1403] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.010s
I20260630 12:37:22.847894  9019 raft_consensus.cc:359] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:22.848770  9019 raft_consensus.cc:740] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9cb83079bea94e9a9b8decdb27d00089, State: Initialized, Role: LEARNER
I20260630 12:37:22.849440  9019 consensus_queue.cc:260] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:22.853271  8910 heartbeater.cc:499] Master 127.0.235.62:38045 was elected leader, sending a full tablet report...
I20260630 12:37:22.853802  9019 ts_tablet_manager.cc:1434] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.004s
I20260630 12:37:22.855526  8649 tablet_copy_service.cc:342] P ed6123a85ca649c280b38fe3bffcdaae: Request end of tablet copy session 9cb83079bea94e9a9b8decdb27d00089-d1fa2102e61c4fdba443c0a7283daa42 received from {username='slave'} at 127.0.0.1:46452
I20260630 12:37:22.855877  8649 tablet_copy_service.cc:434] P ed6123a85ca649c280b38fe3bffcdaae: ending tablet copy session 9cb83079bea94e9a9b8decdb27d00089-d1fa2102e61c4fdba443c0a7283daa42 on tablet d1fa2102e61c4fdba443c0a7283daa42 with peer 9cb83079bea94e9a9b8decdb27d00089
I20260630 12:37:22.894815  9019 ts_tablet_manager.cc:933] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: Initiating tablet copy from peer ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:22.896103  9019 tablet_copy_client.cc:323] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:40891
I20260630 12:37:22.903882  8723 tablet_copy_service.cc:140] P ba6b3297a9ba493a839e669d4802c859: Received BeginTabletCopySession request for tablet 010e317c7c9c46eda3124f55c8a739d5 from peer 9cb83079bea94e9a9b8decdb27d00089 ({username='slave'} at 127.0.0.1:54534)
I20260630 12:37:22.904342  8723 tablet_copy_service.cc:161] P ba6b3297a9ba493a839e669d4802c859: Beginning new tablet copy session on tablet 010e317c7c9c46eda3124f55c8a739d5 from peer 9cb83079bea94e9a9b8decdb27d00089 at {username='slave'} at 127.0.0.1:54534: session id = 9cb83079bea94e9a9b8decdb27d00089-010e317c7c9c46eda3124f55c8a739d5
I20260630 12:37:22.909322  8723 tablet_copy_source_session.cc:215] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:22.911721  9019 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 010e317c7c9c46eda3124f55c8a739d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:22.923892  9019 tablet_copy_client.cc:806] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:22.924433  9019 tablet_copy_client.cc:670] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:22.927801  9019 tablet_copy_client.cc:538] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:22.927948  8970 consensus_queue.cc:1050] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:22.935286  9019 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap starting.
I20260630 12:37:22.934459  8979 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:22.950847  9019 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:22.951653  9019 tablet_bootstrap.cc:492] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap complete.
I20260630 12:37:22.952184  9019 ts_tablet_manager.cc:1403] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.001s
I20260630 12:37:22.954245  9019 raft_consensus.cc:359] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:22.954843  9019 raft_consensus.cc:740] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9cb83079bea94e9a9b8decdb27d00089, State: Initialized, Role: LEARNER
I20260630 12:37:22.955360  9019 consensus_queue.cc:260] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:22.956807  9019 ts_tablet_manager.cc:1434] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: Time spent starting tablet: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:37:22.958297  8723 tablet_copy_service.cc:342] P ba6b3297a9ba493a839e669d4802c859: Request end of tablet copy session 9cb83079bea94e9a9b8decdb27d00089-010e317c7c9c46eda3124f55c8a739d5 received from {username='slave'} at 127.0.0.1:54534
I20260630 12:37:22.958695  8723 tablet_copy_service.cc:434] P ba6b3297a9ba493a839e669d4802c859: ending tablet copy session 9cb83079bea94e9a9b8decdb27d00089-010e317c7c9c46eda3124f55c8a739d5 on tablet 010e317c7c9c46eda3124f55c8a739d5 with peer 9cb83079bea94e9a9b8decdb27d00089
I20260630 12:37:23.357241  8885 raft_consensus.cc:1217] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:23.366425  8885 raft_consensus.cc:1217] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:23.419492  8637 consensus_queue.cc:237] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:23.424321  8712 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:23.424726  8979 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:23.425665  8826 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:23.427158  9035 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:23.432797  8826 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
I20260630 12:37:23.434585  8712 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
I20260630 12:37:23.435680  8979 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
I20260630 12:37:23.440914  8446 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d1fa2102e61c4fdba443c0a7283daa42 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:23.444526  8460 catalog_manager.cc:5697] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: config changed from index 2 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) evicted. New cstate: current_term: 1 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:23.468838  8875 tablet_service.cc:1558] Processing DeleteTablet for tablet d1fa2102e61c4fdba443c0a7283daa42 with delete_type TABLET_DATA_TOMBSTONED (TS 9cb83079bea94e9a9b8decdb27d00089 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:34970
I20260630 12:37:23.470186  9044 tablet_replica.cc:333] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: stopping tablet replica
I20260630 12:37:23.470856  9044 raft_consensus.cc:2243] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:23.471295  9044 raft_consensus.cc:2272] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:23.473268  9044 ts_tablet_manager.cc:1916] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:23.482901  9044 ts_tablet_manager.cc:1929] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:23.483180  9044 log.cc:1199] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-3-root/wals/d1fa2102e61c4fdba443c0a7283daa42
I20260630 12:37:23.484460  8448 catalog_manager.cc:5028] TS 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4:35637): tablet d1fa2102e61c4fdba443c0a7283daa42 (table test-workload [id=407640a41aa445e2bdf4aefa008b1c82]) successfully deleted
I20260630 12:37:23.556416  8712 consensus_queue.cc:237] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:23.561497  8637 raft_consensus.cc:1275] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Refusing update from remote peer ba6b3297a9ba493a839e669d4802c859: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:23.561551  8979 raft_consensus.cc:1275] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Refusing update from remote peer ba6b3297a9ba493a839e669d4802c859: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:23.563040  8970 consensus_queue.cc:1048] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:23.563532  9033 consensus_queue.cc:1048] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:23.569110  9033 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
I20260630 12:37:23.570868  8979 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
I20260630 12:37:23.571970  8637 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
I20260630 12:37:23.579316  8448 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 010e317c7c9c46eda3124f55c8a739d5 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:23.582711  8461 catalog_manager.cc:5697] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 reported cstate change: config changed from index 2 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) evicted. New cstate: current_term: 1 leader_uuid: "ba6b3297a9ba493a839e669d4802c859" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
I20260630 12:37:23.592832  8875 tablet_service.cc:1558] Processing DeleteTablet for tablet 010e317c7c9c46eda3124f55c8a739d5 with delete_type TABLET_DATA_TOMBSTONED (TS 9cb83079bea94e9a9b8decdb27d00089 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:34970
I20260630 12:37:23.593773  9044 tablet_replica.cc:333] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: stopping tablet replica
I20260630 12:37:23.594561  9044 raft_consensus.cc:2243] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:23.595077  9044 raft_consensus.cc:2272] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:23.597713  9044 ts_tablet_manager.cc:1916] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:23.602870  8637 consensus_queue.cc:237] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:23.608321  8712 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260630 12:37:23.608441  8604 consensus_peers.cc:597] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae -> Peer 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4:35637): Couldn't send request to peer 9cb83079bea94e9a9b8decdb27d00089. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8160c3dfedc04b59a771774a51905658. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:23.608853  8979 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260630 12:37:23.609804  9035 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:23.610529  9044 ts_tablet_manager.cc:1929] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:23.610955  9044 log.cc:1199] T 010e317c7c9c46eda3124f55c8a739d5 P 9cb83079bea94e9a9b8decdb27d00089: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-3-root/wals/010e317c7c9c46eda3124f55c8a739d5
I20260630 12:37:23.610706  8826 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:23.612304  8448 catalog_manager.cc:5028] TS 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4:35637): tablet 010e317c7c9c46eda3124f55c8a739d5 (table test-workload [id=407640a41aa445e2bdf4aefa008b1c82]) successfully deleted
I20260630 12:37:23.617169  9035 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:23.618716  8712 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:23.619246  8979 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:23.632714  8461 catalog_manager.cc:5697] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 reported cstate change: config changed from index -1 to 3, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New cstate: current_term: 2 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:23.632829  8637 consensus_queue.cc:237] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:23.639055  8979 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:37:23.639154  8604 consensus_peers.cc:597] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae -> Peer 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4:35637): Couldn't send request to peer 9cb83079bea94e9a9b8decdb27d00089. 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:37:23.640399  8826 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:23.640898  8712 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:23.642382  8826 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } 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:37:23.648893  9035 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:23.650691  8712 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:23.652819  8979 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
W20260630 12:37:23.663407  8510 auto_rebalancer.cc:639] Failed to schedule move for tablet 411ef8644cdf49c69f5075e7aa82cbc8: Illegal state: Replica 6e06305b13df428cbc4fae0ea1e46d41 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } }
I20260630 12:37:23.664225  8462 catalog_manager.cc:5697] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: config changed from index 3 to 4, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:24.126718  9047 ts_tablet_manager.cc:933] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: Initiating tablet copy from peer ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:24.128126  9047 tablet_copy_client.cc:323] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:46647
I20260630 12:37:24.129627  8649 tablet_copy_service.cc:140] P ed6123a85ca649c280b38fe3bffcdaae: Received BeginTabletCopySession request for tablet 8160c3dfedc04b59a771774a51905658 from peer 9cb83079bea94e9a9b8decdb27d00089 ({username='slave'} at 127.0.0.1:46452)
I20260630 12:37:24.130102  8649 tablet_copy_service.cc:161] P ed6123a85ca649c280b38fe3bffcdaae: Beginning new tablet copy session on tablet 8160c3dfedc04b59a771774a51905658 from peer 9cb83079bea94e9a9b8decdb27d00089 at {username='slave'} at 127.0.0.1:46452: session id = 9cb83079bea94e9a9b8decdb27d00089-8160c3dfedc04b59a771774a51905658
I20260630 12:37:24.134927  8649 tablet_copy_source_session.cc:215] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:24.137480  9047 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8160c3dfedc04b59a771774a51905658. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.147903  9047 tablet_copy_client.cc:806] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:24.148522  9047 tablet_copy_client.cc:670] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:24.148909  9038 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:24.149374  9038 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:24.151772  9038 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:24.156440  9047 tablet_copy_client.cc:538] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:24.169062  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859" is_pre_election: true
I20260630 12:37:24.169909  8712 raft_consensus.cc:2393] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6e06305b13df428cbc4fae0ea1e46d41 in current term 2: Already voted for candidate ba6b3297a9ba493a839e669d4802c859 in this term.
I20260630 12:37:24.172179  9035 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:24.172762  9047 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap starting.
I20260630 12:37:24.172673  9035 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:24.174772  9035 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:24.175428  8979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6e06305b13df428cbc4fae0ea1e46d41" is_pre_election: true
I20260630 12:37:24.176051  8979 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 1.
I20260630 12:37:24.176203  8712 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859" is_pre_election: true
I20260630 12:37:24.177296  8604 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae; no voters: 
I20260630 12:37:24.177493  8637 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "6e06305b13df428cbc4fae0ea1e46d41" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ed6123a85ca649c280b38fe3bffcdaae" is_pre_election: true
I20260630 12:37:24.178241  8637 raft_consensus.cc:2393] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6e06305b13df428cbc4fae0ea1e46d41 in current term 2: Already voted for candidate ed6123a85ca649c280b38fe3bffcdaae in this term.
I20260630 12:37:24.178231  8712 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 2.
I20260630 12:37:24.179265  9035 raft_consensus.cc:2804] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:37:24.180114  9035 raft_consensus.cc:493] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:24.180320  8922 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [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: 6e06305b13df428cbc4fae0ea1e46d41; no voters: ba6b3297a9ba493a839e669d4802c859, ed6123a85ca649c280b38fe3bffcdaae
I20260630 12:37:24.180558  9035 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:24.181165  9038 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:24.187826  9038 raft_consensus.cc:2749] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:24.187839  9035 raft_consensus.cc:515] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:24.190380  9035 leader_election.cc:290] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 3 election: Requested vote from peers 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351), ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891)
I20260630 12:37:24.191955  8711 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "ba6b3297a9ba493a839e669d4802c859"
I20260630 12:37:24.192569  8711 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:24.192638  8979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "411ef8644cdf49c69f5075e7aa82cbc8" candidate_uuid: "ed6123a85ca649c280b38fe3bffcdaae" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6e06305b13df428cbc4fae0ea1e46d41"
I20260630 12:37:24.193293  8979 raft_consensus.cc:3060] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:24.196246  9047 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: 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:37:24.197191  9047 tablet_bootstrap.cc:492] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap complete.
I20260630 12:37:24.197878  9047 ts_tablet_manager.cc:1403] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: Time spent bootstrapping tablet: real 0.025s	user 0.024s	sys 0.001s
I20260630 12:37:24.199844  8979 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 3.
I20260630 12:37:24.200870  8604 leader_election.cc:304] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e06305b13df428cbc4fae0ea1e46d41, ed6123a85ca649c280b38fe3bffcdaae; no voters: 
I20260630 12:37:24.200449  8711 raft_consensus.cc:2468] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ed6123a85ca649c280b38fe3bffcdaae in term 3.
I20260630 12:37:24.200811  9047 raft_consensus.cc:359] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:24.201866  9035 raft_consensus.cc:2804] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:24.201874  9047 raft_consensus.cc:740] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 9cb83079bea94e9a9b8decdb27d00089, State: Initialized, Role: LEARNER
I20260630 12:37:24.203012  9035 raft_consensus.cc:697] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 3 LEADER]: Becoming Leader. State: Replica: ed6123a85ca649c280b38fe3bffcdaae, State: Running, Role: LEADER
I20260630 12:37:24.203248  9047 consensus_queue.cc:260] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:24.203888  9035 consensus_queue.cc:237] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } }
I20260630 12:37:24.205875  9047 ts_tablet_manager.cc:1434] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:37:24.207906  8649 tablet_copy_service.cc:342] P ed6123a85ca649c280b38fe3bffcdaae: Request end of tablet copy session 9cb83079bea94e9a9b8decdb27d00089-8160c3dfedc04b59a771774a51905658 received from {username='slave'} at 127.0.0.1:46452
I20260630 12:37:24.208318  8649 tablet_copy_service.cc:434] P ed6123a85ca649c280b38fe3bffcdaae: ending tablet copy session 9cb83079bea94e9a9b8decdb27d00089-8160c3dfedc04b59a771774a51905658 on tablet 8160c3dfedc04b59a771774a51905658 with peer 9cb83079bea94e9a9b8decdb27d00089
I20260630 12:37:24.221994  8460 catalog_manager.cc:5697] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: term changed from 1 to 3, leader changed from 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1) to ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2). New cstate: current_term: 3 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:24.234268  9047 ts_tablet_manager.cc:933] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Initiating tablet copy from peer ed6123a85ca649c280b38fe3bffcdaae (127.0.235.2:46647)
I20260630 12:37:24.236058  9047 tablet_copy_client.cc:323] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:46647
I20260630 12:37:24.237545  8649 tablet_copy_service.cc:140] P ed6123a85ca649c280b38fe3bffcdaae: Received BeginTabletCopySession request for tablet d1fa2102e61c4fdba443c0a7283daa42 from peer 9cb83079bea94e9a9b8decdb27d00089 ({username='slave'} at 127.0.0.1:46452)
I20260630 12:37:24.238082  8649 tablet_copy_service.cc:161] P ed6123a85ca649c280b38fe3bffcdaae: Beginning new tablet copy session on tablet d1fa2102e61c4fdba443c0a7283daa42 from peer 9cb83079bea94e9a9b8decdb27d00089 at {username='slave'} at 127.0.0.1:46452: session id = 9cb83079bea94e9a9b8decdb27d00089-d1fa2102e61c4fdba443c0a7283daa42
I20260630 12:37:24.243330  8649 tablet_copy_source_session.cc:215] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:24.245242  9047 ts_tablet_manager.cc:1916] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:24.254957  9047 ts_tablet_manager.cc:1929] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:37:24.255486  9047 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d1fa2102e61c4fdba443c0a7283daa42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:24.260077  9047 tablet_copy_client.cc:806] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:24.260545  9047 tablet_copy_client.cc:670] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:24.263641  9047 tablet_copy_client.cc:538] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:24.269232  9047 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap starting.
I20260630 12:37:24.286264  9047 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: 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:37:24.286914  9047 tablet_bootstrap.cc:492] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Bootstrap complete.
I20260630 12:37:24.287451  9047 ts_tablet_manager.cc:1403] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.004s
I20260630 12:37:24.289446  9047 raft_consensus.cc:359] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:24.290073  9047 raft_consensus.cc:740] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9cb83079bea94e9a9b8decdb27d00089, State: Initialized, Role: LEARNER
I20260630 12:37:24.290601  9047 consensus_queue.cc:260] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:24.292433  9047 ts_tablet_manager.cc:1434] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:24.294047  8649 tablet_copy_service.cc:342] P ed6123a85ca649c280b38fe3bffcdaae: Request end of tablet copy session 9cb83079bea94e9a9b8decdb27d00089-d1fa2102e61c4fdba443c0a7283daa42 received from {username='slave'} at 127.0.0.1:46452
I20260630 12:37:24.294453  8649 tablet_copy_service.cc:434] P ed6123a85ca649c280b38fe3bffcdaae: ending tablet copy session 9cb83079bea94e9a9b8decdb27d00089-d1fa2102e61c4fdba443c0a7283daa42 on tablet d1fa2102e61c4fdba443c0a7283daa42 with peer 9cb83079bea94e9a9b8decdb27d00089
I20260630 12:37:24.616755  8885 raft_consensus.cc:1217] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:24.670552  8885 raft_consensus.cc:1217] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:37:24.707930  8979 raft_consensus.cc:1275] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 3 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:24.709273  9035 consensus_queue.cc:1048] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:24.722327  8711 raft_consensus.cc:1275] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 3 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260630 12:37:24.723847  9035 consensus_queue.cc:1048] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:25.092864  8826 raft_consensus.cc:1064] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: attempting to promote NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 to VOTER
I20260630 12:37:25.094708  8826 consensus_queue.cc:237] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } }
I20260630 12:37:25.101676  8885 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 LEARNER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:37:25.101823  8711 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:37:25.103355  9061 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } 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:37:25.103941  8979 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260630 12:37:25.104230  9069 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } 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:37:25.105436  8826 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:25.117035  9061 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.118853  8711 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.121464  8979 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.131732  8885 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.134783  8826 raft_consensus.cc:1064] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae: attempting to promote NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 to VOTER
I20260630 12:37:25.134553  8460 catalog_manager.cc:5697] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: config changed from index 4 to 5, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.137122  8826 consensus_queue.cc:237] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } }
I20260630 12:37:25.150772  8885 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 LEARNER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:25.152200  8711 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:25.152359  8826 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:25.154544  8979 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260630 12:37:25.155413  9035 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:25.159077  9035 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } 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:37:25.177493  9069 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.180382  8637 consensus_queue.cc:237] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } }
I20260630 12:37:25.183094  8981 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.186620  8885 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:37:25.188097  9035 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } 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:37:25.190320  8711 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.196197  8826 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ba6b3297a9ba493a839e669d4802c859 (127.0.235.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.200716  8461 catalog_manager.cc:5697] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 reported cstate change: config changed from index 3 to 4, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.208894  8979 raft_consensus.cc:1275] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260630 12:37:25.223483  8885 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ba6b3297a9ba493a839e669d4802c859 (127.0.235.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.235760  8885 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } attrs { replace: true } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.238534  9081 consensus_queue.cc:1048] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:25.237737  8462 catalog_manager.cc:5697] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 reported cstate change: config changed from index 5 to 6, VOTER ba6b3297a9ba493a839e669d4802c859 (127.0.235.3) evicted. New cstate: current_term: 1 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.243300  8981 raft_consensus.cc:2955] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER ba6b3297a9ba493a839e669d4802c859 (127.0.235.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.253239  8703 tablet_service.cc:1558] Processing DeleteTablet for tablet d1fa2102e61c4fdba443c0a7283daa42 with delete_type TABLET_DATA_TOMBSTONED (TS ba6b3297a9ba493a839e669d4802c859 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:54498
I20260630 12:37:25.262281  9084 tablet_replica.cc:333] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: stopping tablet replica
I20260630 12:37:25.262447  8446 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d1fa2102e61c4fdba443c0a7283daa42 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:25.263296  9084 raft_consensus.cc:2243] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.264951  9084 raft_consensus.cc:2272] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.268537  9084 ts_tablet_manager.cc:1916] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:25.280599  8637 consensus_queue.cc:237] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [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: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } }
I20260630 12:37:25.285071  9084 ts_tablet_manager.cc:1929] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:37:25.285396  8885 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:25.285617  9084 log.cc:1199] T d1fa2102e61c4fdba443c0a7283daa42 P ba6b3297a9ba493a839e669d4802c859: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-2-root/wals/d1fa2102e61c4fdba443c0a7283daa42
I20260630 12:37:25.285724  8711 raft_consensus.cc:1275] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Refusing update from remote peer ed6123a85ca649c280b38fe3bffcdaae: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:25.287463  8448 catalog_manager.cc:5028] TS ba6b3297a9ba493a839e669d4802c859 (127.0.235.3:40891): tablet d1fa2102e61c4fdba443c0a7283daa42 (table test-workload [id=407640a41aa445e2bdf4aefa008b1c82]) successfully deleted
I20260630 12:37:25.287628  8826 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:25.288445  9083 consensus_queue.cc:1048] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [LEADER]: Connected to new peer: Peer: permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } 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:37:25.294274  8826 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.296074  8885 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.297688  8711 raft_consensus.cc:2955] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } } }
I20260630 12:37:25.304334  8446 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8160c3dfedc04b59a771774a51905658 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:25.306358  8462 catalog_manager.cc:5697] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae reported cstate change: config changed from index 4 to 5, VOTER 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1) evicted. New cstate: current_term: 2 leader_uuid: "ed6123a85ca649c280b38fe3bffcdaae" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:25.316614  8956 tablet_service.cc:1558] Processing DeleteTablet for tablet 8160c3dfedc04b59a771774a51905658 with delete_type TABLET_DATA_TOMBSTONED (TS 6e06305b13df428cbc4fae0ea1e46d41 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:44324
I20260630 12:37:25.318706  9085 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:25.319572  9085 raft_consensus.cc:2243] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:25.320256  9085 raft_consensus.cc:2272] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:25.322860  9085 ts_tablet_manager.cc:1916] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:25.333459  9085 ts_tablet_manager.cc:1929] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:37:25.333715  9085 log.cc:1199] T 8160c3dfedc04b59a771774a51905658 P 6e06305b13df428cbc4fae0ea1e46d41: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822834383079-940-0/minicluster-data/ts-0-root/wals/8160c3dfedc04b59a771774a51905658
I20260630 12:37:25.335007  8448 catalog_manager.cc:5028] TS 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): tablet 8160c3dfedc04b59a771774a51905658 (table test-workload [id=407640a41aa445e2bdf4aefa008b1c82]) successfully deleted
W20260630 12:37:26.317408  8510 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver ba6b3297a9ba493a839e669d4802c859 not available for placement
I20260630 12:37:27.330286  8711 consensus_queue.cc:237] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [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: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } attrs { replace: true } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } }
I20260630 12:37:27.337532  8637 raft_consensus.cc:1275] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Refusing update from remote peer ba6b3297a9ba493a839e669d4802c859: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260630 12:37:27.339112  8678 consensus_peers.cc:597] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 -> Peer 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4:35637): Couldn't send request to peer 9cb83079bea94e9a9b8decdb27d00089. 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:37:27.339363  9090 consensus_queue.cc:1048] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:27.339668  8981 raft_consensus.cc:1275] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Refusing update from remote peer ba6b3297a9ba493a839e669d4802c859: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:27.341343  9090 consensus_queue.cc:1048] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:27.347882  9033 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } attrs { replace: true } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:27.349439  8637 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } attrs { replace: true } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:27.350747  8981 raft_consensus.cc:2955] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } attrs { replace: true } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:27.365023  8461 catalog_manager.cc:5697] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 reported cstate change: config changed from index 3 to 4, NON_VOTER 9cb83079bea94e9a9b8decdb27d00089 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "ba6b3297a9ba493a839e669d4802c859" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6e06305b13df428cbc4fae0ea1e46d41" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 39351 } } peers { permanent_uuid: "ed6123a85ca649c280b38fe3bffcdaae" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46647 } attrs { replace: true } } peers { permanent_uuid: "ba6b3297a9ba493a839e669d4802c859" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40891 } } peers { permanent_uuid: "9cb83079bea94e9a9b8decdb27d00089" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35637 } attrs { promote: true } } }
I20260630 12:37:27.540632   940 tablet_server.cc:179] TabletServer@127.0.235.1:39351 shutting down...
I20260630 12:37:27.570323   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:27.571307   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:27.572144   940 raft_consensus.cc:2243] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:27.573032   940 raft_consensus.cc:2272] T d1fa2102e61c4fdba443c0a7283daa42 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.576897   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:27.577502   940 raft_consensus.cc:2243] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:27.578119   940 raft_consensus.cc:2272] T 411ef8644cdf49c69f5075e7aa82cbc8 P 6e06305b13df428cbc4fae0ea1e46d41 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.581651   940 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:27.582345   940 raft_consensus.cc:2243] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:27.583367   940 raft_consensus.cc:2272] T 010e317c7c9c46eda3124f55c8a739d5 P 6e06305b13df428cbc4fae0ea1e46d41 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:27.610284  8604 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111) [suppressed 24 similar messages]
I20260630 12:37:27.613628   940 tablet_server.cc:196] TabletServer@127.0.235.1:39351 shutdown complete.
W20260630 12:37:27.616318  8604 consensus_peers.cc:597] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae -> Peer 6e06305b13df428cbc4fae0ea1e46d41 (127.0.235.1:39351): Couldn't send request to peer 6e06305b13df428cbc4fae0ea1e46d41. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:39351: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:27.648404   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:37:27.682632   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:27.683459   940 tablet_replica.cc:333] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae: stopping tablet replica
I20260630 12:37:27.684521   940 raft_consensus.cc:2243] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:27.685883   940 raft_consensus.cc:2272] T 010e317c7c9c46eda3124f55c8a739d5 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.688812   940 tablet_replica.cc:333] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae: stopping tablet replica
I20260630 12:37:27.689353   940 raft_consensus.cc:2243] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.690440   940 raft_consensus.cc:2272] T 411ef8644cdf49c69f5075e7aa82cbc8 P ed6123a85ca649c280b38fe3bffcdaae [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.692971   940 tablet_replica.cc:333] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae: stopping tablet replica
I20260630 12:37:27.693504   940 raft_consensus.cc:2243] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.694496   940 raft_consensus.cc:2272] T 8160c3dfedc04b59a771774a51905658 P ed6123a85ca649c280b38fe3bffcdaae [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.696904   940 tablet_replica.cc:333] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae: stopping tablet replica
I20260630 12:37:27.697408   940 raft_consensus.cc:2243] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.698429   940 raft_consensus.cc:2272] T d1fa2102e61c4fdba443c0a7283daa42 P ed6123a85ca649c280b38fe3bffcdaae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.725301   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:37:27.755156   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:37:27.788546   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:27.789400   940 tablet_replica.cc:333] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859: stopping tablet replica
I20260630 12:37:27.790136   940 raft_consensus.cc:2243] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:27.790728   940 raft_consensus.cc:2272] T 411ef8644cdf49c69f5075e7aa82cbc8 P ba6b3297a9ba493a839e669d4802c859 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.793313   940 tablet_replica.cc:333] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859: stopping tablet replica
I20260630 12:37:27.793812   940 raft_consensus.cc:2243] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.794809   940 raft_consensus.cc:2272] T 010e317c7c9c46eda3124f55c8a739d5 P ba6b3297a9ba493a839e669d4802c859 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.797890   940 tablet_replica.cc:333] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859: stopping tablet replica
I20260630 12:37:27.798406   940 raft_consensus.cc:2243] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:27.799233   940 raft_consensus.cc:2272] T 8160c3dfedc04b59a771774a51905658 P ba6b3297a9ba493a839e669d4802c859 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.824206   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:37:27.850400   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:37:27.876291   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:27.877166   940 tablet_replica.cc:333] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089: stopping tablet replica
I20260630 12:37:27.878088   940 raft_consensus.cc:2243] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:27.878840   940 raft_consensus.cc:2272] T d1fa2102e61c4fdba443c0a7283daa42 P 9cb83079bea94e9a9b8decdb27d00089 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.881470   940 tablet_replica.cc:333] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089: stopping tablet replica
I20260630 12:37:27.881949   940 raft_consensus.cc:2243] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:27.882671   940 raft_consensus.cc:2272] T 8160c3dfedc04b59a771774a51905658 P 9cb83079bea94e9a9b8decdb27d00089 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.906401   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:37:27.928200   940 master.cc:562] Master@127.0.235.62:38045 shutting down...
W20260630 12:37:27.947994  8510 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:37:27.949119   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:27.949594   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:27.949872   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P cee6e4cec13f40df82bb9986966495de: stopping tablet replica
I20260630 12:37:27.970359   940 master.cc:584] Master@127.0.235.62:38045 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (9625 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:37:28.011240   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:37709
I20260630 12:37:28.012336   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:28.017968  9101 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:28.018025  9102 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:28.019484  9104 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:28.020663   940 server_base.cc:1061] running on GCE node
I20260630 12:37:28.021468   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:28.021672   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:28.021838   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823048021822 us; error 0 us; skew 500 ppm
I20260630 12:37:28.022351   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:28.024703   940 webserver.cc:533] Webserver started at http://127.0.235.62:34839/ using document root <none> and password file <none>
I20260630 12:37:28.025188   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:28.025399   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:28.025666   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:28.026844   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "cabfc0de80904083ab5d31dcf4d73a19"
format_stamp: "Formatted at 2026-06-30 12:37:28 on dist-test-slave-47x1"
I20260630 12:37:28.030980   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:28.034092  9109 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.034749   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:28.035022   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "cabfc0de80904083ab5d31dcf4d73a19"
format_stamp: "Formatted at 2026-06-30 12:37:28 on dist-test-slave-47x1"
I20260630 12:37:28.035297   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:28.054754   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:28.055891   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:28.094329   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:37709
I20260630 12:37:28.094424  9160 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:37709 every 8 connection(s)
I20260630 12:37:28.098001  9161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:28.108521  9161 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19: Bootstrap starting.
I20260630 12:37:28.113055  9161 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:28.117141  9161 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19: No bootstrap required, opened a new log
I20260630 12:37:28.119221  9161 raft_consensus.cc:359] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cabfc0de80904083ab5d31dcf4d73a19" member_type: VOTER }
I20260630 12:37:28.119624  9161 raft_consensus.cc:385] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:28.119850  9161 raft_consensus.cc:740] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cabfc0de80904083ab5d31dcf4d73a19, State: Initialized, Role: FOLLOWER
I20260630 12:37:28.120496  9161 consensus_queue.cc:260] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cabfc0de80904083ab5d31dcf4d73a19" member_type: VOTER }
I20260630 12:37:28.120936  9161 raft_consensus.cc:399] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:28.121147  9161 raft_consensus.cc:493] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:28.121417  9161 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:28.125795  9161 raft_consensus.cc:515] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cabfc0de80904083ab5d31dcf4d73a19" member_type: VOTER }
I20260630 12:37:28.126318  9161 leader_election.cc:304] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [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: cabfc0de80904083ab5d31dcf4d73a19; no voters: 
I20260630 12:37:28.127357  9161 leader_election.cc:290] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:28.127737  9164 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:28.128976  9164 raft_consensus.cc:697] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 1 LEADER]: Becoming Leader. State: Replica: cabfc0de80904083ab5d31dcf4d73a19, State: Running, Role: LEADER
I20260630 12:37:28.129611  9164 consensus_queue.cc:237] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [LEADER]: Queue going to LEADER mode. State: All 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: "cabfc0de80904083ab5d31dcf4d73a19" member_type: VOTER }
I20260630 12:37:28.130255  9161 sys_catalog.cc:565] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:28.134315  9165 sys_catalog.cc:455] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cabfc0de80904083ab5d31dcf4d73a19" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cabfc0de80904083ab5d31dcf4d73a19" member_type: VOTER } }
I20260630 12:37:28.134469  9166 sys_catalog.cc:455] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cabfc0de80904083ab5d31dcf4d73a19. Latest consensus state: current_term: 1 leader_uuid: "cabfc0de80904083ab5d31dcf4d73a19" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cabfc0de80904083ab5d31dcf4d73a19" member_type: VOTER } }
I20260630 12:37:28.135226  9166 sys_catalog.cc:458] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:28.135228  9165 sys_catalog.cc:458] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:28.143654  9171 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:28.148788  9171 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:28.149842   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:28.157320  9171 catalog_manager.cc:1383] Generated new cluster ID: 049f5b2b0d9440168f7d68ebe35ba3f9
I20260630 12:37:28.157558  9171 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:28.171763  9171 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:28.172986  9171 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:28.183704  9171 catalog_manager.cc:6070] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19: Generated new TSK 0
I20260630 12:37:28.184240  9171 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:28.216892   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:28.222699  9182 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:28.223984  9183 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:28.225425  9185 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:28.226315   940 server_base.cc:1061] running on GCE node
I20260630 12:37:28.227222   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:28.227433   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:28.227605   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823048227587 us; error 0 us; skew 500 ppm
I20260630 12:37:28.228124   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:28.230386   940 webserver.cc:533] Webserver started at http://127.0.235.1:37741/ using document root <none> and password file <none>
I20260630 12:37:28.230880   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:28.231094   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:28.231355   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:28.232427   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "43ecea7806a442488e7086f196721416"
format_stamp: "Formatted at 2026-06-30 12:37:28 on dist-test-slave-47x1"
I20260630 12:37:28.236814   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:28.239933  9190 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.240643   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:28.240940   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "43ecea7806a442488e7086f196721416"
format_stamp: "Formatted at 2026-06-30 12:37:28 on dist-test-slave-47x1"
I20260630 12:37:28.241212   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:28.258539   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:28.259665   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:28.260999   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:28.263173   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:28.263387   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.263612   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:28.263799   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.301348   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:33057
I20260630 12:37:28.301447  9252 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:33057 every 8 connection(s)
I20260630 12:37:28.305869   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:28.313584  9257 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:28.315305  9258 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:28.318760   940 server_base.cc:1061] running on GCE node
W20260630 12:37:28.318722  9260 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:28.320197   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:28.320389   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:28.320624   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823048320603 us; error 0 us; skew 500 ppm
I20260630 12:37:28.321297   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:28.322789  9253 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37709
I20260630 12:37:28.323132  9253 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:28.323907  9253 heartbeater.cc:507] Master 127.0.235.62:37709 requested a full tablet report, sending...
I20260630 12:37:28.324057   940 webserver.cc:533] Webserver started at http://127.0.235.2:38799/ using document root <none> and password file <none>
I20260630 12:37:28.324626   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:28.324824   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:28.325085   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:28.326206  9126 ts_manager.cc:194] Registered new tserver with Master: 43ecea7806a442488e7086f196721416 (127.0.235.1:33057)
I20260630 12:37:28.326237   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "154e4cdb6866459987b404e6ff2e130f"
format_stamp: "Formatted at 2026-06-30 12:37:28 on dist-test-slave-47x1"
I20260630 12:37:28.328059  9126 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43950
I20260630 12:37:28.330958   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:28.334192  9265 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.334905   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:28.335191   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "154e4cdb6866459987b404e6ff2e130f"
format_stamp: "Formatted at 2026-06-30 12:37:28 on dist-test-slave-47x1"
I20260630 12:37:28.335481   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:28.346953   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:28.348026   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:28.349349   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:28.351516   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:28.351725   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.351944   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:28.352110   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.389310   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:36963
I20260630 12:37:28.389408  9327 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:36963 every 8 connection(s)
I20260630 12:37:28.394179   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:28.401341  9331 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:28.402812  9332 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:28.408987  9328 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37709
W20260630 12:37:28.409385  9334 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:28.409451  9328 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:28.409782   940 server_base.cc:1061] running on GCE node
I20260630 12:37:28.410655  9328 heartbeater.cc:507] Master 127.0.235.62:37709 requested a full tablet report, sending...
I20260630 12:37:28.410954   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:28.411223   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:28.411435   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823048411416 us; error 0 us; skew 500 ppm
I20260630 12:37:28.412191   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:28.412842  9126 ts_manager.cc:194] Registered new tserver with Master: 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963)
I20260630 12:37:28.414402  9126 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43958
I20260630 12:37:28.414922   940 webserver.cc:533] Webserver started at http://127.0.235.3:33407/ using document root <none> and password file <none>
I20260630 12:37:28.415575   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:28.415802   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:28.416095   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:28.417337   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "59de0044bd4c499cbe3624330872876b"
format_stamp: "Formatted at 2026-06-30 12:37:28 on dist-test-slave-47x1"
I20260630 12:37:28.421360   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:28.424420  9339 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.425137   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:28.425422   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "59de0044bd4c499cbe3624330872876b"
format_stamp: "Formatted at 2026-06-30 12:37:28 on dist-test-slave-47x1"
I20260630 12:37:28.425670   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:28.438983   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:28.440059   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:28.441440   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:28.443686   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:28.443857   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.444128   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:28.444289   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:28.482185   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:44363
I20260630 12:37:28.482278  9401 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:44363 every 8 connection(s)
I20260630 12:37:28.495479  9402 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37709
I20260630 12:37:28.495870  9402 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:28.496580  9402 heartbeater.cc:507] Master 127.0.235.62:37709 requested a full tablet report, sending...
I20260630 12:37:28.498508  9126 ts_manager.cc:194] Registered new tserver with Master: 59de0044bd4c499cbe3624330872876b (127.0.235.3:44363)
I20260630 12:37:28.498682   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013270607s
I20260630 12:37:28.499861  9126 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43970
I20260630 12:37:29.330726  9253 heartbeater.cc:499] Master 127.0.235.62:37709 was elected leader, sending a full tablet report...
I20260630 12:37:29.417013  9328 heartbeater.cc:499] Master 127.0.235.62:37709 was elected leader, sending a full tablet report...
I20260630 12:37:29.502326  9402 heartbeater.cc:499] Master 127.0.235.62:37709 was elected leader, sending a full tablet report...
I20260630 12:37:29.554432  9126 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43972:
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:37:29.556695  9126 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:29.625174  9293 tablet_service.cc:1511] Processing CreateTablet for tablet 155501ce9c9f4f85813f8603a6ef8c19 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:29.626644  9293 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 155501ce9c9f4f85813f8603a6ef8c19. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.626343  9291 tablet_service.cc:1511] Processing CreateTablet for tablet 1f300d9568e849de853b394e65ca0991 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:29.627032  9218 tablet_service.cc:1511] Processing CreateTablet for tablet 155501ce9c9f4f85813f8603a6ef8c19 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:29.627693  9291 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f300d9568e849de853b394e65ca0991. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.628371  9218 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 155501ce9c9f4f85813f8603a6ef8c19. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.630599  9215 tablet_service.cc:1511] Processing CreateTablet for tablet d5db5c617e9a4112b4aebb68eb2476e1 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:29.631929  9215 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5db5c617e9a4112b4aebb68eb2476e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.632287  9292 tablet_service.cc:1511] Processing CreateTablet for tablet e27d3fc03919451ab0da44ab2d1e83c8 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:29.633601  9292 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e27d3fc03919451ab0da44ab2d1e83c8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.633867  9216 tablet_service.cc:1511] Processing CreateTablet for tablet 1f300d9568e849de853b394e65ca0991 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:29.635164  9216 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f300d9568e849de853b394e65ca0991. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.631137  9290 tablet_service.cc:1511] Processing CreateTablet for tablet d5db5c617e9a4112b4aebb68eb2476e1 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:29.638674  9290 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5db5c617e9a4112b4aebb68eb2476e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.639276  9217 tablet_service.cc:1511] Processing CreateTablet for tablet e27d3fc03919451ab0da44ab2d1e83c8 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:29.640530  9217 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e27d3fc03919451ab0da44ab2d1e83c8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.647779  9367 tablet_service.cc:1511] Processing CreateTablet for tablet 155501ce9c9f4f85813f8603a6ef8c19 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:29.649065  9367 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 155501ce9c9f4f85813f8603a6ef8c19. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.655154  9366 tablet_service.cc:1511] Processing CreateTablet for tablet e27d3fc03919451ab0da44ab2d1e83c8 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:29.656431  9366 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e27d3fc03919451ab0da44ab2d1e83c8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.661099  9365 tablet_service.cc:1511] Processing CreateTablet for tablet 1f300d9568e849de853b394e65ca0991 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:29.662402  9365 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f300d9568e849de853b394e65ca0991. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.663314  9422 tablet_bootstrap.cc:492] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f: Bootstrap starting.
I20260630 12:37:29.671300  9364 tablet_service.cc:1511] Processing CreateTablet for tablet d5db5c617e9a4112b4aebb68eb2476e1 (DEFAULT_TABLE table=test-workload [id=88c2a47c41d545c6997d6fccfcf86141]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:29.672603  9364 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5db5c617e9a4112b4aebb68eb2476e1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:29.674026  9422 tablet_bootstrap.cc:654] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.678933  9422 tablet_bootstrap.cc:492] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f: No bootstrap required, opened a new log
I20260630 12:37:29.679441  9422 ts_tablet_manager.cc:1403] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.000s
I20260630 12:37:29.682284  9422 raft_consensus.cc:359] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.683039  9422 raft_consensus.cc:385] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.683362  9422 raft_consensus.cc:740] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 154e4cdb6866459987b404e6ff2e130f, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.684280  9422 consensus_queue.cc:260] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.718392  9424 tablet_bootstrap.cc:492] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416: Bootstrap starting.
I20260630 12:37:29.718601  9422 ts_tablet_manager.cc:1434] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f: Time spent starting tablet: real 0.039s	user 0.011s	sys 0.019s
I20260630 12:37:29.719772  9422 tablet_bootstrap.cc:492] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f: Bootstrap starting.
I20260630 12:37:29.723021  9426 tablet_bootstrap.cc:492] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b: Bootstrap starting.
I20260630 12:37:29.725998  9424 tablet_bootstrap.cc:654] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.726313  9422 tablet_bootstrap.cc:654] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.730511  9426 tablet_bootstrap.cc:654] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.740069  9422 tablet_bootstrap.cc:492] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f: No bootstrap required, opened a new log
I20260630 12:37:29.740860  9422 ts_tablet_manager.cc:1403] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.010s
I20260630 12:37:29.742975  9426 tablet_bootstrap.cc:492] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b: No bootstrap required, opened a new log
I20260630 12:37:29.743157  9424 tablet_bootstrap.cc:492] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416: No bootstrap required, opened a new log
I20260630 12:37:29.743435  9426 ts_tablet_manager.cc:1403] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.007s
I20260630 12:37:29.743678  9424 ts_tablet_manager.cc:1403] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.011s
I20260630 12:37:29.743907  9422 raft_consensus.cc:359] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.744658  9422 raft_consensus.cc:385] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.744943  9422 raft_consensus.cc:740] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 154e4cdb6866459987b404e6ff2e130f, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.745874  9426 raft_consensus.cc:359] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.745726  9422 consensus_queue.cc:260] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.746546  9426 raft_consensus.cc:385] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.746935  9426 raft_consensus.cc:740] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59de0044bd4c499cbe3624330872876b, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.746646  9424 raft_consensus.cc:359] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.747457  9424 raft_consensus.cc:385] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.747810  9424 raft_consensus.cc:740] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43ecea7806a442488e7086f196721416, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.748039  9422 ts_tablet_manager.cc:1434] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:29.747869  9426 consensus_queue.cc:260] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.749131  9422 tablet_bootstrap.cc:492] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f: Bootstrap starting.
I20260630 12:37:29.748780  9424 consensus_queue.cc:260] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.756883  9426 ts_tablet_manager.cc:1434] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.003s
I20260630 12:37:29.757544  9422 tablet_bootstrap.cc:654] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.757946  9426 tablet_bootstrap.cc:492] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b: Bootstrap starting.
I20260630 12:37:29.765524  9426 tablet_bootstrap.cc:654] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.767645  9422 tablet_bootstrap.cc:492] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f: No bootstrap required, opened a new log
I20260630 12:37:29.768170  9422 ts_tablet_manager.cc:1403] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.014s
I20260630 12:37:29.768512  9424 ts_tablet_manager.cc:1434] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416: Time spent starting tablet: real 0.024s	user 0.008s	sys 0.009s
I20260630 12:37:29.771073  9422 raft_consensus.cc:359] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.771862  9422 raft_consensus.cc:385] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.772218  9422 raft_consensus.cc:740] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 154e4cdb6866459987b404e6ff2e130f, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.773097  9422 consensus_queue.cc:260] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.774497  9426 tablet_bootstrap.cc:492] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b: No bootstrap required, opened a new log
I20260630 12:37:29.775030  9426 ts_tablet_manager.cc:1403] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.006s
I20260630 12:37:29.775400  9422 ts_tablet_manager.cc:1434] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:29.776520  9422 tablet_bootstrap.cc:492] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f: Bootstrap starting.
I20260630 12:37:29.777899  9426 raft_consensus.cc:359] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.778741  9426 raft_consensus.cc:385] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.779971  9426 raft_consensus.cc:740] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59de0044bd4c499cbe3624330872876b, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.780874  9424 tablet_bootstrap.cc:492] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416: Bootstrap starting.
I20260630 12:37:29.780896  9426 consensus_queue.cc:260] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.783393  9426 ts_tablet_manager.cc:1434] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:37:29.783644  9422 tablet_bootstrap.cc:654] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.784190  9426 tablet_bootstrap.cc:492] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b: Bootstrap starting.
I20260630 12:37:29.790906  9426 tablet_bootstrap.cc:654] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.795964  9426 tablet_bootstrap.cc:492] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b: No bootstrap required, opened a new log
I20260630 12:37:29.796521  9426 ts_tablet_manager.cc:1403] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b: Time spent bootstrapping tablet: real 0.013s	user 0.006s	sys 0.005s
I20260630 12:37:29.798257  9424 tablet_bootstrap.cc:654] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.799331  9426 raft_consensus.cc:359] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.800169  9426 raft_consensus.cc:385] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.800468  9426 raft_consensus.cc:740] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59de0044bd4c499cbe3624330872876b, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.801358  9426 consensus_queue.cc:260] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.802728  9422 tablet_bootstrap.cc:492] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f: No bootstrap required, opened a new log
I20260630 12:37:29.803308  9422 ts_tablet_manager.cc:1403] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f: Time spent bootstrapping tablet: real 0.027s	user 0.008s	sys 0.018s
I20260630 12:37:29.803504  9426 ts_tablet_manager.cc:1434] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:29.803900  9424 tablet_bootstrap.cc:492] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416: No bootstrap required, opened a new log
I20260630 12:37:29.804437  9424 ts_tablet_manager.cc:1403] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.003s
I20260630 12:37:29.804584  9426 tablet_bootstrap.cc:492] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b: Bootstrap starting.
I20260630 12:37:29.806430  9422 raft_consensus.cc:359] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.807236  9422 raft_consensus.cc:385] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.807722  9422 raft_consensus.cc:740] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 154e4cdb6866459987b404e6ff2e130f, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.807298  9424 raft_consensus.cc:359] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.809693  9424 raft_consensus.cc:385] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.808825  9422 consensus_queue.cc:260] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.810205  9424 raft_consensus.cc:740] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43ecea7806a442488e7086f196721416, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.811259  9424 consensus_queue.cc:260] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.811932  9426 tablet_bootstrap.cc:654] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.815330  9422 ts_tablet_manager.cc:1434] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.004s
I20260630 12:37:29.815357  9424 ts_tablet_manager.cc:1434] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:37:29.816862  9424 tablet_bootstrap.cc:492] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416: Bootstrap starting.
I20260630 12:37:29.827540  9424 tablet_bootstrap.cc:654] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.828227  9430 raft_consensus.cc:493] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:29.828744  9430 raft_consensus.cc:515] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.829149  9426 tablet_bootstrap.cc:492] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b: No bootstrap required, opened a new log
I20260630 12:37:29.829715  9426 ts_tablet_manager.cc:1403] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.012s
I20260630 12:37:29.832888  9426 raft_consensus.cc:359] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.833585  9426 raft_consensus.cc:385] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.833859  9426 raft_consensus.cc:740] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59de0044bd4c499cbe3624330872876b, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.834220  9430 leader_election.cc:290] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963), 43ecea7806a442488e7086f196721416 (127.0.235.1:33057)
I20260630 12:37:29.834631  9426 consensus_queue.cc:260] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.837414  9426 ts_tablet_manager.cc:1434] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:37:29.850860  9424 tablet_bootstrap.cc:492] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416: No bootstrap required, opened a new log
I20260630 12:37:29.851457  9424 ts_tablet_manager.cc:1403] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416: Time spent bootstrapping tablet: real 0.035s	user 0.015s	sys 0.016s
I20260630 12:37:29.854264  9424 raft_consensus.cc:359] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.854990  9424 raft_consensus.cc:385] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.855333  9424 raft_consensus.cc:740] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43ecea7806a442488e7086f196721416, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.856078  9424 consensus_queue.cc:260] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.857161  9228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "155501ce9c9f4f85813f8603a6ef8c19" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43ecea7806a442488e7086f196721416" is_pre_election: true
I20260630 12:37:29.858297  9424 ts_tablet_manager.cc:1434] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:37:29.858068  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "155501ce9c9f4f85813f8603a6ef8c19" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f" is_pre_election: true
W20260630 12:37:29.858886  9340 leader_election.cc:343] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 43ecea7806a442488e7086f196721416 (127.0.235.1:33057): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:29.858882  9303 raft_consensus.cc:2468] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 0.
I20260630 12:37:29.859367  9424 tablet_bootstrap.cc:492] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416: Bootstrap starting.
I20260630 12:37:29.860639  9342 leader_election.cc:304] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [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: 154e4cdb6866459987b404e6ff2e130f, 59de0044bd4c499cbe3624330872876b; no voters: 43ecea7806a442488e7086f196721416
I20260630 12:37:29.861366  9430 raft_consensus.cc:2804] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:29.861809  9430 raft_consensus.cc:493] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:29.862131  9430 raft_consensus.cc:3060] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.865250  9424 tablet_bootstrap.cc:654] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:29.867964  9430 raft_consensus.cc:515] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.870730  9430 leader_election.cc:290] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 election: Requested vote from peers 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963), 43ecea7806a442488e7086f196721416 (127.0.235.1:33057)
I20260630 12:37:29.870877  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "155501ce9c9f4f85813f8603a6ef8c19" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f"
I20260630 12:37:29.871440  9424 tablet_bootstrap.cc:492] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416: No bootstrap required, opened a new log
I20260630 12:37:29.871475  9303 raft_consensus.cc:3060] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.871857  9228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "155501ce9c9f4f85813f8603a6ef8c19" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43ecea7806a442488e7086f196721416"
I20260630 12:37:29.872155  9424 ts_tablet_manager.cc:1403] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
W20260630 12:37:29.873188  9340 leader_election.cc:343] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 43ecea7806a442488e7086f196721416 (127.0.235.1:33057): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:29.874764  9424 raft_consensus.cc:359] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.875317  9424 raft_consensus.cc:385] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:29.875577  9424 raft_consensus.cc:740] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43ecea7806a442488e7086f196721416, State: Initialized, Role: FOLLOWER
I20260630 12:37:29.876209  9424 consensus_queue.cc:260] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.877591  9303 raft_consensus.cc:2468] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 1.
I20260630 12:37:29.877840  9424 ts_tablet_manager.cc:1434] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.000s
I20260630 12:37:29.878559  9342 leader_election.cc:304] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [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: 154e4cdb6866459987b404e6ff2e130f, 59de0044bd4c499cbe3624330872876b; no voters: 43ecea7806a442488e7086f196721416
I20260630 12:37:29.879335  9430 raft_consensus.cc:2804] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:29.880630  9430 raft_consensus.cc:697] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Becoming Leader. State: Replica: 59de0044bd4c499cbe3624330872876b, State: Running, Role: LEADER
I20260630 12:37:29.881430  9430 consensus_queue.cc:237] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:29.890172  9125 catalog_manager.cc:5697] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b reported cstate change: term changed from 0 to 1, leader changed from <none> to 59de0044bd4c499cbe3624330872876b (127.0.235.3). New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:29.905476  9431 raft_consensus.cc:493] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:29.905946  9431 raft_consensus.cc:515] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.908021  9431 leader_election.cc:290] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963), 59de0044bd4c499cbe3624330872876b (127.0.235.3:44363)
I20260630 12:37:29.917603  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e27d3fc03919451ab0da44ab2d1e83c8" candidate_uuid: "43ecea7806a442488e7086f196721416" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f" is_pre_election: true
I20260630 12:37:29.918322  9303 raft_consensus.cc:2468] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43ecea7806a442488e7086f196721416 in term 0.
I20260630 12:37:29.918840  9377 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e27d3fc03919451ab0da44ab2d1e83c8" candidate_uuid: "43ecea7806a442488e7086f196721416" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59de0044bd4c499cbe3624330872876b" is_pre_election: true
I20260630 12:37:29.919299  9193 leader_election.cc:304] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 154e4cdb6866459987b404e6ff2e130f, 43ecea7806a442488e7086f196721416; no voters: 
I20260630 12:37:29.919512  9377 raft_consensus.cc:2468] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43ecea7806a442488e7086f196721416 in term 0.
I20260630 12:37:29.920068  9431 raft_consensus.cc:2804] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:29.920468  9431 raft_consensus.cc:493] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:29.920815  9431 raft_consensus.cc:3060] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.925551  9431 raft_consensus.cc:515] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.927417  9431 leader_election.cc:290] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [CANDIDATE]: Term 1 election: Requested vote from peers 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963), 59de0044bd4c499cbe3624330872876b (127.0.235.3:44363)
I20260630 12:37:29.927981  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e27d3fc03919451ab0da44ab2d1e83c8" candidate_uuid: "43ecea7806a442488e7086f196721416" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f"
I20260630 12:37:29.928321  9377 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e27d3fc03919451ab0da44ab2d1e83c8" candidate_uuid: "43ecea7806a442488e7086f196721416" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59de0044bd4c499cbe3624330872876b"
I20260630 12:37:29.928587  9303 raft_consensus.cc:3060] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.928918  9377 raft_consensus.cc:3060] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:29.933612  9303 raft_consensus.cc:2468] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43ecea7806a442488e7086f196721416 in term 1.
I20260630 12:37:29.933878  9377 raft_consensus.cc:2468] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43ecea7806a442488e7086f196721416 in term 1.
I20260630 12:37:29.934604  9193 leader_election.cc:304] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 154e4cdb6866459987b404e6ff2e130f, 43ecea7806a442488e7086f196721416; no voters: 
I20260630 12:37:29.935218  9431 raft_consensus.cc:2804] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:29.936180  9431 raft_consensus.cc:697] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 1 LEADER]: Becoming Leader. State: Replica: 43ecea7806a442488e7086f196721416, State: Running, Role: LEADER
I20260630 12:37:29.936969  9431 consensus_queue.cc:237] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:29.943693  9125 catalog_manager.cc:5697] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 reported cstate change: term changed from 0 to 1, leader changed from <none> to 43ecea7806a442488e7086f196721416 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "43ecea7806a442488e7086f196721416" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:29.999351  9431 raft_consensus.cc:493] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:29.999853  9431 raft_consensus.cc:515] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } }
I20260630 12:37:30.001673  9431 leader_election.cc:290] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963), 59de0044bd4c499cbe3624330872876b (127.0.235.3:44363)
I20260630 12:37:30.002430  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "155501ce9c9f4f85813f8603a6ef8c19" candidate_uuid: "43ecea7806a442488e7086f196721416" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f" is_pre_election: true
I20260630 12:37:30.002723  9377 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "155501ce9c9f4f85813f8603a6ef8c19" candidate_uuid: "43ecea7806a442488e7086f196721416" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59de0044bd4c499cbe3624330872876b" is_pre_election: true
I20260630 12:37:30.003278  9303 raft_consensus.cc:2393] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 43ecea7806a442488e7086f196721416 in current term 1: Already voted for candidate 59de0044bd4c499cbe3624330872876b in this term.
I20260630 12:37:30.004226  9193 leader_election.cc:304] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [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: 43ecea7806a442488e7086f196721416; no voters: 154e4cdb6866459987b404e6ff2e130f, 59de0044bd4c499cbe3624330872876b
I20260630 12:37:30.004880  9431 raft_consensus.cc:3060] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:30.005931  9430 raft_consensus.cc:493] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:30.006417  9430 raft_consensus.cc:515] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:30.007967  9430 leader_election.cc:290] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43ecea7806a442488e7086f196721416 (127.0.235.1:33057), 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963)
I20260630 12:37:30.008773  9228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f300d9568e849de853b394e65ca0991" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43ecea7806a442488e7086f196721416" is_pre_election: true
I20260630 12:37:30.009073  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f300d9568e849de853b394e65ca0991" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f" is_pre_election: true
I20260630 12:37:30.009490  9228 raft_consensus.cc:2468] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 0.
I20260630 12:37:30.009804  9303 raft_consensus.cc:2468] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 0.
I20260630 12:37:30.010612  9340 leader_election.cc:304] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 43ecea7806a442488e7086f196721416, 59de0044bd4c499cbe3624330872876b; no voters: 
I20260630 12:37:30.011161  9431 raft_consensus.cc:2749] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:30.011392  9430 raft_consensus.cc:2804] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:30.011859  9430 raft_consensus.cc:493] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:30.012140  9430 raft_consensus.cc:3060] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:30.016707  9430 raft_consensus.cc:515] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:30.018328  9430 leader_election.cc:290] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 election: Requested vote from peers 43ecea7806a442488e7086f196721416 (127.0.235.1:33057), 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963)
I20260630 12:37:30.018961  9228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f300d9568e849de853b394e65ca0991" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43ecea7806a442488e7086f196721416"
I20260630 12:37:30.019320  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f300d9568e849de853b394e65ca0991" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f"
I20260630 12:37:30.019589  9228 raft_consensus.cc:3060] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:30.019915  9303 raft_consensus.cc:3060] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:30.026583  9303 raft_consensus.cc:2468] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 1.
I20260630 12:37:30.026583  9228 raft_consensus.cc:2468] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 1.
I20260630 12:37:30.027840  9340 leader_election.cc:304] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 43ecea7806a442488e7086f196721416, 59de0044bd4c499cbe3624330872876b; no voters: 
I20260630 12:37:30.028515  9430 raft_consensus.cc:2804] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:30.028977  9430 raft_consensus.cc:697] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Becoming Leader. State: Replica: 59de0044bd4c499cbe3624330872876b, State: Running, Role: LEADER
I20260630 12:37:30.029718  9430 consensus_queue.cc:237] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:30.033290  9430 raft_consensus.cc:493] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:30.033715  9430 raft_consensus.cc:515] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:30.035748  9430 leader_election.cc:290] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43ecea7806a442488e7086f196721416 (127.0.235.1:33057), 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963)
I20260630 12:37:30.036355  9228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5db5c617e9a4112b4aebb68eb2476e1" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43ecea7806a442488e7086f196721416" is_pre_election: true
I20260630 12:37:30.036793  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5db5c617e9a4112b4aebb68eb2476e1" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f" is_pre_election: true
I20260630 12:37:30.036970  9228 raft_consensus.cc:2468] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 0.
I20260630 12:37:30.037551  9303 raft_consensus.cc:2468] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 0.
I20260630 12:37:30.037029  9125 catalog_manager.cc:5697] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b reported cstate change: term changed from 0 to 1, leader changed from <none> to 59de0044bd4c499cbe3624330872876b (127.0.235.3). New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:30.038616  9342 leader_election.cc:304] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 154e4cdb6866459987b404e6ff2e130f, 59de0044bd4c499cbe3624330872876b; no voters: 
I20260630 12:37:30.039332  9430 raft_consensus.cc:2804] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:30.039673  9430 raft_consensus.cc:493] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:30.039986  9430 raft_consensus.cc:3060] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:30.045387  9430 raft_consensus.cc:515] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:30.046988  9430 leader_election.cc:290] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 election: Requested vote from peers 43ecea7806a442488e7086f196721416 (127.0.235.1:33057), 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963)
I20260630 12:37:30.047772  9228 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5db5c617e9a4112b4aebb68eb2476e1" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43ecea7806a442488e7086f196721416"
I20260630 12:37:30.048110  9303 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5db5c617e9a4112b4aebb68eb2476e1" candidate_uuid: "59de0044bd4c499cbe3624330872876b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "154e4cdb6866459987b404e6ff2e130f"
I20260630 12:37:30.048259  9228 raft_consensus.cc:3060] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:30.048625  9303 raft_consensus.cc:3060] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:30.052776  9228 raft_consensus.cc:2468] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 1.
I20260630 12:37:30.053051  9303 raft_consensus.cc:2468] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 59de0044bd4c499cbe3624330872876b in term 1.
I20260630 12:37:30.053696  9340 leader_election.cc:304] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 43ecea7806a442488e7086f196721416, 59de0044bd4c499cbe3624330872876b; no voters: 
I20260630 12:37:30.054410  9430 raft_consensus.cc:2804] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:30.054869  9430 raft_consensus.cc:697] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Becoming Leader. State: Replica: 59de0044bd4c499cbe3624330872876b, State: Running, Role: LEADER
I20260630 12:37:30.055524  9430 consensus_queue.cc:237] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:30.062610  9125 catalog_manager.cc:5697] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b reported cstate change: term changed from 0 to 1, leader changed from <none> to 59de0044bd4c499cbe3624330872876b (127.0.235.3). New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:30.091363   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:30.096886  9450 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:30.098042  9451 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:30.099464  9453 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:30.099906   940 server_base.cc:1061] running on GCE node
I20260630 12:37:30.101315   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:30.101536   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:30.101734   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823050101716 us; error 0 us; skew 500 ppm
I20260630 12:37:30.102303   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:30.104423   940 webserver.cc:533] Webserver started at http://127.0.235.4:45237/ using document root <none> and password file <none>
I20260630 12:37:30.104899   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:30.105088   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:30.105381   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:30.106490   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "2b5a0e81db584ef18d42fc869edade89"
format_stamp: "Formatted at 2026-06-30 12:37:30 on dist-test-slave-47x1"
I20260630 12:37:30.110719   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:37:30.113721  9458 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:30.114477   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:30.114777   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "2b5a0e81db584ef18d42fc869edade89"
format_stamp: "Formatted at 2026-06-30 12:37:30 on dist-test-slave-47x1"
I20260630 12:37:30.115059   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:30.128327   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:30.129360   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:30.130765   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:30.132825   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:30.133100   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:30.133335   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:30.133512   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:30.173534   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:38099
I20260630 12:37:30.173635  9520 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:38099 every 8 connection(s)
I20260630 12:37:30.187635  9521 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37709
I20260630 12:37:30.187988  9521 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:30.188642  9521 heartbeater.cc:507] Master 127.0.235.62:37709 requested a full tablet report, sending...
I20260630 12:37:30.190459  9125 ts_manager.cc:194] Registered new tserver with Master: 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099)
I20260630 12:37:30.191694  9125 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43984
I20260630 12:37:30.270725  9430 consensus_queue.cc:1048] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:30.282120  9527 consensus_queue.cc:1048] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:30.408583  9431 consensus_queue.cc:1048] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:30.418758  9532 consensus_queue.cc:1048] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:30.552811  9527 consensus_queue.cc:1048] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:30.564344  9430 consensus_queue.cc:1048] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:30.609076  9430 consensus_queue.cc:1048] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:30.619393  9430 consensus_queue.cc:1048] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:31.173667  9228 consensus_queue.cc:237] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: true } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } }
I20260630 12:37:31.180501  9377 raft_consensus.cc:1275] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Refusing update from remote peer 43ecea7806a442488e7086f196721416: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:31.180819  9303 raft_consensus.cc:1275] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 43ecea7806a442488e7086f196721416: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:31.181902  9540 consensus_queue.cc:1048] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } 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:37:31.182783  9539 consensus_queue.cc:1048] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:31.188740  9193 consensus_peers.cc:597] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 -> Peer 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): Couldn't send request to peer 2b5a0e81db584ef18d42fc869edade89. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e27d3fc03919451ab0da44ab2d1e83c8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:31.189903  9539 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: true } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.191542  9377 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: true } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.192333  9303 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: true } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.193775  9521 heartbeater.cc:499] Master 127.0.235.62:37709 was elected leader, sending a full tablet report...
I20260630 12:37:31.205955  9123 catalog_manager.cc:5697] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 reported cstate change: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "43ecea7806a442488e7086f196721416" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:31.219465  9377 consensus_queue.cc:237] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: true } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } }
I20260630 12:37:31.227221  9303 raft_consensus.cc:1275] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:31.229902  9430 consensus_queue.cc:1048] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } 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:37:31.231645  9228 raft_consensus.cc:1275] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:31.233404  9430 consensus_queue.cc:1048] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:31.240718  9430 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: true } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.242357  9228 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: true } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
W20260630 12:37:31.243716  9342 consensus_peers.cc:597] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b -> Peer 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): Couldn't send request to peer 2b5a0e81db584ef18d42fc869edade89. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d5db5c617e9a4112b4aebb68eb2476e1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:31.243377  9303 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: true } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.256366  9377 consensus_queue.cc:237] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: true } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } }
I20260630 12:37:31.256951  9125 catalog_manager.cc:5697] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f reported cstate change: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: true } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.262740  9303 raft_consensus.cc:1275] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:31.263378  9227 raft_consensus.cc:1275] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:37:31.263336  9342 consensus_peers.cc:597] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b -> Peer 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): Couldn't send request to peer 2b5a0e81db584ef18d42fc869edade89. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1f300d9568e849de853b394e65ca0991. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:31.264892  9527 consensus_queue.cc:1048] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } 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:37:31.265688  9430 consensus_queue.cc:1048] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:31.275271  9227 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: true } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.276614  9303 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: true } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.273597  9527 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: true } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.288872  9125 catalog_manager.cc:5697] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 reported cstate change: config changed from index -1 to 2, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: true } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.294445  9227 consensus_queue.cc:237] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } }
I20260630 12:37:31.300376  9377 raft_consensus.cc:1275] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Refusing update from remote peer 43ecea7806a442488e7086f196721416: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:37:31.300397  9193 consensus_peers.cc:597] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 -> Peer 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): Couldn't send request to peer 2b5a0e81db584ef18d42fc869edade89. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e27d3fc03919451ab0da44ab2d1e83c8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:31.301342  9303 raft_consensus.cc:1275] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 43ecea7806a442488e7086f196721416: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:31.301786  9539 consensus_queue.cc:1048] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } 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:37:31.302675  9532 consensus_queue.cc:1048] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:31.309314  9540 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.312984  9377 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.314913  9303 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
W20260630 12:37:31.319645  9174 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:31.320037  9174 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:31.324738  9376 consensus_queue.cc:237] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } }
I20260630 12:37:31.327822  9126 catalog_manager.cc:5697] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "43ecea7806a442488e7086f196721416" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:31.332116  9342 consensus_peers.cc:597] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b -> Peer 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): Couldn't send request to peer 2b5a0e81db584ef18d42fc869edade89. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d5db5c617e9a4112b4aebb68eb2476e1. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:31.332645  9303 raft_consensus.cc:1275] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:31.333730  9227 raft_consensus.cc:1275] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:31.334184  9527 consensus_queue.cc:1048] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } 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:37:31.335423  9535 consensus_queue.cc:1048] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:31.340564  9430 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.342201  9303 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.344300  9227 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.346513  9228 consensus_queue.cc:237] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } }
W20260630 12:37:31.353752  9174 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:31.354087  9174 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:31.355212  9125 catalog_manager.cc:5697] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.356997  9303 raft_consensus.cc:1275] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 43ecea7806a442488e7086f196721416: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:31.359453  9376 consensus_queue.cc:237] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } }
I20260630 12:37:31.361104  9539 consensus_queue.cc:1048] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:31.367394  9377 raft_consensus.cc:1275] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Refusing update from remote peer 43ecea7806a442488e7086f196721416: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:31.368806  9227 raft_consensus.cc:1275] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:31.367992  9540 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } } }
I20260630 12:37:31.370627  9532 consensus_queue.cc:1048] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [LEADER]: Connected to new peer: Peer: permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } 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:37:31.374279  9302 raft_consensus.cc:1275] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:37:31.373788  9303 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } } }
I20260630 12:37:31.376724  9376 raft_consensus.cc:2955] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } } }
W20260630 12:37:31.374536  9342 consensus_peers.cc:597] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b -> Peer 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): Couldn't send request to peer 2b5a0e81db584ef18d42fc869edade89. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1f300d9568e849de853b394e65ca0991. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:31.378805  9377 consensus_queue.cc:237] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:31.380132  9535 consensus_queue.cc:1048] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } 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:37:31.381723  9527 consensus_queue.cc:1048] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:31.382706  9110 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e27d3fc03919451ab0da44ab2d1e83c8 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:31.389065  9228 raft_consensus.cc:1275] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:31.391592  9301 raft_consensus.cc:1275] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:31.392190  9535 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.393816  9301 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.395717  9123 catalog_manager.cc:5697] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f reported cstate change: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New cstate: current_term: 1 leader_uuid: "43ecea7806a442488e7086f196721416" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } attrs { replace: false } } }
I20260630 12:37:31.392074  9527 consensus_queue.cc:1048] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.007s
I20260630 12:37:31.408283  9430 consensus_queue.cc:1048] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260630 12:37:31.412091  9174 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:31.412569  9174 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:31.420231  9527 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } }
I20260630 12:37:31.426955  9124 catalog_manager.cc:5697] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.434185  9228 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } }
I20260630 12:37:31.434075  9227 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } peers { permanent_uuid: "2b5a0e81db584ef18d42fc869edade89" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 38099 } attrs { promote: true } } }
I20260630 12:37:31.440414  9112 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d5db5c617e9a4112b4aebb68eb2476e1 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:31.448235  9301 raft_consensus.cc:2955] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } }
I20260630 12:37:31.450157  9126 catalog_manager.cc:5697] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b reported cstate change: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } attrs { replace: false } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:31.452404  9486 tablet_service.cc:1558] Processing DeleteTablet for tablet e27d3fc03919451ab0da44ab2d1e83c8 with delete_type TABLET_DATA_TOMBSTONED (TS 2b5a0e81db584ef18d42fc869edade89 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46774
W20260630 12:37:31.458273  9112 catalog_manager.cc:4995] TS 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): delete failed for tablet e27d3fc03919451ab0da44ab2d1e83c8 because the tablet was not found. No further retry: Not found: Tablet not found: e27d3fc03919451ab0da44ab2d1e83c8
I20260630 12:37:31.465806  9376 consensus_queue.cc:237] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [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: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } }
I20260630 12:37:31.469947  9486 tablet_service.cc:1558] Processing DeleteTablet for tablet d5db5c617e9a4112b4aebb68eb2476e1 with delete_type TABLET_DATA_TOMBSTONED (TS 2b5a0e81db584ef18d42fc869edade89 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46774
I20260630 12:37:31.470741  9301 raft_consensus.cc:1275] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:31.471935  9527 consensus_queue.cc:1048] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260630 12:37:31.472321  9112 catalog_manager.cc:4995] TS 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): delete failed for tablet d5db5c617e9a4112b4aebb68eb2476e1 because the tablet was not found. No further retry: Not found: Tablet not found: d5db5c617e9a4112b4aebb68eb2476e1
I20260630 12:37:31.473264  9227 raft_consensus.cc:1275] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Refusing update from remote peer 59de0044bd4c499cbe3624330872876b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:37:31.474470  9527 consensus_queue.cc:1048] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [LEADER]: Connected to new peer: Peer: permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } 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:37:31.477572  9553 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } }
I20260630 12:37:31.479162  9301 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } }
I20260630 12:37:31.481295  9227 raft_consensus.cc:2955] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } }
I20260630 12:37:31.486855  9112 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1f300d9568e849de853b394e65ca0991 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:31.491927  9123 catalog_manager.cc:5697] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f reported cstate change: config changed from index 3 to 4, NON_VOTER 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4) evicted. New cstate: current_term: 1 leader_uuid: "59de0044bd4c499cbe3624330872876b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "43ecea7806a442488e7086f196721416" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33057 } attrs { replace: false } } peers { permanent_uuid: "154e4cdb6866459987b404e6ff2e130f" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 36963 } } peers { permanent_uuid: "59de0044bd4c499cbe3624330872876b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 44363 } } }
I20260630 12:37:31.500828  9486 tablet_service.cc:1558] Processing DeleteTablet for tablet 1f300d9568e849de853b394e65ca0991 with delete_type TABLET_DATA_TOMBSTONED (TS 2b5a0e81db584ef18d42fc869edade89 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46774
W20260630 12:37:31.502250  9112 catalog_manager.cc:4995] TS 2b5a0e81db584ef18d42fc869edade89 (127.0.235.4:38099): delete failed for tablet 1f300d9568e849de853b394e65ca0991 because the tablet was not found. No further retry: Not found: Tablet not found: 1f300d9568e849de853b394e65ca0991
I20260630 12:37:32.256948   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:37:32.276269   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:32.276906   940 tablet_replica.cc:333] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416: stopping tablet replica
I20260630 12:37:32.277453   940 raft_consensus.cc:2243] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:32.277899   940 raft_consensus.cc:2272] T 155501ce9c9f4f85813f8603a6ef8c19 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.279776   940 tablet_replica.cc:333] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416: stopping tablet replica
I20260630 12:37:32.280272   940 raft_consensus.cc:2243] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:32.280813   940 raft_consensus.cc:2272] T 1f300d9568e849de853b394e65ca0991 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.282963   940 tablet_replica.cc:333] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416: stopping tablet replica
I20260630 12:37:32.283473   940 raft_consensus.cc:2243] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:32.283999   940 raft_consensus.cc:2272] T d5db5c617e9a4112b4aebb68eb2476e1 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.286055   940 tablet_replica.cc:333] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416: stopping tablet replica
I20260630 12:37:32.286523   940 raft_consensus.cc:2243] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:32.287272   940 raft_consensus.cc:2272] T e27d3fc03919451ab0da44ab2d1e83c8 P 43ecea7806a442488e7086f196721416 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.299074   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:37:32.310442   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
W20260630 12:37:32.325770  9340 consensus_peers.cc:597] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b -> Peer 43ecea7806a442488e7086f196721416 (127.0.235.1:33057): Couldn't send request to peer 43ecea7806a442488e7086f196721416. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:33057: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:32.330510   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:32.331099   940 tablet_replica.cc:333] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f: stopping tablet replica
I20260630 12:37:32.331804   940 raft_consensus.cc:2243] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:32.332458   940 raft_consensus.cc:2272] T e27d3fc03919451ab0da44ab2d1e83c8 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.334708   940 tablet_replica.cc:333] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f: stopping tablet replica
I20260630 12:37:32.335255   940 raft_consensus.cc:2243] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:32.335806   940 raft_consensus.cc:2272] T d5db5c617e9a4112b4aebb68eb2476e1 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.338140   940 tablet_replica.cc:333] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f: stopping tablet replica
I20260630 12:37:32.338595   940 raft_consensus.cc:2243] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:32.339075   940 raft_consensus.cc:2272] T 1f300d9568e849de853b394e65ca0991 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.341393   940 tablet_replica.cc:333] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f: stopping tablet replica
I20260630 12:37:32.341866   940 raft_consensus.cc:2243] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:32.342289   940 raft_consensus.cc:2272] T 155501ce9c9f4f85813f8603a6ef8c19 P 154e4cdb6866459987b404e6ff2e130f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.364439   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
W20260630 12:37:32.374526  9342 consensus_peers.cc:597] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b -> Peer 154e4cdb6866459987b404e6ff2e130f (127.0.235.2:36963): Couldn't send request to peer 154e4cdb6866459987b404e6ff2e130f. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:36963: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:32.381282   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
W20260630 12:37:32.391539  9340 consensus_peers.cc:597] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b -> Peer 43ecea7806a442488e7086f196721416 (127.0.235.1:33057): Couldn't send request to peer 43ecea7806a442488e7086f196721416. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:33057: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:32.405105   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:32.405974   940 tablet_replica.cc:333] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b: stopping tablet replica
I20260630 12:37:32.406761   940 raft_consensus.cc:2243] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:32.407544   940 raft_consensus.cc:2272] T e27d3fc03919451ab0da44ab2d1e83c8 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.409926   940 tablet_replica.cc:333] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b: stopping tablet replica
I20260630 12:37:32.410651   940 raft_consensus.cc:2243] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:32.411589   940 raft_consensus.cc:2272] T 1f300d9568e849de853b394e65ca0991 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.415156   940 tablet_replica.cc:333] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b: stopping tablet replica
I20260630 12:37:32.415966   940 raft_consensus.cc:2243] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:32.417081   940 raft_consensus.cc:2272] T d5db5c617e9a4112b4aebb68eb2476e1 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.419751   940 tablet_replica.cc:333] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b: stopping tablet replica
I20260630 12:37:32.420370   940 raft_consensus.cc:2243] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:32.421263   940 raft_consensus.cc:2272] T 155501ce9c9f4f85813f8603a6ef8c19 P 59de0044bd4c499cbe3624330872876b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.443550   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:37:32.455094   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:37:32.471163   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:32.486308   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:37:32.493697   940 master.cc:562] Master@127.0.235.62:37709 shutting down...
I20260630 12:37:32.509166   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:32.509649   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:32.509910   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P cabfc0de80904083ab5d31dcf4d73a19: stopping tablet replica
I20260630 12:37:32.527791   940 master.cc:584] Master@127.0.235.62:37709 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (4543 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:37:32.554930   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:41117
I20260630 12:37:32.555905   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.560305  9565 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.560957  9566 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.561874  9568 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.562940   940 server_base.cc:1061] running on GCE node
I20260630 12:37:32.563652   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.563819   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:32.563931   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823052563921 us; error 0 us; skew 500 ppm
I20260630 12:37:32.564349   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.566478   940 webserver.cc:533] Webserver started at http://127.0.235.62:38281/ using document root <none> and password file <none>
I20260630 12:37:32.566869   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.567008   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:32.567201   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:32.568145   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "92f06ad993f74b309c55f8546d80493c"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-47x1"
I20260630 12:37:32.572185   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:32.575110  9573 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.575794   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:32.576062   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "92f06ad993f74b309c55f8546d80493c"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-47x1"
I20260630 12:37:32.576388   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:32.604336   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.605243   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.638293   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:41117
I20260630 12:37:32.638374  9624 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:41117 every 8 connection(s)
I20260630 12:37:32.641888  9625 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:32.652245  9625 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c: Bootstrap starting.
I20260630 12:37:32.656462  9625 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:32.660120  9625 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c: No bootstrap required, opened a new log
I20260630 12:37:32.662091  9625 raft_consensus.cc:359] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "92f06ad993f74b309c55f8546d80493c" member_type: VOTER }
I20260630 12:37:32.662464  9625 raft_consensus.cc:385] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:32.662789  9625 raft_consensus.cc:740] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 92f06ad993f74b309c55f8546d80493c, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.663399  9625 consensus_queue.cc:260] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "92f06ad993f74b309c55f8546d80493c" member_type: VOTER }
I20260630 12:37:32.663836  9625 raft_consensus.cc:399] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:32.664050  9625 raft_consensus.cc:493] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:32.664306  9625 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:32.668447  9625 raft_consensus.cc:515] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "92f06ad993f74b309c55f8546d80493c" member_type: VOTER }
I20260630 12:37:32.668937  9625 leader_election.cc:304] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [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: 92f06ad993f74b309c55f8546d80493c; no voters: 
I20260630 12:37:32.670022  9625 leader_election.cc:290] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:32.670403  9628 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:32.671746  9628 raft_consensus.cc:697] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 1 LEADER]: Becoming Leader. State: Replica: 92f06ad993f74b309c55f8546d80493c, State: Running, Role: LEADER
I20260630 12:37:32.672360  9628 consensus_queue.cc:237] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [LEADER]: Queue going to LEADER mode. State: All 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: "92f06ad993f74b309c55f8546d80493c" member_type: VOTER }
I20260630 12:37:32.672904  9625 sys_catalog.cc:565] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:32.675269  9629 sys_catalog.cc:455] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "92f06ad993f74b309c55f8546d80493c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "92f06ad993f74b309c55f8546d80493c" member_type: VOTER } }
I20260630 12:37:32.675360  9630 sys_catalog.cc:455] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 92f06ad993f74b309c55f8546d80493c. Latest consensus state: current_term: 1 leader_uuid: "92f06ad993f74b309c55f8546d80493c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "92f06ad993f74b309c55f8546d80493c" member_type: VOTER } }
I20260630 12:37:32.676012  9630 sys_catalog.cc:458] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:32.676030  9629 sys_catalog.cc:458] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:32.679206  9634 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:32.687242  9634 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:32.688186   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:32.695586  9634 catalog_manager.cc:1383] Generated new cluster ID: 502eb4852f77467db9eb8dcbdf7a796f
I20260630 12:37:32.695861  9634 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:32.712731  9634 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:32.713963  9634 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:32.725581  9634 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c: Generated new TSK 0
I20260630 12:37:32.726313  9634 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:32.754913   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.760401  9646 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.761523  9647 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.764245  9649 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.765532   940 server_base.cc:1061] running on GCE node
I20260630 12:37:32.766374   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.766569   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:32.766738   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823052766705 us; error 0 us; skew 500 ppm
I20260630 12:37:32.767237   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.769341   940 webserver.cc:533] Webserver started at http://127.0.235.1:43467/ using document root <none> and password file <none>
I20260630 12:37:32.769795   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.769991   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:32.770325   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:32.771359   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "0165c9d34379409297b42d422e0b02a4"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-47x1"
I20260630 12:37:32.775717   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:32.778860  9654 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.779597   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:32.779907   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "0165c9d34379409297b42d422e0b02a4"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-47x1"
I20260630 12:37:32.780192   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:32.804539   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.805476   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.806881   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.809000   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:32.809219   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.809459   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:32.809623   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.845225   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:46157
I20260630 12:37:32.845319  9716 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:46157 every 8 connection(s)
I20260630 12:37:32.850235   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.856523  9721 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.858278  9722 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.859756   940 server_base.cc:1061] running on GCE node
W20260630 12:37:32.860754  9724 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.861850   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.862164   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:32.862378   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823052862359 us; error 0 us; skew 500 ppm
I20260630 12:37:32.862529  9717 heartbeater.cc:344] Connected to a master server at 127.0.235.62:41117
I20260630 12:37:32.862979   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.862977  9717 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:32.863997  9717 heartbeater.cc:507] Master 127.0.235.62:41117 requested a full tablet report, sending...
I20260630 12:37:32.865849   940 webserver.cc:533] Webserver started at http://127.0.235.2:44353/ using document root <none> and password file <none>
I20260630 12:37:32.866181  9590 ts_manager.cc:194] Registered new tserver with Master: 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157)
I20260630 12:37:32.866386   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.866689   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:32.866959   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:32.867961   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "0ed19fd2941140f5977eaabb1945ab10"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-47x1"
I20260630 12:37:32.868028  9590 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46990
I20260630 12:37:32.872193   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.005s
I20260630 12:37:32.875332  9729 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.876063   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:32.876344   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "0ed19fd2941140f5977eaabb1945ab10"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-47x1"
I20260630 12:37:32.876610   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:32.900918   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.901826   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.903172   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.905211   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:32.905427   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.905654   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:32.905829   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.940646   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:46793
I20260630 12:37:32.940748  9791 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:46793 every 8 connection(s)
I20260630 12:37:32.945219   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:32.952103  9795 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.953632  9796 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:32.956283  9798 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:32.957265  9792 heartbeater.cc:344] Connected to a master server at 127.0.235.62:41117
I20260630 12:37:32.957625  9792 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:32.957909   940 server_base.cc:1061] running on GCE node
I20260630 12:37:32.958477  9792 heartbeater.cc:507] Master 127.0.235.62:41117 requested a full tablet report, sending...
I20260630 12:37:32.958837   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:32.959131   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:32.959327   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823052959308 us; error 0 us; skew 500 ppm
I20260630 12:37:32.959936   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:32.960563  9590 ts_manager.cc:194] Registered new tserver with Master: 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:32.962216  9590 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47004
I20260630 12:37:32.962395   940 webserver.cc:533] Webserver started at http://127.0.235.3:35223/ using document root <none> and password file <none>
I20260630 12:37:32.962945   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:32.963181   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:32.963515   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:32.964525   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "c05b5ac8662a4aa1a9364bb4c597dcad"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-47x1"
I20260630 12:37:32.968616   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:37:32.971560  9803 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.972288   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:32.972566   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "c05b5ac8662a4aa1a9364bb4c597dcad"
format_stamp: "Formatted at 2026-06-30 12:37:32 on dist-test-slave-47x1"
I20260630 12:37:32.972836   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:32.984871   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.985736   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.987074   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.989157   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:32.989378   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:32.989602   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:32.989775   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:33.025712   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:43275
I20260630 12:37:33.025825  9865 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:43275 every 8 connection(s)
I20260630 12:37:33.038415  9866 heartbeater.cc:344] Connected to a master server at 127.0.235.62:41117
I20260630 12:37:33.038784  9866 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:33.039458  9866 heartbeater.cc:507] Master 127.0.235.62:41117 requested a full tablet report, sending...
I20260630 12:37:33.041189  9590 ts_manager.cc:194] Registered new tserver with Master: c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275)
I20260630 12:37:33.042133   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013239777s
I20260630 12:37:33.042513  9590 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47014
I20260630 12:37:33.870503  9717 heartbeater.cc:499] Master 127.0.235.62:41117 was elected leader, sending a full tablet report...
I20260630 12:37:33.964555  9792 heartbeater.cc:499] Master 127.0.235.62:41117 was elected leader, sending a full tablet report...
I20260630 12:37:34.044759  9866 heartbeater.cc:499] Master 127.0.235.62:41117 was elected leader, sending a full tablet report...
I20260630 12:37:34.099227  9590 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47022:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:37:34.102602  9590 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:34.170857  9831 tablet_service.cc:1511] Processing CreateTablet for tablet dfb9cd59ee8a4a36a66ea452fed98ddf (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:34.172269  9831 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dfb9cd59ee8a4a36a66ea452fed98ddf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.172397  9830 tablet_service.cc:1511] Processing CreateTablet for tablet aa5274c4bd174ae1ab8434d5b36c602f (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:34.173731  9830 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa5274c4bd174ae1ab8434d5b36c602f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.171900  9829 tablet_service.cc:1511] Processing CreateTablet for tablet 249f03aa9c304e0389fa3a63fed2221d (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:34.175305  9829 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 249f03aa9c304e0389fa3a63fed2221d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.176313  9757 tablet_service.cc:1511] Processing CreateTablet for tablet dfb9cd59ee8a4a36a66ea452fed98ddf (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:34.177597  9757 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dfb9cd59ee8a4a36a66ea452fed98ddf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.177942  9754 tablet_service.cc:1511] Processing CreateTablet for tablet 326a906ba3cb463895d530c2bd763929 (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:34.178547  9828 tablet_service.cc:1511] Processing CreateTablet for tablet 326a906ba3cb463895d530c2bd763929 (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:34.179260  9754 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 326a906ba3cb463895d530c2bd763929. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.179785  9828 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 326a906ba3cb463895d530c2bd763929. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.182377  9755 tablet_service.cc:1511] Processing CreateTablet for tablet 249f03aa9c304e0389fa3a63fed2221d (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:34.183650  9755 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 249f03aa9c304e0389fa3a63fed2221d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.187098  9756 tablet_service.cc:1511] Processing CreateTablet for tablet aa5274c4bd174ae1ab8434d5b36c602f (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:34.188346  9756 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa5274c4bd174ae1ab8434d5b36c602f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.198199  9682 tablet_service.cc:1511] Processing CreateTablet for tablet dfb9cd59ee8a4a36a66ea452fed98ddf (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:34.199870  9682 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dfb9cd59ee8a4a36a66ea452fed98ddf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.216089  9679 tablet_service.cc:1511] Processing CreateTablet for tablet 326a906ba3cb463895d530c2bd763929 (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:34.216041  9681 tablet_service.cc:1511] Processing CreateTablet for tablet aa5274c4bd174ae1ab8434d5b36c602f (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:34.217705  9679 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 326a906ba3cb463895d530c2bd763929. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.218875  9680 tablet_service.cc:1511] Processing CreateTablet for tablet 249f03aa9c304e0389fa3a63fed2221d (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:34.220523  9680 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 249f03aa9c304e0389fa3a63fed2221d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.223438  9827 tablet_service.cc:1511] Processing CreateTablet for tablet 473dcd77d87245c39a6b714384c815fc (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:34.225051  9827 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 473dcd77d87245c39a6b714384c815fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.227873  9681 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa5274c4bd174ae1ab8434d5b36c602f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.228440  9886 tablet_bootstrap.cc:492] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad: Bootstrap starting.
I20260630 12:37:34.229467  9754 tablet_service.cc:1511] Processing CreateTablet for tablet 473dcd77d87245c39a6b714384c815fc (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:34.230700  9754 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 473dcd77d87245c39a6b714384c815fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.230986  9678 tablet_service.cc:1511] Processing CreateTablet for tablet 473dcd77d87245c39a6b714384c815fc (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:34.232280  9678 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 473dcd77d87245c39a6b714384c815fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.239693  9886 tablet_bootstrap.cc:654] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.244037  9887 tablet_bootstrap.cc:492] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10: Bootstrap starting.
I20260630 12:37:34.255016  9887 tablet_bootstrap.cc:654] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.260076  9755 tablet_service.cc:1511] Processing CreateTablet for tablet 9296036c6bd040eaa0d67674c7ac9db7 (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:34.261926  9755 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9296036c6bd040eaa0d67674c7ac9db7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.267343  9679 tablet_service.cc:1511] Processing CreateTablet for tablet 9296036c6bd040eaa0d67674c7ac9db7 (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:34.269805  9679 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9296036c6bd040eaa0d67674c7ac9db7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.272286  9831 tablet_service.cc:1511] Processing CreateTablet for tablet 9296036c6bd040eaa0d67674c7ac9db7 (DEFAULT_TABLE table=test-workload [id=cbab4ac24e3a40b0962c0e3631205e6f]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:34.274233  9831 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9296036c6bd040eaa0d67674c7ac9db7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:34.284082  9889 tablet_bootstrap.cc:492] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4: Bootstrap starting.
I20260630 12:37:34.292217  9887 tablet_bootstrap.cc:492] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10: No bootstrap required, opened a new log
I20260630 12:37:34.292834  9887 ts_tablet_manager.cc:1403] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10: Time spent bootstrapping tablet: real 0.049s	user 0.013s	sys 0.000s
I20260630 12:37:34.296346  9887 raft_consensus.cc:359] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.296900  9887 raft_consensus.cc:385] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.297168  9887 raft_consensus.cc:740] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.297851  9887 consensus_queue.cc:260] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.300019  9886 tablet_bootstrap.cc:492] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad: No bootstrap required, opened a new log
I20260630 12:37:34.300767  9886 ts_tablet_manager.cc:1403] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent bootstrapping tablet: real 0.073s	user 0.007s	sys 0.022s
I20260630 12:37:34.301226  9889 tablet_bootstrap.cc:654] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.304562  9886 raft_consensus.cc:359] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.305614  9886 raft_consensus.cc:385] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.306051  9886 raft_consensus.cc:740] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.307256  9886 consensus_queue.cc:260] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.308490  9887 ts_tablet_manager.cc:1434] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:37:34.309990  9887 tablet_bootstrap.cc:492] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10: Bootstrap starting.
I20260630 12:37:34.317507  9887 tablet_bootstrap.cc:654] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.327435  9889 tablet_bootstrap.cc:492] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4: No bootstrap required, opened a new log
I20260630 12:37:34.327735  9886 ts_tablet_manager.cc:1434] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent starting tablet: real 0.027s	user 0.019s	sys 0.006s
I20260630 12:37:34.328035  9889 ts_tablet_manager.cc:1403] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4: Time spent bootstrapping tablet: real 0.044s	user 0.017s	sys 0.012s
I20260630 12:37:34.329214  9886 tablet_bootstrap.cc:492] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad: Bootstrap starting.
I20260630 12:37:34.331358  9889 raft_consensus.cc:359] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.332271  9889 raft_consensus.cc:385] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.332543  9887 tablet_bootstrap.cc:492] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10: No bootstrap required, opened a new log
I20260630 12:37:34.332680  9889 raft_consensus.cc:740] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0165c9d34379409297b42d422e0b02a4, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.333199  9887 ts_tablet_manager.cc:1403] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.013s
I20260630 12:37:34.333928  9889 consensus_queue.cc:260] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.336092  9887 raft_consensus.cc:359] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.336864  9886 tablet_bootstrap.cc:654] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.336913  9887 raft_consensus.cc:385] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.337438  9887 raft_consensus.cc:740] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.338260  9887 consensus_queue.cc:260] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.340708  9887 ts_tablet_manager.cc:1434] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:34.341832  9887 tablet_bootstrap.cc:492] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10: Bootstrap starting.
I20260630 12:37:34.343652  9889 ts_tablet_manager.cc:1434] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.004s
I20260630 12:37:34.349188  9887 tablet_bootstrap.cc:654] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.351302  9889 tablet_bootstrap.cc:492] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4: Bootstrap starting.
I20260630 12:37:34.355075  9897 raft_consensus.cc:493] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.355939  9897 raft_consensus.cc:515] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.360527  9889 tablet_bootstrap.cc:654] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.366266  9889 tablet_bootstrap.cc:492] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4: No bootstrap required, opened a new log
I20260630 12:37:34.366984  9889 ts_tablet_manager.cc:1403] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:37:34.372510  9889 raft_consensus.cc:359] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.373198  9889 raft_consensus.cc:385] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.373504  9889 raft_consensus.cc:740] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0165c9d34379409297b42d422e0b02a4, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.376493  9889 consensus_queue.cc:260] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.378603  9897 leader_election.cc:290] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:34.381353  9889 ts_tablet_manager.cc:1434] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.002s
I20260630 12:37:34.382687  9889 tablet_bootstrap.cc:492] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4: Bootstrap starting.
I20260630 12:37:34.388516  9889 tablet_bootstrap.cc:654] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.393556  9886 tablet_bootstrap.cc:492] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad: No bootstrap required, opened a new log
I20260630 12:37:34.394114  9886 ts_tablet_manager.cc:1403] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent bootstrapping tablet: real 0.065s	user 0.020s	sys 0.000s
I20260630 12:37:34.396890  9887 tablet_bootstrap.cc:492] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10: No bootstrap required, opened a new log
I20260630 12:37:34.396827  9886 raft_consensus.cc:359] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.397651  9886 raft_consensus.cc:385] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.397766  9887 ts_tablet_manager.cc:1403] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10: Time spent bootstrapping tablet: real 0.056s	user 0.019s	sys 0.032s
I20260630 12:37:34.398033  9886 raft_consensus.cc:740] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.397989  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa5274c4bd174ae1ab8434d5b36c602f" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4" is_pre_election: true
I20260630 12:37:34.399453  9886 consensus_queue.cc:260] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
W20260630 12:37:34.400027  9805 leader_election.cc:343] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:34.405117  9887 raft_consensus.cc:359] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.406196  9887 raft_consensus.cc:385] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.406625  9887 raft_consensus.cc:740] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.408375  9886 ts_tablet_manager.cc:1434] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:37:34.407750  9887 consensus_queue.cc:260] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.411877  9886 tablet_bootstrap.cc:492] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad: Bootstrap starting.
I20260630 12:37:34.413735  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa5274c4bd174ae1ab8434d5b36c602f" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10" is_pre_election: true
I20260630 12:37:34.414638  9767 raft_consensus.cc:2468] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 0.
I20260630 12:37:34.416299  9806 leader_election.cc:304] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [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: 0ed19fd2941140f5977eaabb1945ab10, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4
I20260630 12:37:34.417052  9897 raft_consensus.cc:2804] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.417435  9897 raft_consensus.cc:493] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.417831  9897 raft_consensus.cc:3060] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.418332  9886 tablet_bootstrap.cc:654] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.418496  9889 tablet_bootstrap.cc:492] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4: No bootstrap required, opened a new log
I20260630 12:37:34.419196  9889 ts_tablet_manager.cc:1403] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4: Time spent bootstrapping tablet: real 0.037s	user 0.019s	sys 0.016s
I20260630 12:37:34.421977  9889 raft_consensus.cc:359] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.422508  9887 ts_tablet_manager.cc:1434] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10: Time spent starting tablet: real 0.024s	user 0.003s	sys 0.005s
I20260630 12:37:34.422806  9889 raft_consensus.cc:385] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.423151  9889 raft_consensus.cc:740] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0165c9d34379409297b42d422e0b02a4, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.424012  9889 consensus_queue.cc:260] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.428539  9887 tablet_bootstrap.cc:492] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10: Bootstrap starting.
I20260630 12:37:34.429430  9889 ts_tablet_manager.cc:1434] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:37:34.430524  9889 tablet_bootstrap.cc:492] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4: Bootstrap starting.
I20260630 12:37:34.427152  9897 raft_consensus.cc:515] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.434720  9887 tablet_bootstrap.cc:654] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.434651  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa5274c4bd174ae1ab8434d5b36c602f" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4"
W20260630 12:37:34.436636  9805 leader_election.cc:343] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:34.437283  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa5274c4bd174ae1ab8434d5b36c602f" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10"
I20260630 12:37:34.438058  9767 raft_consensus.cc:3060] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.444577  9889 tablet_bootstrap.cc:654] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.445861  9887 tablet_bootstrap.cc:492] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10: No bootstrap required, opened a new log
I20260630 12:37:34.446463  9887 ts_tablet_manager.cc:1403] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.003s
I20260630 12:37:34.447001  9767 raft_consensus.cc:2468] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 1.
I20260630 12:37:34.448565  9806 leader_election.cc:304] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [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: 0ed19fd2941140f5977eaabb1945ab10, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4
I20260630 12:37:34.448741  9887 raft_consensus.cc:359] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.449452  9887 raft_consensus.cc:385] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.449611  9893 raft_consensus.cc:2804] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.449752  9887 raft_consensus.cc:740] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.450691  9887 consensus_queue.cc:260] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.452157  9886 tablet_bootstrap.cc:492] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad: No bootstrap required, opened a new log
I20260630 12:37:34.452589  9886 ts_tablet_manager.cc:1403] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent bootstrapping tablet: real 0.041s	user 0.012s	sys 0.024s
I20260630 12:37:34.449644  9897 leader_election.cc:290] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 election: Requested vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:34.454895  9886 raft_consensus.cc:359] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.454589  9893 raft_consensus.cc:697] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 LEADER]: Becoming Leader. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Running, Role: LEADER
I20260630 12:37:34.455674  9886 raft_consensus.cc:385] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.456066  9886 raft_consensus.cc:740] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.456643  9887 ts_tablet_manager.cc:1434] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260630 12:37:34.456418  9893 consensus_queue.cc:237] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.456934  9886 consensus_queue.cc:260] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.458539  9887 tablet_bootstrap.cc:492] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10: Bootstrap starting.
I20260630 12:37:34.461419  9886 ts_tablet_manager.cc:1434] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260630 12:37:34.462471  9886 tablet_bootstrap.cc:492] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad: Bootstrap starting.
I20260630 12:37:34.465899  9889 tablet_bootstrap.cc:492] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4: No bootstrap required, opened a new log
I20260630 12:37:34.466656  9889 ts_tablet_manager.cc:1403] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4: Time spent bootstrapping tablet: real 0.036s	user 0.012s	sys 0.000s
I20260630 12:37:34.468865  9887 tablet_bootstrap.cc:654] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.469336  9889 raft_consensus.cc:359] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.471513  9590 catalog_manager.cc:5697] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad reported cstate change: term changed from 0 to 1, leader changed from <none> to c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3). New cstate: current_term: 1 leader_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:34.473366  9886 tablet_bootstrap.cc:654] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.474114  9889 raft_consensus.cc:385] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.474459  9887 tablet_bootstrap.cc:492] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10: No bootstrap required, opened a new log
I20260630 12:37:34.474658  9889 raft_consensus.cc:740] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0165c9d34379409297b42d422e0b02a4, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.475214  9887 ts_tablet_manager.cc:1403] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.005s
I20260630 12:37:34.475929  9889 consensus_queue.cc:260] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.478235  9887 raft_consensus.cc:359] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.479048  9887 raft_consensus.cc:385] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.479316  9887 raft_consensus.cc:740] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.480037  9887 consensus_queue.cc:260] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.482335  9887 ts_tablet_manager.cc:1434] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:34.483075  9889 ts_tablet_manager.cc:1434] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260630 12:37:34.483451  9887 tablet_bootstrap.cc:492] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10: Bootstrap starting.
I20260630 12:37:34.484326  9889 tablet_bootstrap.cc:492] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4: Bootstrap starting.
I20260630 12:37:34.485901  9886 tablet_bootstrap.cc:492] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad: No bootstrap required, opened a new log
I20260630 12:37:34.486435  9886 ts_tablet_manager.cc:1403] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.004s
I20260630 12:37:34.489545  9887 tablet_bootstrap.cc:654] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.489168  9886 raft_consensus.cc:359] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.489969  9886 raft_consensus.cc:385] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.490357  9886 raft_consensus.cc:740] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.491082  9889 tablet_bootstrap.cc:654] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.491240  9886 consensus_queue.cc:260] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.493856  9886 ts_tablet_manager.cc:1434] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:34.495132  9886 tablet_bootstrap.cc:492] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad: Bootstrap starting.
I20260630 12:37:34.502326  9886 tablet_bootstrap.cc:654] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.502847  9889 tablet_bootstrap.cc:492] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4: No bootstrap required, opened a new log
I20260630 12:37:34.503468  9889 ts_tablet_manager.cc:1403] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
I20260630 12:37:34.506803  9889 raft_consensus.cc:359] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.507932  9889 raft_consensus.cc:385] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.508376  9889 raft_consensus.cc:740] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0165c9d34379409297b42d422e0b02a4, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.509477  9889 consensus_queue.cc:260] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.515559  9889 ts_tablet_manager.cc:1434] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:37:34.518262  9889 tablet_bootstrap.cc:492] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4: Bootstrap starting.
I20260630 12:37:34.526338  9889 tablet_bootstrap.cc:654] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.529410  9886 tablet_bootstrap.cc:492] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad: No bootstrap required, opened a new log
I20260630 12:37:34.529968  9886 ts_tablet_manager.cc:1403] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent bootstrapping tablet: real 0.035s	user 0.009s	sys 0.023s
I20260630 12:37:34.535735  9886 raft_consensus.cc:359] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.536430  9886 raft_consensus.cc:385] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.536720  9886 raft_consensus.cc:740] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.537519  9886 consensus_queue.cc:260] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.539065  9887 tablet_bootstrap.cc:492] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10: No bootstrap required, opened a new log
I20260630 12:37:34.539604  9887 ts_tablet_manager.cc:1403] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10: Time spent bootstrapping tablet: real 0.056s	user 0.018s	sys 0.036s
I20260630 12:37:34.539911  9886 ts_tablet_manager.cc:1434] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.002s
I20260630 12:37:34.540884  9886 tablet_bootstrap.cc:492] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad: Bootstrap starting.
I20260630 12:37:34.541903  9889 tablet_bootstrap.cc:492] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4: No bootstrap required, opened a new log
I20260630 12:37:34.542469  9889 ts_tablet_manager.cc:1403] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.000s
I20260630 12:37:34.542493  9887 raft_consensus.cc:359] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.543362  9887 raft_consensus.cc:385] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.543660  9887 raft_consensus.cc:740] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.544471  9887 consensus_queue.cc:260] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.545452  9889 raft_consensus.cc:359] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.546135  9889 raft_consensus.cc:385] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.546403  9889 raft_consensus.cc:740] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0165c9d34379409297b42d422e0b02a4, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.547324  9891 raft_consensus.cc:493] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.547210  9889 consensus_queue.cc:260] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.547782  9891 raft_consensus.cc:515] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.550549  9891 leader_election.cc:290] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275)
I20260630 12:37:34.550905  9887 ts_tablet_manager.cc:1434] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.001s
I20260630 12:37:34.553115  9889 ts_tablet_manager.cc:1434] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:37:34.554498  9886 tablet_bootstrap.cc:654] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:34.568660  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249f03aa9c304e0389fa3a63fed2221d" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4" is_pre_election: true
I20260630 12:37:34.569416  9692 raft_consensus.cc:2468] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 0.
I20260630 12:37:34.571353  9731 leader_election.cc:304] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10; no voters: 
I20260630 12:37:34.572237  9891 raft_consensus.cc:2804] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.572582  9891 raft_consensus.cc:493] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.572881  9891 raft_consensus.cc:3060] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.573421  9893 raft_consensus.cc:493] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.573710  9886 tablet_bootstrap.cc:492] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad: No bootstrap required, opened a new log
I20260630 12:37:34.573891  9893 raft_consensus.cc:515] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.574477  9886 ts_tablet_manager.cc:1403] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent bootstrapping tablet: real 0.034s	user 0.008s	sys 0.018s
I20260630 12:37:34.576215  9893 leader_election.cc:290] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:34.577409  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249f03aa9c304e0389fa3a63fed2221d" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10" is_pre_election: true
I20260630 12:37:34.577857  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249f03aa9c304e0389fa3a63fed2221d" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4" is_pre_election: true
I20260630 12:37:34.577486  9886 raft_consensus.cc:359] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.578500  9692 raft_consensus.cc:2468] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 0.
I20260630 12:37:34.578539  9886 raft_consensus.cc:385] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:34.578994  9886 raft_consensus.cc:740] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Initialized, Role: FOLLOWER
I20260630 12:37:34.579767  9805 leader_election.cc:304] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0165c9d34379409297b42d422e0b02a4, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 
I20260630 12:37:34.579770  9886 consensus_queue.cc:260] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.581106  9897 raft_consensus.cc:2804] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.581481  9897 raft_consensus.cc:493] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.581853  9897 raft_consensus.cc:3060] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.581579  9891 raft_consensus.cc:515] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.582319  9886 ts_tablet_manager.cc:1434] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:34.583504  9767 raft_consensus.cc:2393] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c05b5ac8662a4aa1a9364bb4c597dcad in current term 1: Already voted for candidate 0ed19fd2941140f5977eaabb1945ab10 in this term.
I20260630 12:37:34.584407  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249f03aa9c304e0389fa3a63fed2221d" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4"
I20260630 12:37:34.585047  9692 raft_consensus.cc:3060] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.588630  9841 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249f03aa9c304e0389fa3a63fed2221d" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" is_pre_election: true
I20260630 12:37:34.589011  9840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249f03aa9c304e0389fa3a63fed2221d" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad"
I20260630 12:37:34.589006  9897 raft_consensus.cc:515] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.591372  9841 raft_consensus.cc:2393] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0ed19fd2941140f5977eaabb1945ab10 in current term 1: Already voted for candidate c05b5ac8662a4aa1a9364bb4c597dcad in this term.
I20260630 12:37:34.592839  9897 leader_election.cc:290] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 election: Requested vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:34.593540  9691 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249f03aa9c304e0389fa3a63fed2221d" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4"
I20260630 12:37:34.593946  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249f03aa9c304e0389fa3a63fed2221d" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10"
I20260630 12:37:34.594717  9767 raft_consensus.cc:2393] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c05b5ac8662a4aa1a9364bb4c597dcad in current term 1: Already voted for candidate 0ed19fd2941140f5977eaabb1945ab10 in this term.
I20260630 12:37:34.595770  9806 leader_election.cc:304] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [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: c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10
I20260630 12:37:34.584530  9891 leader_election.cc:290] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 election: Requested vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275)
I20260630 12:37:34.596829  9897 raft_consensus.cc:2749] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:34.596941  9692 raft_consensus.cc:2468] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 1.
I20260630 12:37:34.598119  9731 leader_election.cc:304] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [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: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10; no voters: c05b5ac8662a4aa1a9364bb4c597dcad
I20260630 12:37:34.598845  9891 raft_consensus.cc:2804] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.599843  9891 raft_consensus.cc:697] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 1 LEADER]: Becoming Leader. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Running, Role: LEADER
I20260630 12:37:34.600580  9891 consensus_queue.cc:237] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.607118  9588 catalog_manager.cc:5697] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "0ed19fd2941140f5977eaabb1945ab10" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:34.640810  9891 raft_consensus.cc:493] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.641601  9895 raft_consensus.cc:493] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.641335  9891 raft_consensus.cc:515] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.642171  9895 raft_consensus.cc:515] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.643539  9891 leader_election.cc:290] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275)
I20260630 12:37:34.644451  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "326a906ba3cb463895d530c2bd763929" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4" is_pre_election: true
I20260630 12:37:34.644814  9841 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "326a906ba3cb463895d530c2bd763929" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" is_pre_election: true
I20260630 12:37:34.644454  9895 leader_election.cc:290] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793), c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275)
I20260630 12:37:34.645474  9841 raft_consensus.cc:2468] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 0.
I20260630 12:37:34.646893  9731 leader_election.cc:304] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ed19fd2941140f5977eaabb1945ab10, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 
I20260630 12:37:34.645301  9692 raft_consensus.cc:2468] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 0.
I20260630 12:37:34.647926  9891 raft_consensus.cc:2804] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.648408  9891 raft_consensus.cc:493] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.648777  9891 raft_consensus.cc:3060] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.653864  9895 raft_consensus.cc:493] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.654352  9895 raft_consensus.cc:515] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.655967  9891 raft_consensus.cc:515] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.656446  9895 leader_election.cc:290] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793), c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275)
I20260630 12:37:34.658609  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "326a906ba3cb463895d530c2bd763929" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4"
I20260630 12:37:34.659159  9692 raft_consensus.cc:3060] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.659732  9766 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa5274c4bd174ae1ab8434d5b36c602f" candidate_uuid: "0165c9d34379409297b42d422e0b02a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10" is_pre_election: true
I20260630 12:37:34.660019  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "326a906ba3cb463895d530c2bd763929" candidate_uuid: "0165c9d34379409297b42d422e0b02a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10" is_pre_election: true
I20260630 12:37:34.660632  9766 raft_consensus.cc:2393] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0165c9d34379409297b42d422e0b02a4 in current term 1: Already voted for candidate c05b5ac8662a4aa1a9364bb4c597dcad in this term.
I20260630 12:37:34.660844  9767 raft_consensus.cc:2393] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0165c9d34379409297b42d422e0b02a4 in current term 1: Already voted for candidate 0ed19fd2941140f5977eaabb1945ab10 in this term.
I20260630 12:37:34.662269  9891 leader_election.cc:290] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 election: Requested vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275)
I20260630 12:37:34.662388  9841 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "326a906ba3cb463895d530c2bd763929" candidate_uuid: "0165c9d34379409297b42d422e0b02a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" is_pre_election: true
I20260630 12:37:34.662726  9840 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aa5274c4bd174ae1ab8434d5b36c602f" candidate_uuid: "0165c9d34379409297b42d422e0b02a4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" is_pre_election: true
I20260630 12:37:34.663002  9841 raft_consensus.cc:2468] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0165c9d34379409297b42d422e0b02a4 in term 0.
I20260630 12:37:34.664281  9656 leader_election.cc:304] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [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: 0165c9d34379409297b42d422e0b02a4; no voters: 0ed19fd2941140f5977eaabb1945ab10, c05b5ac8662a4aa1a9364bb4c597dcad
I20260630 12:37:34.664692  9841 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "326a906ba3cb463895d530c2bd763929" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad"
I20260630 12:37:34.665143  9895 raft_consensus.cc:3060] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.665220  9841 raft_consensus.cc:3060] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.665522  9656 leader_election.cc:304] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [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: 0165c9d34379409297b42d422e0b02a4, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0ed19fd2941140f5977eaabb1945ab10
I20260630 12:37:34.665951  9692 raft_consensus.cc:2468] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 1.
I20260630 12:37:34.667449  9921 raft_consensus.cc:2764] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:37:34.667840  9731 leader_election.cc:304] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10; no voters: 
I20260630 12:37:34.668671  9891 raft_consensus.cc:2804] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.670138  9891 raft_consensus.cc:697] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 LEADER]: Becoming Leader. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Running, Role: LEADER
I20260630 12:37:34.670933  9891 consensus_queue.cc:237] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.671695  9841 raft_consensus.cc:2468] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 1.
I20260630 12:37:34.673847  9895 raft_consensus.cc:2749] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:34.678593  9588 catalog_manager.cc:5697] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "0ed19fd2941140f5977eaabb1945ab10" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:34.684808  9638 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:34.698570  9891 raft_consensus.cc:493] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.699043  9891 raft_consensus.cc:515] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.700685  9891 leader_election.cc:290] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275), 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157)
I20260630 12:37:34.701326  9841 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfb9cd59ee8a4a36a66ea452fed98ddf" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" is_pre_election: true
I20260630 12:37:34.701718  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfb9cd59ee8a4a36a66ea452fed98ddf" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4" is_pre_election: true
I20260630 12:37:34.702046  9841 raft_consensus.cc:2468] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 0.
I20260630 12:37:34.702400  9692 raft_consensus.cc:2468] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 0.
I20260630 12:37:34.703109  9731 leader_election.cc:304] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ed19fd2941140f5977eaabb1945ab10, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 
I20260630 12:37:34.703683  9891 raft_consensus.cc:2804] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.703972  9891 raft_consensus.cc:493] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.704248  9891 raft_consensus.cc:3060] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.708729  9891 raft_consensus.cc:515] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.710232  9891 leader_election.cc:290] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 election: Requested vote from peers c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3:43275), 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157)
I20260630 12:37:34.711004  9841 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfb9cd59ee8a4a36a66ea452fed98ddf" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad"
I20260630 12:37:34.711295  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfb9cd59ee8a4a36a66ea452fed98ddf" candidate_uuid: "0ed19fd2941140f5977eaabb1945ab10" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4"
I20260630 12:37:34.711512  9841 raft_consensus.cc:3060] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.711886  9692 raft_consensus.cc:3060] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.715910  9841 raft_consensus.cc:2468] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 1.
I20260630 12:37:34.716490  9692 raft_consensus.cc:2468] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ed19fd2941140f5977eaabb1945ab10 in term 1.
I20260630 12:37:34.717028  9897 raft_consensus.cc:493] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.716913  9731 leader_election.cc:304] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ed19fd2941140f5977eaabb1945ab10, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 
I20260630 12:37:34.718057  9891 raft_consensus.cc:2804] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.717726  9897 raft_consensus.cc:515] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.718533  9891 raft_consensus.cc:697] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 1 LEADER]: Becoming Leader. State: Replica: 0ed19fd2941140f5977eaabb1945ab10, State: Running, Role: LEADER
I20260630 12:37:34.719338  9891 consensus_queue.cc:237] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:34.719956  9897 leader_election.cc:290] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:34.720635  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "473dcd77d87245c39a6b714384c815fc" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4" is_pre_election: true
I20260630 12:37:34.721024  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "473dcd77d87245c39a6b714384c815fc" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10" is_pre_election: true
I20260630 12:37:34.721266  9692 raft_consensus.cc:2468] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 0.
I20260630 12:37:34.721630  9767 raft_consensus.cc:2468] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 0.
I20260630 12:37:34.722357  9805 leader_election.cc:304] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0165c9d34379409297b42d422e0b02a4, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 
I20260630 12:37:34.723152  9897 raft_consensus.cc:2804] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.723521  9897 raft_consensus.cc:493] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.723930  9897 raft_consensus.cc:3060] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.728124  9588 catalog_manager.cc:5697] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "0ed19fd2941140f5977eaabb1945ab10" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:34.730644  9897 raft_consensus.cc:515] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.732436  9897 leader_election.cc:290] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 election: Requested vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:34.733196  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "473dcd77d87245c39a6b714384c815fc" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4"
I20260630 12:37:34.733501  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "473dcd77d87245c39a6b714384c815fc" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10"
I20260630 12:37:34.733803  9692 raft_consensus.cc:3060] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.734184  9767 raft_consensus.cc:3060] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.740120  9692 raft_consensus.cc:2468] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 1.
I20260630 12:37:34.740749  9767 raft_consensus.cc:2468] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 1.
I20260630 12:37:34.741106  9805 leader_election.cc:304] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0165c9d34379409297b42d422e0b02a4, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 
I20260630 12:37:34.741804  9897 raft_consensus.cc:2804] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.742244  9897 raft_consensus.cc:697] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 LEADER]: Becoming Leader. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Running, Role: LEADER
I20260630 12:37:34.742880  9897 consensus_queue.cc:237] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.749583  9587 catalog_manager.cc:5697] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad reported cstate change: term changed from 0 to 1, leader changed from <none> to c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3). New cstate: current_term: 1 leader_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:34.780506  9897 raft_consensus.cc:493] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:34.781006  9897 raft_consensus.cc:515] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.783004  9897 leader_election.cc:290] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:34.783676  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9296036c6bd040eaa0d67674c7ac9db7" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4" is_pre_election: true
I20260630 12:37:34.783999  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9296036c6bd040eaa0d67674c7ac9db7" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10" is_pre_election: true
I20260630 12:37:34.784368  9692 raft_consensus.cc:2468] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 0.
I20260630 12:37:34.784650  9767 raft_consensus.cc:2468] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 0.
I20260630 12:37:34.785427  9805 leader_election.cc:304] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0165c9d34379409297b42d422e0b02a4, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 
I20260630 12:37:34.786211  9897 raft_consensus.cc:2804] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:34.786585  9897 raft_consensus.cc:493] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:34.786866  9897 raft_consensus.cc:3060] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.791996  9897 raft_consensus.cc:515] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.793591  9897 leader_election.cc:290] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 election: Requested vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:34.794289  9692 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9296036c6bd040eaa0d67674c7ac9db7" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0165c9d34379409297b42d422e0b02a4"
I20260630 12:37:34.794539  9767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9296036c6bd040eaa0d67674c7ac9db7" candidate_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ed19fd2941140f5977eaabb1945ab10"
I20260630 12:37:34.794780  9692 raft_consensus.cc:3060] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.795107  9767 raft_consensus.cc:3060] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:34.799402  9692 raft_consensus.cc:2468] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 1.
I20260630 12:37:34.799614  9767 raft_consensus.cc:2468] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c05b5ac8662a4aa1a9364bb4c597dcad in term 1.
I20260630 12:37:34.800374  9805 leader_election.cc:304] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0165c9d34379409297b42d422e0b02a4, c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 
I20260630 12:37:34.801045  9897 raft_consensus.cc:2804] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:34.801527  9897 raft_consensus.cc:697] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 LEADER]: Becoming Leader. State: Replica: c05b5ac8662a4aa1a9364bb4c597dcad, State: Running, Role: LEADER
I20260630 12:37:34.802171  9897 consensus_queue.cc:237] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:34.808776  9587 catalog_manager.cc:5697] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad reported cstate change: term changed from 0 to 1, leader changed from <none> to c05b5ac8662a4aa1a9364bb4c597dcad (127.0.235.3). New cstate: current_term: 1 leader_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:34.923023  9897 consensus_queue.cc:1048] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Connected to new peer: Peer: permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:34.949723  9893 consensus_queue.cc:1048] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.021376  9691 raft_consensus.cc:1275] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Refusing update from remote peer 0ed19fd2941140f5977eaabb1945ab10: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.022890  9692 raft_consensus.cc:1275] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Refusing update from remote peer c05b5ac8662a4aa1a9364bb4c597dcad: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.024868  9905 consensus_queue.cc:1048] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Connected to new peer: Peer: permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.022890  9767 raft_consensus.cc:1275] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Refusing update from remote peer c05b5ac8662a4aa1a9364bb4c597dcad: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.027619  9891 consensus_queue.cc:1048] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:35.028455  9766 raft_consensus.cc:1275] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Refusing update from remote peer c05b5ac8662a4aa1a9364bb4c597dcad: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.033331  9897 consensus_queue.cc:1048] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.034657  9690 raft_consensus.cc:1275] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Refusing update from remote peer c05b5ac8662a4aa1a9364bb4c597dcad: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.034956  9897 consensus_queue.cc:1048] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:35.039549  9897 consensus_queue.cc:1048] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [LEADER]: Connected to new peer: Peer: permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.051256  9689 raft_consensus.cc:1275] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Refusing update from remote peer 0ed19fd2941140f5977eaabb1945ab10: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.056406  9689 raft_consensus.cc:1275] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Refusing update from remote peer 0ed19fd2941140f5977eaabb1945ab10: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.064386  9841 raft_consensus.cc:1275] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Refusing update from remote peer 0ed19fd2941140f5977eaabb1945ab10: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.067966  9917 consensus_queue.cc:1048] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.068992  9841 raft_consensus.cc:1275] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Refusing update from remote peer 0ed19fd2941140f5977eaabb1945ab10: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.076395  9891 consensus_queue.cc:1048] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.079443  9891 consensus_queue.cc:1048] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.088027  9841 raft_consensus.cc:1275] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Refusing update from remote peer 0ed19fd2941140f5977eaabb1945ab10: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:35.103138  9953 consensus_queue.cc:1048] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:35.127105  9953 consensus_queue.cc:1048] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:35.666368  9941 mvcc.cc:204] Tried to move back new op lower bound from 7302443233715671040 to 7302443231651721216. Current Snapshot: MvccSnapshot[applied={T|T < 7302443233715671040 or (T in {7302443233715671040})}]
W20260630 12:37:36.350356  9788 debug-util.cc:398] Leaking SignalData structure 0x7b080005c960 after lost signal to thread 943
W20260630 12:37:36.352051  9788 debug-util.cc:398] Leaking SignalData structure 0x7b080026e660 after lost signal to thread 9624
W20260630 12:37:36.353781  9788 debug-util.cc:398] Leaking SignalData structure 0x7b080024c460 after lost signal to thread 9716
W20260630 12:37:36.355518  9788 debug-util.cc:398] Leaking SignalData structure 0x7b08001462c0 after lost signal to thread 9791
W20260630 12:37:36.368737  9788 debug-util.cc:398] Leaking SignalData structure 0x7b08001a94a0 after lost signal to thread 9865
I20260630 12:37:36.838256   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:37:36.874378   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:36.875268   940 tablet_replica.cc:333] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4: stopping tablet replica
I20260630 12:37:36.876088   940 raft_consensus.cc:2243] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.876771   940 raft_consensus.cc:2272] T 9296036c6bd040eaa0d67674c7ac9db7 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.880282   940 tablet_replica.cc:333] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4: stopping tablet replica
I20260630 12:37:36.880904   940 raft_consensus.cc:2243] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.881395   940 raft_consensus.cc:2272] T 473dcd77d87245c39a6b714384c815fc P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.884464   940 tablet_replica.cc:333] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4: stopping tablet replica
I20260630 12:37:36.885035   940 raft_consensus.cc:2243] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.885509   940 raft_consensus.cc:2272] T aa5274c4bd174ae1ab8434d5b36c602f P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.888376   940 tablet_replica.cc:333] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4: stopping tablet replica
I20260630 12:37:36.888933   940 raft_consensus.cc:2243] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.889358   940 raft_consensus.cc:2272] T 249f03aa9c304e0389fa3a63fed2221d P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.892472   940 tablet_replica.cc:333] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4: stopping tablet replica
I20260630 12:37:36.893070   940 raft_consensus.cc:2243] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.893503   940 raft_consensus.cc:2272] T 326a906ba3cb463895d530c2bd763929 P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.896564   940 tablet_replica.cc:333] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4: stopping tablet replica
I20260630 12:37:36.897094   940 raft_consensus.cc:2243] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.897531   940 raft_consensus.cc:2272] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0165c9d34379409297b42d422e0b02a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.928095   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:37:36.950387   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:37:36.990068   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:36.990965   940 tablet_replica.cc:333] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10: stopping tablet replica
I20260630 12:37:36.991923   940 raft_consensus.cc:2243] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.992651   940 raft_consensus.cc:2272] T 9296036c6bd040eaa0d67674c7ac9db7 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.996685   940 tablet_replica.cc:333] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10: stopping tablet replica
I20260630 12:37:36.997485   940 raft_consensus.cc:2243] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.998090   940 raft_consensus.cc:2272] T 473dcd77d87245c39a6b714384c815fc P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:37.001837   940 tablet_replica.cc:333] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10: stopping tablet replica
I20260630 12:37:37.002707   940 raft_consensus.cc:2243] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:37.003798   940 raft_consensus.cc:2272] T 249f03aa9c304e0389fa3a63fed2221d P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:37.007215   940 tablet_replica.cc:333] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10: stopping tablet replica
I20260630 12:37:37.007967   940 raft_consensus.cc:2243] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:37.008554   940 raft_consensus.cc:2272] T aa5274c4bd174ae1ab8434d5b36c602f P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:37.012121   940 tablet_replica.cc:333] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10: stopping tablet replica
I20260630 12:37:37.012887   940 raft_consensus.cc:2243] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:37.013895   940 raft_consensus.cc:2272] T 326a906ba3cb463895d530c2bd763929 P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:37.017333   940 tablet_replica.cc:333] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10: stopping tablet replica
I20260630 12:37:37.018059   940 raft_consensus.cc:2243] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:37.019131   940 raft_consensus.cc:2272] T dfb9cd59ee8a4a36a66ea452fed98ddf P 0ed19fd2941140f5977eaabb1945ab10 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:37.184427  9806 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111) [suppressed 3 similar messages]
W20260630 12:37:37.198130  9806 consensus_peers.cc:597] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Couldn't send request to peer 0ed19fd2941140f5977eaabb1945ab10. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:37.219439  9806 consensus_peers.cc:597] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Couldn't send request to peer 0ed19fd2941140f5977eaabb1945ab10. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:37.269438  9805 consensus_peers.cc:597] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Couldn't send request to peer 0165c9d34379409297b42d422e0b02a4. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:37.342372  9806 consensus_peers.cc:597] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Couldn't send request to peer 0ed19fd2941140f5977eaabb1945ab10. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:37.363011  9805 consensus_peers.cc:597] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Couldn't send request to peer 0165c9d34379409297b42d422e0b02a4. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:37.421296  9805 consensus_peers.cc:597] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Couldn't send request to peer 0165c9d34379409297b42d422e0b02a4. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:38.042110   940 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 9788)
I20260630 12:37:38.326630  9988 raft_consensus.cc:493] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0ed19fd2941140f5977eaabb1945ab10)
I20260630 12:37:38.327389  9988 raft_consensus.cc:515] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:38.329998  9988 leader_election.cc:290] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:38.334386  9988 raft_consensus.cc:493] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0ed19fd2941140f5977eaabb1945ab10)
I20260630 12:37:38.334879  9988 raft_consensus.cc:515] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
W20260630 12:37:38.335229  9805 leader_election.cc:336] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111)
I20260630 12:37:38.335816  9985 raft_consensus.cc:493] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0ed19fd2941140f5977eaabb1945ab10)
I20260630 12:37:38.336351  9985 raft_consensus.cc:515] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:38.337041  9988 leader_election.cc:290] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
I20260630 12:37:38.338354  9985 leader_election.cc:290] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
W20260630 12:37:38.339519  9806 leader_election.cc:336] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111)
I20260630 12:37:38.339998  9806 leader_election.cc:304] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [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: c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10
I20260630 12:37:38.340930  9985 raft_consensus.cc:2749] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:37:38.342290  9805 leader_election.cc:336] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111)
W20260630 12:37:38.342824  9806 leader_election.cc:336] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111)
I20260630 12:37:38.343286  9806 leader_election.cc:304] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [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: c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10
W20260630 12:37:38.344036  9806 leader_election.cc:336] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111)
I20260630 12:37:38.344077  9985 raft_consensus.cc:2749] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:37:38.345947  9805 leader_election.cc:336] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111)
I20260630 12:37:38.346385  9805 leader_election.cc:304] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [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: c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10
I20260630 12:37:38.346997  9985 raft_consensus.cc:2749] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:37:39.042650   940 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 9788)
W20260630 12:37:39.686537  9806 consensus_peers.cc:597] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Couldn't send request to peer 0ed19fd2941140f5977eaabb1945ab10. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:37:39.707592  9806 consensus_peers.cc:597] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Couldn't send request to peer 0ed19fd2941140f5977eaabb1945ab10. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:37:39.730923  9806 consensus_peers.cc:597] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Couldn't send request to peer 0ed19fd2941140f5977eaabb1945ab10. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:37:39.778885  9805 consensus_peers.cc:597] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Couldn't send request to peer 0165c9d34379409297b42d422e0b02a4. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:37:39.915561  9985 raft_consensus.cc:493] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0ed19fd2941140f5977eaabb1945ab10)
I20260630 12:37:39.916154  9985 raft_consensus.cc:515] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:39.918112  9985 leader_election.cc:290] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
W20260630 12:37:39.922406  9805 leader_election.cc:336] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111)
W20260630 12:37:39.923308  9806 leader_election.cc:336] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111)
I20260630 12:37:39.923667  9806 leader_election.cc:304] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [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: c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10
I20260630 12:37:39.924294  9985 raft_consensus.cc:2749] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:39.939246  9985 raft_consensus.cc:493] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0ed19fd2941140f5977eaabb1945ab10)
I20260630 12:37:39.939801  9985 raft_consensus.cc:515] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } } peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } }
I20260630 12:37:39.942258  9985 leader_election.cc:290] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
W20260630 12:37:39.946079  9805 leader_election.cc:336] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111)
W20260630 12:37:39.946882  9806 leader_election.cc:336] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111)
I20260630 12:37:39.947243  9806 leader_election.cc:304] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [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: c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10
I20260630 12:37:39.947853  9985 raft_consensus.cc:2749] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:37:40.043217   940 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 9788)
I20260630 12:37:40.158842  9985 raft_consensus.cc:493] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0ed19fd2941140f5977eaabb1945ab10)
I20260630 12:37:40.159348  9985 raft_consensus.cc:515] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0165c9d34379409297b42d422e0b02a4" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 46157 } } peers { permanent_uuid: "0ed19fd2941140f5977eaabb1945ab10" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 46793 } } peers { permanent_uuid: "c05b5ac8662a4aa1a9364bb4c597dcad" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 43275 } }
I20260630 12:37:40.161257  9985 leader_election.cc:290] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157), 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793)
W20260630 12:37:40.165418  9806 leader_election.cc:336] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0ed19fd2941140f5977eaabb1945ab10 (127.0.235.2:46793): Network error: Client connection negotiation failed: client connection to 127.0.235.2:46793: connect: Connection refused (error 111)
W20260630 12:37:40.165971  9805 leader_election.cc:336] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111)
I20260630 12:37:40.166424  9805 leader_election.cc:304] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [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: c05b5ac8662a4aa1a9364bb4c597dcad; no voters: 0165c9d34379409297b42d422e0b02a4, 0ed19fd2941140f5977eaabb1945ab10
I20260630 12:37:40.167085  9985 raft_consensus.cc:2749] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:37:40.202682  9805 consensus_peers.cc:597] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Couldn't send request to peer 0165c9d34379409297b42d422e0b02a4. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:37:40.306988  9805 consensus_peers.cc:597] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad -> Peer 0165c9d34379409297b42d422e0b02a4 (127.0.235.1:46157): Couldn't send request to peer 0165c9d34379409297b42d422e0b02a4. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:46157: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260630 12:37:41.043777   940 thread.cc:527] Waited for 4000ms trying to join with diag-logger (tid 9788)
I20260630 12:37:41.651410   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:37:41.675005   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:37:41.697697   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:41.698436   940 tablet_replica.cc:333] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad: stopping tablet replica
I20260630 12:37:41.699106   940 raft_consensus.cc:2243] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:41.699965   940 raft_consensus.cc:2272] T 9296036c6bd040eaa0d67674c7ac9db7 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.702275   940 tablet_replica.cc:333] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad: stopping tablet replica
I20260630 12:37:41.702826   940 raft_consensus.cc:2243] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:41.703310   940 raft_consensus.cc:2272] T dfb9cd59ee8a4a36a66ea452fed98ddf P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.705367   940 tablet_replica.cc:333] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad: stopping tablet replica
I20260630 12:37:41.705986   940 raft_consensus.cc:2243] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:41.706791   940 raft_consensus.cc:2272] T 473dcd77d87245c39a6b714384c815fc P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.708921   940 tablet_replica.cc:333] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad: stopping tablet replica
I20260630 12:37:41.709425   940 raft_consensus.cc:2243] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:41.709868   940 raft_consensus.cc:2272] T 326a906ba3cb463895d530c2bd763929 P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.711912   940 tablet_replica.cc:333] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad: stopping tablet replica
I20260630 12:37:41.712399   940 raft_consensus.cc:2243] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:41.712836   940 raft_consensus.cc:2272] T 249f03aa9c304e0389fa3a63fed2221d P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.714931   940 tablet_replica.cc:333] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad: stopping tablet replica
I20260630 12:37:41.715508   940 raft_consensus.cc:2243] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:41.716266   940 raft_consensus.cc:2272] T aa5274c4bd174ae1ab8434d5b36c602f P c05b5ac8662a4aa1a9364bb4c597dcad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.742267   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:37:41.760237   940 master.cc:562] Master@127.0.235.62:41117 shutting down...
I20260630 12:37:41.783876   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:41.784392   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:41.784644   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 92f06ad993f74b309c55f8546d80493c: stopping tablet replica
I20260630 12:37:41.804136   940 master.cc:584] Master@127.0.235.62:41117 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (9291 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:37:41.847343   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:39769
I20260630 12:37:41.848500   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:41.853922  9993 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:41.854207  9994 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:41.855291  9996 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:41.856594   940 server_base.cc:1061] running on GCE node
I20260630 12:37:41.857436   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:41.857645   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:41.857828   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823061857812 us; error 0 us; skew 500 ppm
I20260630 12:37:41.858343   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:41.860822   940 webserver.cc:533] Webserver started at http://127.0.235.62:41429/ using document root <none> and password file <none>
I20260630 12:37:41.861289   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:41.861496   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:41.861788   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:41.862926   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "b9251da54c764d728c0906dfb8bdb7d6"
format_stamp: "Formatted at 2026-06-30 12:37:41 on dist-test-slave-47x1"
I20260630 12:37:41.867278   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:41.870383 10001 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:41.871102   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:41.871388   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "b9251da54c764d728c0906dfb8bdb7d6"
format_stamp: "Formatted at 2026-06-30 12:37:41 on dist-test-slave-47x1"
I20260630 12:37:41.871668   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:41.887929   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:41.889030   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:41.924997   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:39769
I20260630 12:37:41.925154 10052 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:39769 every 8 connection(s)
I20260630 12:37:41.928710 10053 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:41.939177 10053 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6: Bootstrap starting.
I20260630 12:37:41.943665 10053 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:41.947541 10053 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6: No bootstrap required, opened a new log
I20260630 12:37:41.949522 10053 raft_consensus.cc:359] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9251da54c764d728c0906dfb8bdb7d6" member_type: VOTER }
I20260630 12:37:41.949879 10053 raft_consensus.cc:385] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:41.950191 10053 raft_consensus.cc:740] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9251da54c764d728c0906dfb8bdb7d6, State: Initialized, Role: FOLLOWER
I20260630 12:37:41.950878 10053 consensus_queue.cc:260] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b9251da54c764d728c0906dfb8bdb7d6" member_type: VOTER }
I20260630 12:37:41.951341 10053 raft_consensus.cc:399] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:41.951560 10053 raft_consensus.cc:493] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:41.951836 10053 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:41.956027 10053 raft_consensus.cc:515] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9251da54c764d728c0906dfb8bdb7d6" member_type: VOTER }
I20260630 12:37:41.956486 10053 leader_election.cc:304] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [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: b9251da54c764d728c0906dfb8bdb7d6; no voters: 
I20260630 12:37:41.957508 10053 leader_election.cc:290] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:41.957904 10056 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:41.959203 10056 raft_consensus.cc:697] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 1 LEADER]: Becoming Leader. State: Replica: b9251da54c764d728c0906dfb8bdb7d6, State: Running, Role: LEADER
I20260630 12:37:41.959883 10056 consensus_queue.cc:237] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [LEADER]: Queue going to LEADER mode. State: All 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: "b9251da54c764d728c0906dfb8bdb7d6" member_type: VOTER }
I20260630 12:37:41.960409 10053 sys_catalog.cc:565] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:41.964232 10057 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b9251da54c764d728c0906dfb8bdb7d6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9251da54c764d728c0906dfb8bdb7d6" member_type: VOTER } }
I20260630 12:37:41.964872 10057 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:41.965181 10058 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b9251da54c764d728c0906dfb8bdb7d6. Latest consensus state: current_term: 1 leader_uuid: "b9251da54c764d728c0906dfb8bdb7d6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b9251da54c764d728c0906dfb8bdb7d6" member_type: VOTER } }
I20260630 12:37:41.965775 10058 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:41.968246 10063 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:41.976663 10063 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:41.977612   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:41.985177 10063 catalog_manager.cc:1383] Generated new cluster ID: 0de4588741914430bef1f35173ef1d58
I20260630 12:37:41.985430 10063 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:41.999114 10063 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:42.000313 10063 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:42.013725 10063 catalog_manager.cc:6070] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6: Generated new TSK 0
I20260630 12:37:42.014271 10063 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:42.044649   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:42.050400 10074 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.051826 10075 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.053673 10077 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:42.054373   940 server_base.cc:1061] running on GCE node
I20260630 12:37:42.055260   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:42.055493   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:42.055681   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823062055643 us; error 0 us; skew 500 ppm
I20260630 12:37:42.056190   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:42.058375   940 webserver.cc:533] Webserver started at http://127.0.235.1:42765/ using document root <none> and password file <none>
I20260630 12:37:42.058831   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:42.059026   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:42.059310   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:42.060343   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "28423325c53b481d9a2e94048d092e9a"
format_stamp: "Formatted at 2026-06-30 12:37:42 on dist-test-slave-47x1"
I20260630 12:37:42.064673   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:37:42.067806 10082 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.068459   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:42.068737   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "28423325c53b481d9a2e94048d092e9a"
format_stamp: "Formatted at 2026-06-30 12:37:42 on dist-test-slave-47x1"
I20260630 12:37:42.069003   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:42.099290   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:42.100448   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:42.101842   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:42.104141   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:42.104369   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.104606   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:42.104799   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.145462   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:42033
I20260630 12:37:42.145565 10144 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:42033 every 8 connection(s)
I20260630 12:37:42.150678   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:42.157070 10149 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.157991 10150 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.162154 10152 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:42.162382   940 server_base.cc:1061] running on GCE node
I20260630 12:37:42.164307   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:42.164577   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:42.164791   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823062164773 us; error 0 us; skew 500 ppm
I20260630 12:37:42.165439   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:42.167303 10145 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39769
I20260630 12:37:42.167655 10145 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:42.168116   940 webserver.cc:533] Webserver started at http://127.0.235.2:45405/ using document root <none> and password file <none>
I20260630 12:37:42.168488 10145 heartbeater.cc:507] Master 127.0.235.62:39769 requested a full tablet report, sending...
I20260630 12:37:42.168612   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:42.168953   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:42.169216   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:42.170410   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "702e3a91322740dd9622d80469a5fc96"
format_stamp: "Formatted at 2026-06-30 12:37:42 on dist-test-slave-47x1"
I20260630 12:37:42.170948 10018 ts_manager.cc:194] Registered new tserver with Master: 28423325c53b481d9a2e94048d092e9a (127.0.235.1:42033)
I20260630 12:37:42.172746 10018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52466
I20260630 12:37:42.175211   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:42.178371 10157 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.179136   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:42.179420   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "702e3a91322740dd9622d80469a5fc96"
format_stamp: "Formatted at 2026-06-30 12:37:42 on dist-test-slave-47x1"
I20260630 12:37:42.179701   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:42.189333   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:42.190405   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:42.191738   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:42.193787   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:42.194005   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.194289   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:42.194471   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.233021   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:44487
I20260630 12:37:42.233117 10219 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:44487 every 8 connection(s)
I20260630 12:37:42.237836   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:42.244874 10223 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.246423 10224 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.249075 10226 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:42.249369   940 server_base.cc:1061] running on GCE node
I20260630 12:37:42.250310 10220 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39769
I20260630 12:37:42.250411   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:42.250696 10220 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:42.250771   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:42.251165   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823062251145 us; error 0 us; skew 500 ppm
I20260630 12:37:42.251650 10220 heartbeater.cc:507] Master 127.0.235.62:39769 requested a full tablet report, sending...
I20260630 12:37:42.251730   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:42.253916 10018 ts_manager.cc:194] Registered new tserver with Master: 702e3a91322740dd9622d80469a5fc96 (127.0.235.2:44487)
I20260630 12:37:42.254304   940 webserver.cc:533] Webserver started at http://127.0.235.3:44887/ using document root <none> and password file <none>
I20260630 12:37:42.254839   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:42.255096   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:42.255295 10018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52476
I20260630 12:37:42.255375   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:42.256922   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "24f2b7c779c94cc0a6493d04065745bf"
format_stamp: "Formatted at 2026-06-30 12:37:42 on dist-test-slave-47x1"
I20260630 12:37:42.261040   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:42.264212 10231 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.264951   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:42.265228   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "24f2b7c779c94cc0a6493d04065745bf"
format_stamp: "Formatted at 2026-06-30 12:37:42 on dist-test-slave-47x1"
I20260630 12:37:42.265515   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:42.290957   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:42.292042   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:42.293442   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:42.295594   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:42.295825   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.296054   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:42.296231   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.333858   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:36805
I20260630 12:37:42.333964 10293 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:36805 every 8 connection(s)
I20260630 12:37:42.347170 10294 heartbeater.cc:344] Connected to a master server at 127.0.235.62:39769
I20260630 12:37:42.347553 10294 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:42.348203 10294 heartbeater.cc:507] Master 127.0.235.62:39769 requested a full tablet report, sending...
I20260630 12:37:42.349975 10018 ts_manager.cc:194] Registered new tserver with Master: 24f2b7c779c94cc0a6493d04065745bf (127.0.235.3:36805)
I20260630 12:37:42.350204   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013297899s
I20260630 12:37:42.351418 10018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52488
I20260630 12:37:43.175410 10145 heartbeater.cc:499] Master 127.0.235.62:39769 was elected leader, sending a full tablet report...
I20260630 12:37:43.257706 10220 heartbeater.cc:499] Master 127.0.235.62:39769 was elected leader, sending a full tablet report...
I20260630 12:37:43.353899 10294 heartbeater.cc:499] Master 127.0.235.62:39769 was elected leader, sending a full tablet report...
I20260630 12:37:43.402686 10018 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52504:
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:37:43.404579 10018 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:43.453593 10185 tablet_service.cc:1511] Processing CreateTablet for tablet 48263d2d0fb14511bfdb9e142bdd99a2 (DEFAULT_TABLE table=test-workload [id=333f263daa6941129bbc1a967133cab7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:43.454993 10185 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48263d2d0fb14511bfdb9e142bdd99a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:43.457425 10110 tablet_service.cc:1511] Processing CreateTablet for tablet 48263d2d0fb14511bfdb9e142bdd99a2 (DEFAULT_TABLE table=test-workload [id=333f263daa6941129bbc1a967133cab7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:43.458746 10110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48263d2d0fb14511bfdb9e142bdd99a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:43.459686 10259 tablet_service.cc:1511] Processing CreateTablet for tablet 48263d2d0fb14511bfdb9e142bdd99a2 (DEFAULT_TABLE table=test-workload [id=333f263daa6941129bbc1a967133cab7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:43.460804 10259 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48263d2d0fb14511bfdb9e142bdd99a2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:43.472422 10314 tablet_bootstrap.cc:492] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96: Bootstrap starting.
I20260630 12:37:43.473702 10315 tablet_bootstrap.cc:492] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf: Bootstrap starting.
I20260630 12:37:43.479043 10316 tablet_bootstrap.cc:492] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a: Bootstrap starting.
I20260630 12:37:43.479552 10314 tablet_bootstrap.cc:654] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:43.480279 10315 tablet_bootstrap.cc:654] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:43.486903 10316 tablet_bootstrap.cc:654] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:43.488617 10314 tablet_bootstrap.cc:492] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96: No bootstrap required, opened a new log
I20260630 12:37:43.488623 10315 tablet_bootstrap.cc:492] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf: No bootstrap required, opened a new log
I20260630 12:37:43.489272 10314 ts_tablet_manager.cc:1403] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96: Time spent bootstrapping tablet: real 0.017s	user 0.005s	sys 0.008s
I20260630 12:37:43.489377 10315 ts_tablet_manager.cc:1403] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.004s
I20260630 12:37:43.491812 10314 raft_consensus.cc:359] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.492082 10316 tablet_bootstrap.cc:492] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a: No bootstrap required, opened a new log
I20260630 12:37:43.492430 10314 raft_consensus.cc:385] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:43.492651 10316 ts_tablet_manager.cc:1403] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a: Time spent bootstrapping tablet: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:37:43.492307 10315 raft_consensus.cc:359] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.492897 10314 raft_consensus.cc:740] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 702e3a91322740dd9622d80469a5fc96, State: Initialized, Role: FOLLOWER
I20260630 12:37:43.493184 10315 raft_consensus.cc:385] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:43.493620 10315 raft_consensus.cc:740] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 24f2b7c779c94cc0a6493d04065745bf, State: Initialized, Role: FOLLOWER
I20260630 12:37:43.493870 10314 consensus_queue.cc:260] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.494537 10315 consensus_queue.cc:260] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.495673 10316 raft_consensus.cc:359] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.496636 10316 raft_consensus.cc:385] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:43.496999 10316 raft_consensus.cc:740] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 28423325c53b481d9a2e94048d092e9a, State: Initialized, Role: FOLLOWER
I20260630 12:37:43.497939 10316 consensus_queue.cc:260] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.499645 10315 ts_tablet_manager.cc:1434] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:37:43.502187 10314 ts_tablet_manager.cc:1434] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.004s
I20260630 12:37:43.507683 10316 ts_tablet_manager.cc:1434] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.004s
W20260630 12:37:43.588781 10295 tablet.cc:2406] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:43.643723 10321 raft_consensus.cc:493] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:43.644194 10321 raft_consensus.cc:515] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.646245 10321 leader_election.cc:290] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 702e3a91322740dd9622d80469a5fc96 (127.0.235.2:44487), 28423325c53b481d9a2e94048d092e9a (127.0.235.1:42033)
I20260630 12:37:43.657116 10195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48263d2d0fb14511bfdb9e142bdd99a2" candidate_uuid: "24f2b7c779c94cc0a6493d04065745bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "702e3a91322740dd9622d80469a5fc96" is_pre_election: true
I20260630 12:37:43.657920 10195 raft_consensus.cc:2468] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 24f2b7c779c94cc0a6493d04065745bf in term 0.
I20260630 12:37:43.658587 10120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48263d2d0fb14511bfdb9e142bdd99a2" candidate_uuid: "24f2b7c779c94cc0a6493d04065745bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28423325c53b481d9a2e94048d092e9a" is_pre_election: true
I20260630 12:37:43.659009 10235 leader_election.cc:304] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24f2b7c779c94cc0a6493d04065745bf, 702e3a91322740dd9622d80469a5fc96; no voters: 
I20260630 12:37:43.659284 10120 raft_consensus.cc:2468] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 24f2b7c779c94cc0a6493d04065745bf in term 0.
I20260630 12:37:43.659801 10321 raft_consensus.cc:2804] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:43.660162 10321 raft_consensus.cc:493] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:43.660472 10321 raft_consensus.cc:3060] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:43.665462 10321 raft_consensus.cc:515] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.666918 10321 leader_election.cc:290] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [CANDIDATE]: Term 1 election: Requested vote from peers 702e3a91322740dd9622d80469a5fc96 (127.0.235.2:44487), 28423325c53b481d9a2e94048d092e9a (127.0.235.1:42033)
I20260630 12:37:43.667724 10195 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48263d2d0fb14511bfdb9e142bdd99a2" candidate_uuid: "24f2b7c779c94cc0a6493d04065745bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "702e3a91322740dd9622d80469a5fc96"
I20260630 12:37:43.667994 10120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "48263d2d0fb14511bfdb9e142bdd99a2" candidate_uuid: "24f2b7c779c94cc0a6493d04065745bf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28423325c53b481d9a2e94048d092e9a"
I20260630 12:37:43.668284 10195 raft_consensus.cc:3060] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:43.668551 10120 raft_consensus.cc:3060] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:43.673678 10120 raft_consensus.cc:2468] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 24f2b7c779c94cc0a6493d04065745bf in term 1.
I20260630 12:37:43.673693 10195 raft_consensus.cc:2468] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 24f2b7c779c94cc0a6493d04065745bf in term 1.
I20260630 12:37:43.674989 10235 leader_election.cc:304] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 24f2b7c779c94cc0a6493d04065745bf, 702e3a91322740dd9622d80469a5fc96; no voters: 
I20260630 12:37:43.675586 10321 raft_consensus.cc:2804] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:43.676573 10321 raft_consensus.cc:697] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 1 LEADER]: Becoming Leader. State: Replica: 24f2b7c779c94cc0a6493d04065745bf, State: Running, Role: LEADER
I20260630 12:37:43.677364 10321 consensus_queue.cc:237] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } }
I20260630 12:37:43.685329 10017 catalog_manager.cc:5697] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf reported cstate change: term changed from 0 to 1, leader changed from <none> to 24f2b7c779c94cc0a6493d04065745bf (127.0.235.3). New cstate: current_term: 1 leader_uuid: "24f2b7c779c94cc0a6493d04065745bf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "24f2b7c779c94cc0a6493d04065745bf" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 36805 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:43.831830 10120 raft_consensus.cc:1275] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 1 FOLLOWER]: Refusing update from remote peer 24f2b7c779c94cc0a6493d04065745bf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:43.833448 10325 consensus_queue.cc:1048] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "28423325c53b481d9a2e94048d092e9a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42033 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:43.836692 10195 raft_consensus.cc:1275] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 1 FOLLOWER]: Refusing update from remote peer 24f2b7c779c94cc0a6493d04065745bf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:43.839313 10325 consensus_queue.cc:1048] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [LEADER]: Connected to new peer: Peer: permanent_uuid: "702e3a91322740dd9622d80469a5fc96" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 44487 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:44.295285   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:37:44.319470   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:44.320043   940 tablet_replica.cc:333] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a: stopping tablet replica
I20260630 12:37:44.320497   940 raft_consensus.cc:2243] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:44.320951   940 raft_consensus.cc:2272] T 48263d2d0fb14511bfdb9e142bdd99a2 P 28423325c53b481d9a2e94048d092e9a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:44.331496   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:37:44.340500   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:37:44.359772   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:44.360289   940 tablet_replica.cc:333] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96: stopping tablet replica
I20260630 12:37:44.360725   940 raft_consensus.cc:2243] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:44.361202   940 raft_consensus.cc:2272] T 48263d2d0fb14511bfdb9e142bdd99a2 P 702e3a91322740dd9622d80469a5fc96 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:44.371205   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:37:44.380125   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:37:44.399215   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:44.399941   940 tablet_replica.cc:333] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf: stopping tablet replica
I20260630 12:37:44.400409   940 raft_consensus.cc:2243] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:44.401190   940 raft_consensus.cc:2272] T 48263d2d0fb14511bfdb9e142bdd99a2 P 24f2b7c779c94cc0a6493d04065745bf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:44.420836   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:37:44.429508   940 master.cc:562] Master@127.0.235.62:39769 shutting down...
I20260630 12:37:44.446736   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:44.447209   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:44.447525   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P b9251da54c764d728c0906dfb8bdb7d6: stopping tablet replica
I20260630 12:37:44.465606   940 master.cc:584] Master@127.0.235.62:39769 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2642 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:37:44.491264   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:38349
I20260630 12:37:44.492354   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:44.497452 10348 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:44.497604 10349 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:44.499919   940 server_base.cc:1061] running on GCE node
W20260630 12:37:44.500056 10351 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:44.500960   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:44.501157   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:44.501359   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823064501324 us; error 0 us; skew 500 ppm
I20260630 12:37:44.501907   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:44.503997   940 webserver.cc:533] Webserver started at http://127.0.235.62:38203/ using document root <none> and password file <none>
I20260630 12:37:44.504479   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:44.504662   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:44.504945   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:44.505955   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "38bd3d730abb42e49fe39fd387f70e51"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-47x1"
I20260630 12:37:44.509972   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:44.513185 10356 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.513897   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:44.514313   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "38bd3d730abb42e49fe39fd387f70e51"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-47x1"
I20260630 12:37:44.514567   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:44.526177   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:44.527073   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:44.560654   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:38349
I20260630 12:37:44.560739 10407 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:38349 every 8 connection(s)
I20260630 12:37:44.564332 10408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:44.574553 10408 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51: Bootstrap starting.
I20260630 12:37:44.578557 10408 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:44.582134 10408 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51: No bootstrap required, opened a new log
I20260630 12:37:44.583927 10408 raft_consensus.cc:359] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "38bd3d730abb42e49fe39fd387f70e51" member_type: VOTER }
I20260630 12:37:44.584280 10408 raft_consensus.cc:385] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:44.584550 10408 raft_consensus.cc:740] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38bd3d730abb42e49fe39fd387f70e51, State: Initialized, Role: FOLLOWER
I20260630 12:37:44.585119 10408 consensus_queue.cc:260] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "38bd3d730abb42e49fe39fd387f70e51" member_type: VOTER }
I20260630 12:37:44.585566 10408 raft_consensus.cc:399] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:44.585788 10408 raft_consensus.cc:493] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:44.586082 10408 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:44.590210 10408 raft_consensus.cc:515] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "38bd3d730abb42e49fe39fd387f70e51" member_type: VOTER }
I20260630 12:37:44.590703 10408 leader_election.cc:304] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [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: 38bd3d730abb42e49fe39fd387f70e51; no voters: 
I20260630 12:37:44.591701 10408 leader_election.cc:290] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:44.591977 10411 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:44.593236 10411 raft_consensus.cc:697] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 1 LEADER]: Becoming Leader. State: Replica: 38bd3d730abb42e49fe39fd387f70e51, State: Running, Role: LEADER
I20260630 12:37:44.593849 10411 consensus_queue.cc:237] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [LEADER]: Queue going to LEADER mode. State: All 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: "38bd3d730abb42e49fe39fd387f70e51" member_type: VOTER }
I20260630 12:37:44.594551 10408 sys_catalog.cc:565] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:44.596724 10412 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "38bd3d730abb42e49fe39fd387f70e51" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "38bd3d730abb42e49fe39fd387f70e51" member_type: VOTER } }
I20260630 12:37:44.596733 10413 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 38bd3d730abb42e49fe39fd387f70e51. Latest consensus state: current_term: 1 leader_uuid: "38bd3d730abb42e49fe39fd387f70e51" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "38bd3d730abb42e49fe39fd387f70e51" member_type: VOTER } }
I20260630 12:37:44.597496 10412 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:44.597558 10413 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:44.607756 10416 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:44.612390 10416 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:44.613495   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:44.620493 10416 catalog_manager.cc:1383] Generated new cluster ID: fde006b211b74d9880f5e9da8453a183
I20260630 12:37:44.620770 10416 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:44.642963 10416 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:44.644125 10416 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:44.655340 10416 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51: Generated new TSK 0
I20260630 12:37:44.655882 10416 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:44.679665   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:44.685118 10429 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:44.686022 10430 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:44.688441 10432 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:44.688469   940 server_base.cc:1061] running on GCE node
I20260630 12:37:44.689531   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:44.689724   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:44.689903   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823064689868 us; error 0 us; skew 500 ppm
I20260630 12:37:44.690485   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:44.692530   940 webserver.cc:533] Webserver started at http://127.0.235.1:36141/ using document root <none> and password file <none>
I20260630 12:37:44.692976   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:44.693177   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:44.693440   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:44.694509   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "9a8f5d03823c48e8844765623649334a"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-47x1"
I20260630 12:37:44.698647   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:44.701514 10437 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.702220   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:37:44.702504   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "9a8f5d03823c48e8844765623649334a"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-47x1"
I20260630 12:37:44.702747   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:44.721895   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:44.722882   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:44.724172   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:44.726406   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:44.726621   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.726871   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:44.727039   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.762985   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:43591
I20260630 12:37:44.763084 10499 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:43591 every 8 connection(s)
I20260630 12:37:44.767771   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:44.774108 10504 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:44.774624 10505 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:44.780489 10507 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:44.780632   940 server_base.cc:1061] running on GCE node
I20260630 12:37:44.781927 10500 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38349
I20260630 12:37:44.782358 10500 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:44.783066 10500 heartbeater.cc:507] Master 127.0.235.62:38349 requested a full tablet report, sending...
I20260630 12:37:44.783118   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:44.783439   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:44.783596   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823064783566 us; error 0 us; skew 500 ppm
I20260630 12:37:44.784139   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:44.785465 10373 ts_manager.cc:194] Registered new tserver with Master: 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591)
I20260630 12:37:44.786662   940 webserver.cc:533] Webserver started at http://127.0.235.2:39663/ using document root <none> and password file <none>
I20260630 12:37:44.787289   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:44.787499   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:44.787770   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:44.787880 10373 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40638
I20260630 12:37:44.789074   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "2dd8b0ebe862418aae0b018701cac155"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-47x1"
I20260630 12:37:44.793083   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.004s	sys 0.002s
I20260630 12:37:44.796164 10512 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.796866   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:37:44.797135   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "2dd8b0ebe862418aae0b018701cac155"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-47x1"
I20260630 12:37:44.797385   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:44.817371   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:44.818362   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:44.819643   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:44.821739   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:44.821902   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.822224   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:44.822387   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.858129   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:43527
I20260630 12:37:44.858206 10574 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:43527 every 8 connection(s)
I20260630 12:37:44.862792   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:44.869457 10578 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:44.871465 10579 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:44.872478   940 server_base.cc:1061] running on GCE node
W20260630 12:37:44.873808 10581 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:44.874778   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:44.875038   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:44.875110 10575 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38349
I20260630 12:37:44.875247   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823064875199 us; error 0 us; skew 500 ppm
I20260630 12:37:44.875605 10575 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:44.875986   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:44.876410 10575 heartbeater.cc:507] Master 127.0.235.62:38349 requested a full tablet report, sending...
I20260630 12:37:44.878494 10373 ts_manager.cc:194] Registered new tserver with Master: 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527)
I20260630 12:37:44.878788   940 webserver.cc:533] Webserver started at http://127.0.235.3:41071/ using document root <none> and password file <none>
I20260630 12:37:44.879379   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:44.879561   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:44.879829   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:44.880053 10373 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40640
I20260630 12:37:44.881009   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "db54b6785c3e47e7bf358ddadbc6d6d7"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-47x1"
I20260630 12:37:44.885107   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:37:44.888227 10586 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.888972   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:44.889264   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "db54b6785c3e47e7bf358ddadbc6d6d7"
format_stamp: "Formatted at 2026-06-30 12:37:44 on dist-test-slave-47x1"
I20260630 12:37:44.889544   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:44.925372   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:44.926373   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:44.927683   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:44.929811   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:44.930053   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:37:44.930306   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:44.930488   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:44.965931   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:34143
I20260630 12:37:44.966069 10648 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:34143 every 8 connection(s)
I20260630 12:37:44.978572 10649 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38349
I20260630 12:37:44.979017 10649 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:44.979674 10649 heartbeater.cc:507] Master 127.0.235.62:38349 requested a full tablet report, sending...
I20260630 12:37:44.981478 10373 ts_manager.cc:194] Registered new tserver with Master: db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:44.982465   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013263934s
I20260630 12:37:44.982796 10373 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40642
I20260630 12:37:45.790383 10500 heartbeater.cc:499] Master 127.0.235.62:38349 was elected leader, sending a full tablet report...
I20260630 12:37:45.882380 10575 heartbeater.cc:499] Master 127.0.235.62:38349 was elected leader, sending a full tablet report...
I20260630 12:37:45.985406 10649 heartbeater.cc:499] Master 127.0.235.62:38349 was elected leader, sending a full tablet report...
I20260630 12:37:46.039336 10373 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40656:
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:37:46.101866 10540 tablet_service.cc:1511] Processing CreateTablet for tablet e62f214c7de64491af02d024966ba053 (DEFAULT_TABLE table=test-workload [id=eea726f1d28e4c289d21c06f79937175]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:46.103766 10540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e62f214c7de64491af02d024966ba053. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.109211 10539 tablet_service.cc:1511] Processing CreateTablet for tablet 7397c6a5e4864bc1b1104ee3ff324910 (DEFAULT_TABLE table=test-workload [id=eea726f1d28e4c289d21c06f79937175]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:46.110630 10539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7397c6a5e4864bc1b1104ee3ff324910. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.120148 10614 tablet_service.cc:1511] Processing CreateTablet for tablet cd309050f23e45f98275b1dfaffec30b (DEFAULT_TABLE table=test-workload [id=eea726f1d28e4c289d21c06f79937175]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:46.120383 10613 tablet_service.cc:1511] Processing CreateTablet for tablet 2d327a11bbbf46f48847ca140631931d (DEFAULT_TABLE table=test-workload [id=eea726f1d28e4c289d21c06f79937175]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:46.121631 10614 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cd309050f23e45f98275b1dfaffec30b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.124598 10613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d327a11bbbf46f48847ca140631931d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.126925 10465 tablet_service.cc:1511] Processing CreateTablet for tablet 950331e3e87946ae97bd963f9e95b580 (DEFAULT_TABLE table=test-workload [id=eea726f1d28e4c289d21c06f79937175]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:46.128517 10465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 950331e3e87946ae97bd963f9e95b580. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.139658 10464 tablet_service.cc:1511] Processing CreateTablet for tablet 739668277aef4730b8e4530605917525 (DEFAULT_TABLE table=test-workload [id=eea726f1d28e4c289d21c06f79937175]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:46.141045 10464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 739668277aef4730b8e4530605917525. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:46.145030 10670 tablet_bootstrap.cc:492] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155: Bootstrap starting.
I20260630 12:37:46.153439 10671 tablet_bootstrap.cc:492] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7: Bootstrap starting.
I20260630 12:37:46.163024 10672 tablet_bootstrap.cc:492] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a: Bootstrap starting.
I20260630 12:37:46.163774 10670 tablet_bootstrap.cc:654] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.166105 10671 tablet_bootstrap.cc:654] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.172840 10671 tablet_bootstrap.cc:492] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7: No bootstrap required, opened a new log
I20260630 12:37:46.172914 10670 tablet_bootstrap.cc:492] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155: No bootstrap required, opened a new log
I20260630 12:37:46.173067 10672 tablet_bootstrap.cc:654] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.173367 10671 ts_tablet_manager.cc:1403] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.000s
I20260630 12:37:46.173456 10670 ts_tablet_manager.cc:1403] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.003s
I20260630 12:37:46.176733 10671 raft_consensus.cc:359] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:46.176966 10670 raft_consensus.cc:359] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } }
I20260630 12:37:46.177597 10671 raft_consensus.cc:385] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.177685 10670 raft_consensus.cc:385] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.177799 10672 tablet_bootstrap.cc:492] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a: No bootstrap required, opened a new log
I20260630 12:37:46.178047 10671 raft_consensus.cc:740] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.178117 10670 raft_consensus.cc:740] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.178539 10672 ts_tablet_manager.cc:1403] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:37:46.179190 10671 consensus_queue.cc:260] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:46.179179 10670 consensus_queue.cc:260] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } }
I20260630 12:37:46.180157 10671 raft_consensus.cc:399] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.180253 10670 raft_consensus.cc:399] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.180580 10671 raft_consensus.cc:493] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.180667 10670 raft_consensus.cc:493] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.181071 10672 raft_consensus.cc:359] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } }
I20260630 12:37:46.181164 10670 raft_consensus.cc:3060] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.181097 10671 raft_consensus.cc:3060] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.181666 10672 raft_consensus.cc:385] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.182118 10672 raft_consensus.cc:740] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.182760 10672 consensus_queue.cc:260] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } }
I20260630 12:37:46.183247 10672 raft_consensus.cc:399] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.183491 10672 raft_consensus.cc:493] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.183785 10672 raft_consensus.cc:3060] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.189244 10670 raft_consensus.cc:515] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } }
I20260630 12:37:46.189252 10671 raft_consensus.cc:515] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:46.189778 10672 raft_consensus.cc:515] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } }
I20260630 12:37:46.190191 10670 leader_election.cc:304] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [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: 2dd8b0ebe862418aae0b018701cac155; no voters: 
I20260630 12:37:46.190316 10671 leader_election.cc:304] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [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: db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 
I20260630 12:37:46.190642 10672 leader_election.cc:304] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [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: 9a8f5d03823c48e8844765623649334a; no voters: 
I20260630 12:37:46.191972 10670 leader_election.cc:290] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.192541 10676 raft_consensus.cc:2804] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.199054 10671 leader_election.cc:290] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.200459 10677 raft_consensus.cc:2804] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.204252 10677 raft_consensus.cc:697] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 LEADER]: Becoming Leader. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Running, Role: LEADER
I20260630 12:37:46.208575 10677 consensus_queue.cc:237] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [LEADER]: Queue going to LEADER mode. State: All 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: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:46.207659 10671 ts_tablet_manager.cc:1434] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent starting tablet: real 0.034s	user 0.022s	sys 0.005s
I20260630 12:37:46.213353 10671 tablet_bootstrap.cc:492] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7: Bootstrap starting.
I20260630 12:37:46.225005 10671 tablet_bootstrap.cc:654] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.226488 10676 raft_consensus.cc:697] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 1 LEADER]: Becoming Leader. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Running, Role: LEADER
I20260630 12:37:46.228204 10676 consensus_queue.cc:237] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [LEADER]: Queue going to LEADER mode. State: All 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: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } }
I20260630 12:37:46.226974 10670 ts_tablet_manager.cc:1434] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155: Time spent starting tablet: real 0.053s	user 0.030s	sys 0.020s
I20260630 12:37:46.226972 10672 leader_election.cc:290] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.236264 10670 tablet_bootstrap.cc:492] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155: Bootstrap starting.
I20260630 12:37:46.235991 10373 catalog_manager.cc:5697] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.246065 10670 tablet_bootstrap.cc:654] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.237340 10678 raft_consensus.cc:2804] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.248163 10678 raft_consensus.cc:697] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Becoming Leader. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Running, Role: LEADER
I20260630 12:37:46.248950 10678 consensus_queue.cc:237] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All 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: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } }
I20260630 12:37:46.239290 10672 ts_tablet_manager.cc:1434] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a: Time spent starting tablet: real 0.060s	user 0.019s	sys 0.032s
I20260630 12:37:46.266803 10672 tablet_bootstrap.cc:492] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a: Bootstrap starting.
I20260630 12:37:46.266888 10373 catalog_manager.cc:5697] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "2dd8b0ebe862418aae0b018701cac155" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.268802 10371 catalog_manager.cc:5697] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a8f5d03823c48e8844765623649334a (127.0.235.1). New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.275146 10670 tablet_bootstrap.cc:492] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155: No bootstrap required, opened a new log
I20260630 12:37:46.275727 10670 ts_tablet_manager.cc:1403] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155: Time spent bootstrapping tablet: real 0.040s	user 0.028s	sys 0.008s
I20260630 12:37:46.277489 10672 tablet_bootstrap.cc:654] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:46.278667 10670 raft_consensus.cc:359] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } }
I20260630 12:37:46.279317 10670 raft_consensus.cc:385] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.279656 10670 raft_consensus.cc:740] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.280768 10670 consensus_queue.cc:260] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } }
I20260630 12:37:46.281695 10670 raft_consensus.cc:399] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.282213 10670 raft_consensus.cc:493] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.282698 10670 raft_consensus.cc:3060] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.286352 10671 tablet_bootstrap.cc:492] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7: No bootstrap required, opened a new log
I20260630 12:37:46.286893 10671 ts_tablet_manager.cc:1403] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent bootstrapping tablet: real 0.074s	user 0.023s	sys 0.012s
I20260630 12:37:46.289652 10671 raft_consensus.cc:359] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:46.290237 10671 raft_consensus.cc:385] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.290592 10671 raft_consensus.cc:740] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.291402 10671 consensus_queue.cc:260] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:46.292070 10671 raft_consensus.cc:399] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.292410 10671 raft_consensus.cc:493] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.292778 10671 raft_consensus.cc:3060] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.293219 10672 tablet_bootstrap.cc:492] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a: No bootstrap required, opened a new log
I20260630 12:37:46.293741 10672 ts_tablet_manager.cc:1403] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a: Time spent bootstrapping tablet: real 0.027s	user 0.010s	sys 0.013s
I20260630 12:37:46.294255 10670 raft_consensus.cc:515] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } }
I20260630 12:37:46.295090 10670 leader_election.cc:304] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [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: 2dd8b0ebe862418aae0b018701cac155; no voters: 
I20260630 12:37:46.296049 10680 raft_consensus.cc:2804] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.296535 10680 raft_consensus.cc:697] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 1 LEADER]: Becoming Leader. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Running, Role: LEADER
I20260630 12:37:46.296628 10672 raft_consensus.cc:359] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } }
I20260630 12:37:46.297261 10672 raft_consensus.cc:385] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:46.297616 10672 raft_consensus.cc:740] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Initialized, Role: FOLLOWER
I20260630 12:37:46.297341 10680 consensus_queue.cc:237] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [LEADER]: Queue going to LEADER mode. State: All 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: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } }
I20260630 12:37:46.298594 10672 consensus_queue.cc:260] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } }
I20260630 12:37:46.299324 10672 raft_consensus.cc:399] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:46.299633 10672 raft_consensus.cc:493] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:46.300112 10672 raft_consensus.cc:3060] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:46.300412 10671 raft_consensus.cc:515] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:46.301199 10671 leader_election.cc:304] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [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: db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 
I20260630 12:37:46.302157 10681 raft_consensus.cc:2804] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.302218 10670 leader_election.cc:290] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.302678 10681 raft_consensus.cc:697] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 LEADER]: Becoming Leader. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Running, Role: LEADER
I20260630 12:37:46.303417 10681 consensus_queue.cc:237] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [LEADER]: Queue going to LEADER mode. State: All 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: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:46.305306 10670 ts_tablet_manager.cc:1434] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155: Time spent starting tablet: real 0.029s	user 0.015s	sys 0.003s
I20260630 12:37:46.309116 10671 leader_election.cc:290] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.309759 10672 raft_consensus.cc:515] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } }
I20260630 12:37:46.310861 10671 ts_tablet_manager.cc:1434] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent starting tablet: real 0.024s	user 0.011s	sys 0.004s
I20260630 12:37:46.310997 10672 leader_election.cc:304] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [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: 9a8f5d03823c48e8844765623649334a; no voters: 
I20260630 12:37:46.311708 10672 leader_election.cc:290] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:46.311965 10690 raft_consensus.cc:2804] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:46.312480 10690 raft_consensus.cc:697] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Becoming Leader. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Running, Role: LEADER
I20260630 12:37:46.313378 10672 ts_tablet_manager.cc:1434] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a: Time spent starting tablet: real 0.019s	user 0.015s	sys 0.000s
I20260630 12:37:46.313191 10690 consensus_queue.cc:237] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All 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: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } }
I20260630 12:37:46.313441 10371 catalog_manager.cc:5697] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "2dd8b0ebe862418aae0b018701cac155" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.320457 10373 catalog_manager.cc:5697] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a8f5d03823c48e8844765623649334a (127.0.235.1). New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.324602 10372 catalog_manager.cc:5697] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:47.027951 10369 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40662:
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:37:47.030318 10369 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:37:47.069585 10465 tablet_service.cc:1511] Processing CreateTablet for tablet ae07179bbc1a42e19b07305fb16a444e (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:47.070933 10465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae07179bbc1a42e19b07305fb16a444e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.071206 10539 tablet_service.cc:1511] Processing CreateTablet for tablet ae07179bbc1a42e19b07305fb16a444e (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:47.072440 10539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae07179bbc1a42e19b07305fb16a444e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.072552 10613 tablet_service.cc:1511] Processing CreateTablet for tablet ae07179bbc1a42e19b07305fb16a444e (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:47.073714 10613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae07179bbc1a42e19b07305fb16a444e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.075510 10464 tablet_service.cc:1511] Processing CreateTablet for tablet 936459ec90ac473696a59b8d62c7a1ee (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:47.076692 10464 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 936459ec90ac473696a59b8d62c7a1ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.077260 10614 tablet_service.cc:1511] Processing CreateTablet for tablet 936459ec90ac473696a59b8d62c7a1ee (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:47.080240 10540 tablet_service.cc:1511] Processing CreateTablet for tablet 936459ec90ac473696a59b8d62c7a1ee (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:47.082705 10463 tablet_service.cc:1511] Processing CreateTablet for tablet fc99b0b1b18747f1a9a50505997bff42 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:47.084133 10463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fc99b0b1b18747f1a9a50505997bff42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.088146 10540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 936459ec90ac473696a59b8d62c7a1ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.090360 10614 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 936459ec90ac473696a59b8d62c7a1ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.090514 10612 tablet_service.cc:1511] Processing CreateTablet for tablet fc99b0b1b18747f1a9a50505997bff42 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:47.091845 10612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fc99b0b1b18747f1a9a50505997bff42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.092723 10538 tablet_service.cc:1511] Processing CreateTablet for tablet fc99b0b1b18747f1a9a50505997bff42 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:47.093989 10538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fc99b0b1b18747f1a9a50505997bff42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.101411 10727 tablet_bootstrap.cc:492] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a: Bootstrap starting.
I20260630 12:37:47.102908 10462 tablet_service.cc:1511] Processing CreateTablet for tablet 4b0f00e2046f4cc6ae26a57b583923b8 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:47.104120 10462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b0f00e2046f4cc6ae26a57b583923b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.108014 10727 tablet_bootstrap.cc:654] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.109757 10537 tablet_service.cc:1511] Processing CreateTablet for tablet 4b0f00e2046f4cc6ae26a57b583923b8 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:47.111145 10537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b0f00e2046f4cc6ae26a57b583923b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.111356 10611 tablet_service.cc:1511] Processing CreateTablet for tablet 4b0f00e2046f4cc6ae26a57b583923b8 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:47.112614 10611 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4b0f00e2046f4cc6ae26a57b583923b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.119577 10465 tablet_service.cc:1511] Processing CreateTablet for tablet 27eeb47600bd4d88b36eb4276c6a9c24 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:47.121207 10465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27eeb47600bd4d88b36eb4276c6a9c24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.134001 10536 tablet_service.cc:1511] Processing CreateTablet for tablet 27eeb47600bd4d88b36eb4276c6a9c24 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:47.135354 10536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27eeb47600bd4d88b36eb4276c6a9c24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.139202 10610 tablet_service.cc:1511] Processing CreateTablet for tablet 27eeb47600bd4d88b36eb4276c6a9c24 (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:47.140442 10610 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27eeb47600bd4d88b36eb4276c6a9c24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.150147 10461 tablet_service.cc:1511] Processing CreateTablet for tablet 027351a67cdc48b88b49ae207d2adf9f (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:47.152666 10461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 027351a67cdc48b88b49ae207d2adf9f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.160133 10535 tablet_service.cc:1511] Processing CreateTablet for tablet 027351a67cdc48b88b49ae207d2adf9f (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:47.161830 10535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 027351a67cdc48b88b49ae207d2adf9f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.166128 10611 tablet_service.cc:1511] Processing CreateTablet for tablet 027351a67cdc48b88b49ae207d2adf9f (DEFAULT_TABLE table=test-workload-rf3 [id=301eeca0905d44caa606d12f523f1ac6]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:47.167784 10611 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 027351a67cdc48b88b49ae207d2adf9f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:47.218672 10727 tablet_bootstrap.cc:492] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a: No bootstrap required, opened a new log
I20260630 12:37:47.219310 10727 ts_tablet_manager.cc:1403] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a: Time spent bootstrapping tablet: real 0.118s	user 0.036s	sys 0.074s
I20260630 12:37:47.222083 10727 raft_consensus.cc:359] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.222821 10727 raft_consensus.cc:385] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.223141 10727 raft_consensus.cc:740] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.224032 10727 consensus_queue.cc:260] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.231546 10729 tablet_bootstrap.cc:492] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7: Bootstrap starting.
I20260630 12:37:47.231686 10727 ts_tablet_manager.cc:1434] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:37:47.237211 10727 tablet_bootstrap.cc:492] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a: Bootstrap starting.
I20260630 12:37:47.247629 10727 tablet_bootstrap.cc:654] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.249859 10730 tablet_bootstrap.cc:492] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155: Bootstrap starting.
I20260630 12:37:47.257382 10730 tablet_bootstrap.cc:654] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.258455 10729 tablet_bootstrap.cc:654] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.264489 10729 tablet_bootstrap.cc:492] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7: No bootstrap required, opened a new log
I20260630 12:37:47.265000 10729 ts_tablet_manager.cc:1403] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent bootstrapping tablet: real 0.034s	user 0.011s	sys 0.000s
I20260630 12:37:47.268123 10729 raft_consensus.cc:359] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.269295 10687 raft_consensus.cc:493] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.269980 10687 raft_consensus.cc:515] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.272357 10687 leader_election.cc:290] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.280444 10727 tablet_bootstrap.cc:492] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a: No bootstrap required, opened a new log
I20260630 12:37:47.280543 10730 tablet_bootstrap.cc:492] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155: No bootstrap required, opened a new log
I20260630 12:37:47.280965 10727 ts_tablet_manager.cc:1403] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a: Time spent bootstrapping tablet: real 0.044s	user 0.024s	sys 0.006s
I20260630 12:37:47.281174 10730 ts_tablet_manager.cc:1403] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155: Time spent bootstrapping tablet: real 0.032s	user 0.005s	sys 0.009s
I20260630 12:37:47.268667 10729 raft_consensus.cc:385] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.283910 10727 raft_consensus.cc:359] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.284883 10729 raft_consensus.cc:740] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.284952 10727 raft_consensus.cc:385] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.285465 10727 raft_consensus.cc:740] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.285938 10729 consensus_queue.cc:260] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.284540 10730 raft_consensus.cc:359] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.288026 10730 raft_consensus.cc:385] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.288378 10730 raft_consensus.cc:740] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.289223 10730 consensus_queue.cc:260] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.291436 10730 ts_tablet_manager.cc:1434] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.001s
I20260630 12:37:47.292486 10730 tablet_bootstrap.cc:492] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155: Bootstrap starting.
I20260630 12:37:47.286324 10727 consensus_queue.cc:260] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.297897 10727 ts_tablet_manager.cc:1434] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a: Time spent starting tablet: real 0.017s	user 0.000s	sys 0.008s
I20260630 12:37:47.299000 10727 tablet_bootstrap.cc:492] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a: Bootstrap starting.
I20260630 12:37:47.301177 10730 tablet_bootstrap.cc:654] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.302917 10624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae07179bbc1a42e19b07305fb16a444e" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" is_pre_election: true
I20260630 12:37:47.303758 10624 raft_consensus.cc:2468] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 0.
I20260630 12:37:47.305450 10438 leader_election.cc:304] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9a8f5d03823c48e8844765623649334a, db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 
I20260630 12:37:47.305637 10727 tablet_bootstrap.cc:654] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.308228 10687 raft_consensus.cc:2804] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:47.308598 10687 raft_consensus.cc:493] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.308933 10687 raft_consensus.cc:3060] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.317101 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae07179bbc1a42e19b07305fb16a444e" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155" is_pre_election: true
I20260630 12:37:47.317401 10687 raft_consensus.cc:515] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
W20260630 12:37:47.320001 10439 leader_election.cc:343] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.320545 10624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae07179bbc1a42e19b07305fb16a444e" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7"
I20260630 12:37:47.321738 10624 raft_consensus.cc:3060] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.321084 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae07179bbc1a42e19b07305fb16a444e" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155"
I20260630 12:37:47.322335 10729 ts_tablet_manager.cc:1434] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent starting tablet: real 0.057s	user 0.001s	sys 0.006s
I20260630 12:37:47.322850 10687 leader_election.cc:290] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Requested vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.324340 10729 tablet_bootstrap.cc:492] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7: Bootstrap starting.
W20260630 12:37:47.326996 10439 leader_election.cc:343] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.331532 10729 tablet_bootstrap.cc:654] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.331281 10624 raft_consensus.cc:2468] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 1.
I20260630 12:37:47.344306 10727 tablet_bootstrap.cc:492] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a: No bootstrap required, opened a new log
I20260630 12:37:47.344883 10727 ts_tablet_manager.cc:1403] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a: Time spent bootstrapping tablet: real 0.046s	user 0.013s	sys 0.032s
I20260630 12:37:47.344731 10438 leader_election.cc:304] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [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: 9a8f5d03823c48e8844765623649334a, db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 2dd8b0ebe862418aae0b018701cac155
I20260630 12:37:47.345367 10730 tablet_bootstrap.cc:492] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155: No bootstrap required, opened a new log
I20260630 12:37:47.345805 10730 ts_tablet_manager.cc:1403] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155: Time spent bootstrapping tablet: real 0.054s	user 0.011s	sys 0.034s
I20260630 12:37:47.346692 10729 tablet_bootstrap.cc:492] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7: No bootstrap required, opened a new log
I20260630 12:37:47.347229 10729 ts_tablet_manager.cc:1403] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.007s
I20260630 12:37:47.348690 10727 raft_consensus.cc:359] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.348963 10730 raft_consensus.cc:359] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.349510 10727 raft_consensus.cc:385] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.345690 10687 raft_consensus.cc:2804] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.349676 10730 raft_consensus.cc:385] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.349915 10727 raft_consensus.cc:740] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.350106 10730 raft_consensus.cc:740] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.350095 10729 raft_consensus.cc:359] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.351145 10729 raft_consensus.cc:385] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.350907 10727 consensus_queue.cc:260] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.350148 10687 raft_consensus.cc:697] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Becoming Leader. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Running, Role: LEADER
I20260630 12:37:47.351518 10729 raft_consensus.cc:740] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.351289 10730 consensus_queue.cc:260] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.352372 10729 consensus_queue.cc:260] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.353153 10727 ts_tablet_manager.cc:1434] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:37:47.352382 10687 consensus_queue.cc:237] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.354192 10727 tablet_bootstrap.cc:492] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a: Bootstrap starting.
I20260630 12:37:47.354897 10729 ts_tablet_manager.cc:1434] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:47.355919 10729 tablet_bootstrap.cc:492] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7: Bootstrap starting.
I20260630 12:37:47.355966 10730 ts_tablet_manager.cc:1434] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.001s
I20260630 12:37:47.357095 10730 tablet_bootstrap.cc:492] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155: Bootstrap starting.
I20260630 12:37:47.360996 10727 tablet_bootstrap.cc:654] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.362227 10729 tablet_bootstrap.cc:654] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.363265 10730 tablet_bootstrap.cc:654] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.373131 10727 tablet_bootstrap.cc:492] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a: No bootstrap required, opened a new log
I20260630 12:37:47.373412 10730 tablet_bootstrap.cc:492] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155: No bootstrap required, opened a new log
I20260630 12:37:47.373656 10727 ts_tablet_manager.cc:1403] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.008s
I20260630 12:37:47.373962 10730 ts_tablet_manager.cc:1403] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.001s
I20260630 12:37:47.377022 10730 raft_consensus.cc:359] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.377769 10730 raft_consensus.cc:385] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.378137 10730 raft_consensus.cc:740] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.378943 10729 tablet_bootstrap.cc:492] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7: No bootstrap required, opened a new log
I20260630 12:37:47.378896 10727 raft_consensus.cc:359] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.379019 10730 consensus_queue.cc:260] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.379767 10729 ts_tablet_manager.cc:1403] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.007s
I20260630 12:37:47.379855 10727 raft_consensus.cc:385] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.381188 10727 raft_consensus.cc:740] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.381683 10730 ts_tablet_manager.cc:1434] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:37:47.382084 10727 consensus_queue.cc:260] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.382753 10730 tablet_bootstrap.cc:492] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155: Bootstrap starting.
I20260630 12:37:47.382834 10729 raft_consensus.cc:359] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.383701 10729 raft_consensus.cc:385] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.384022 10729 raft_consensus.cc:740] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.384581 10727 ts_tablet_manager.cc:1434] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:37:47.384822 10729 consensus_queue.cc:260] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.385667 10727 tablet_bootstrap.cc:492] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a: Bootstrap starting.
I20260630 12:37:47.387462 10729 ts_tablet_manager.cc:1434] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:47.388561 10729 tablet_bootstrap.cc:492] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7: Bootstrap starting.
I20260630 12:37:47.390049 10730 tablet_bootstrap.cc:654] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.392594 10727 tablet_bootstrap.cc:654] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.394752 10729 tablet_bootstrap.cc:654] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.403903 10369 catalog_manager.cc:5697] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a8f5d03823c48e8844765623649334a (127.0.235.1). New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.406239 10729 tablet_bootstrap.cc:492] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7: No bootstrap required, opened a new log
I20260630 12:37:47.406770 10729 ts_tablet_manager.cc:1403] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.004s
I20260630 12:37:47.409569 10729 raft_consensus.cc:359] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.410393 10729 raft_consensus.cc:385] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.410737 10729 raft_consensus.cc:740] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.411573 10729 consensus_queue.cc:260] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.414049 10729 ts_tablet_manager.cc:1434] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:37:47.416117 10729 tablet_bootstrap.cc:492] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7: Bootstrap starting.
I20260630 12:37:47.417114 10681 raft_consensus.cc:493] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.417750 10681 raft_consensus.cc:515] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.422173 10729 tablet_bootstrap.cc:654] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.427215 10681 leader_election.cc:290] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591), 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527)
I20260630 12:37:47.437194 10727 tablet_bootstrap.cc:492] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a: No bootstrap required, opened a new log
I20260630 12:37:47.437654 10729 tablet_bootstrap.cc:492] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7: No bootstrap required, opened a new log
I20260630 12:37:47.437747 10727 ts_tablet_manager.cc:1403] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a: Time spent bootstrapping tablet: real 0.052s	user 0.022s	sys 0.027s
I20260630 12:37:47.438905 10729 ts_tablet_manager.cc:1403] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.008s
I20260630 12:37:47.441475 10727 raft_consensus.cc:359] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.441864 10729 raft_consensus.cc:359] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.442255 10727 raft_consensus.cc:385] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.442682 10729 raft_consensus.cc:385] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.442726 10727 raft_consensus.cc:740] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.443186 10729 raft_consensus.cc:740] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.443746 10727 consensus_queue.cc:260] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.444183 10729 consensus_queue.cc:260] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.446245 10727 ts_tablet_manager.cc:1434] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:47.447012 10729 ts_tablet_manager.cc:1434] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:37:47.447324 10727 tablet_bootstrap.cc:492] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a: Bootstrap starting.
I20260630 12:37:47.448053 10729 tablet_bootstrap.cc:492] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7: Bootstrap starting.
I20260630 12:37:47.452994 10687 raft_consensus.cc:493] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.453476 10687 raft_consensus.cc:515] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.454206 10727 tablet_bootstrap.cc:654] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.454563 10729 tablet_bootstrap.cc:654] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.454452 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fc99b0b1b18747f1a9a50505997bff42" candidate_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155" is_pre_election: true
I20260630 12:37:47.455133 10550 raft_consensus.cc:2468] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db54b6785c3e47e7bf358ddadbc6d6d7 in term 0.
I20260630 12:37:47.455595 10687 leader_election.cc:290] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.456413 10588 leader_election.cc:304] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 
I20260630 12:37:47.442287 10730 tablet_bootstrap.cc:492] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155: No bootstrap required, opened a new log
I20260630 12:37:47.457466 10730 ts_tablet_manager.cc:1403] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155: Time spent bootstrapping tablet: real 0.075s	user 0.019s	sys 0.015s
I20260630 12:37:47.457543 10681 raft_consensus.cc:2804] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:47.457674 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b0f00e2046f4cc6ae26a57b583923b8" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155" is_pre_election: true
I20260630 12:37:47.458247 10681 raft_consensus.cc:493] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.458485 10550 raft_consensus.cc:2468] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 0.
I20260630 12:37:47.458730 10681 raft_consensus.cc:3060] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.459645 10439 leader_election.cc:304] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, 9a8f5d03823c48e8844765623649334a; no voters: 
I20260630 12:37:47.460464 10687 raft_consensus.cc:2804] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:47.460296 10730 raft_consensus.cc:359] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.460848 10687 raft_consensus.cc:493] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.461004 10730 raft_consensus.cc:385] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.461212 10687 raft_consensus.cc:3060] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.461334 10730 raft_consensus.cc:740] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.462118 10730 consensus_queue.cc:260] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.463670 10678 raft_consensus.cc:493] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.464152 10678 raft_consensus.cc:515] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.464646 10730 ts_tablet_manager.cc:1434] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:37:47.465639 10730 tablet_bootstrap.cc:492] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155: Bootstrap starting.
I20260630 12:37:47.466326 10678 leader_election.cc:290] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.471513 10730 tablet_bootstrap.cc:654] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.476608 10624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b0f00e2046f4cc6ae26a57b583923b8" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" is_pre_election: true
I20260630 12:37:47.477463 10624 raft_consensus.cc:2468] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 0.
I20260630 12:37:47.479583 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "936459ec90ac473696a59b8d62c7a1ee" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155" is_pre_election: true
W20260630 12:37:47.481593 10439 leader_election.cc:343] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.489013 10681 raft_consensus.cc:515] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.499375 10624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "936459ec90ac473696a59b8d62c7a1ee" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" is_pre_election: true
I20260630 12:37:47.502322 10678 raft_consensus.cc:493] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.503968 10624 raft_consensus.cc:2468] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 0.
I20260630 12:37:47.507305 10678 raft_consensus.cc:515] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.511377 10475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fc99b0b1b18747f1a9a50505997bff42" candidate_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a8f5d03823c48e8844765623649334a" is_pre_election: true
I20260630 12:37:47.513084 10678 leader_election.cc:290] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.513873 10729 tablet_bootstrap.cc:492] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7: No bootstrap required, opened a new log
I20260630 12:37:47.514410 10729 ts_tablet_manager.cc:1403] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent bootstrapping tablet: real 0.067s	user 0.022s	sys 0.005s
I20260630 12:37:47.514088 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27eeb47600bd4d88b36eb4276c6a9c24" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155" is_pre_election: true
I20260630 12:37:47.515166 10550 raft_consensus.cc:2468] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 0.
I20260630 12:37:47.514170 10681 leader_election.cc:290] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 election: Requested vote from peers 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591), 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527)
I20260630 12:37:47.515797 10549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fc99b0b1b18747f1a9a50505997bff42" candidate_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155"
I20260630 12:37:47.516363 10681 raft_consensus.cc:493] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.516526 10549 raft_consensus.cc:3060] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.516568 10439 leader_election.cc:304] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, 9a8f5d03823c48e8844765623649334a; no voters: 
I20260630 12:37:47.517814 10678 raft_consensus.cc:2804] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:47.516831 10681 raft_consensus.cc:515] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.518332 10678 raft_consensus.cc:493] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.518836 10678 raft_consensus.cc:3060] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.517581 10729 raft_consensus.cc:359] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.522717 10438 leader_election.cc:304] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [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: 9a8f5d03823c48e8844765623649334a, db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 2dd8b0ebe862418aae0b018701cac155
I20260630 12:37:47.524627 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27eeb47600bd4d88b36eb4276c6a9c24" candidate_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155" is_pre_election: true
I20260630 12:37:47.524816 10687 raft_consensus.cc:515] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.525228 10550 raft_consensus.cc:2468] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate db54b6785c3e47e7bf358ddadbc6d6d7 in term 0.
I20260630 12:37:47.526118 10475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fc99b0b1b18747f1a9a50505997bff42" candidate_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a8f5d03823c48e8844765623649334a"
I20260630 12:37:47.526736 10588 leader_election.cc:304] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 
I20260630 12:37:47.531114 10624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27eeb47600bd4d88b36eb4276c6a9c24" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" is_pre_election: true
I20260630 12:37:47.531737 10624 raft_consensus.cc:2468] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 0.
I20260630 12:37:47.531927 10549 raft_consensus.cc:2468] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate db54b6785c3e47e7bf358ddadbc6d6d7 in term 1.
I20260630 12:37:47.533041 10588 leader_election.cc:304] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 
I20260630 12:37:47.521904 10729 raft_consensus.cc:385] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.521590 10681 leader_election.cc:290] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591), 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527)
I20260630 12:37:47.537544 10681 raft_consensus.cc:2804] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:37:47.538053 10589 leader_election.cc:343] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.538456 10475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27eeb47600bd4d88b36eb4276c6a9c24" candidate_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a8f5d03823c48e8844765623649334a" is_pre_election: true
I20260630 12:37:47.538718 10681 raft_consensus.cc:697] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 LEADER]: Becoming Leader. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Running, Role: LEADER
I20260630 12:37:47.539858 10681 consensus_queue.cc:237] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.541203 10549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b0f00e2046f4cc6ae26a57b583923b8" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155"
I20260630 12:37:47.541915 10549 raft_consensus.cc:3060] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.542657 10730 tablet_bootstrap.cc:492] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155: No bootstrap required, opened a new log
I20260630 12:37:47.543174 10730 ts_tablet_manager.cc:1403] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155: Time spent bootstrapping tablet: real 0.078s	user 0.018s	sys 0.017s
I20260630 12:37:47.545063 10678 raft_consensus.cc:515] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.546205 10475 raft_consensus.cc:2393] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate db54b6785c3e47e7bf358ddadbc6d6d7 in current term 1: Already voted for candidate 9a8f5d03823c48e8844765623649334a in this term.
I20260630 12:37:47.545949 10730 raft_consensus.cc:359] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.548221 10730 raft_consensus.cc:385] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.548704 10755 raft_consensus.cc:2804] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:37:47.539224 10589 leader_election.cc:343] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.534832 10729 raft_consensus.cc:740] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db54b6785c3e47e7bf358ddadbc6d6d7, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.547567 10687 leader_election.cc:290] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Requested vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.548882 10730 raft_consensus.cc:740] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.551316 10727 tablet_bootstrap.cc:492] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a: No bootstrap required, opened a new log
I20260630 12:37:47.555230 10549 raft_consensus.cc:2468] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 1.
I20260630 12:37:47.560745 10727 ts_tablet_manager.cc:1403] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a: Time spent bootstrapping tablet: real 0.114s	user 0.025s	sys 0.031s
I20260630 12:37:47.560901 10730 consensus_queue.cc:260] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.562543 10624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4b0f00e2046f4cc6ae26a57b583923b8" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7"
I20260630 12:37:47.563225 10624 raft_consensus.cc:3060] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.563750 10727 raft_consensus.cc:359] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.564528 10727 raft_consensus.cc:385] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.564800 10727 raft_consensus.cc:740] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.558619 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27eeb47600bd4d88b36eb4276c6a9c24" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155"
I20260630 12:37:47.565474 10727 consensus_queue.cc:260] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.566272 10550 raft_consensus.cc:3060] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.567250 10730 ts_tablet_manager.cc:1434] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155: Time spent starting tablet: real 0.024s	user 0.007s	sys 0.000s
I20260630 12:37:47.567653 10727 ts_tablet_manager.cc:1434] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:47.568204 10730 tablet_bootstrap.cc:492] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155: Bootstrap starting.
I20260630 12:37:47.574287 10730 tablet_bootstrap.cc:654] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:47.575201 10624 raft_consensus.cc:2468] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 1.
I20260630 12:37:47.559546 10729 consensus_queue.cc:260] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.552249 10756 raft_consensus.cc:2804] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:47.561623 10439 leader_election.cc:304] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, 9a8f5d03823c48e8844765623649334a; no voters: 
I20260630 12:37:47.576181 10756 raft_consensus.cc:493] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.576586 10756 raft_consensus.cc:3060] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.576987 10687 raft_consensus.cc:2804] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.577093 10550 raft_consensus.cc:2468] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 1.
I20260630 12:37:47.578317 10439 leader_election.cc:304] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, 9a8f5d03823c48e8844765623649334a; no voters: 
I20260630 12:37:47.558470 10755 raft_consensus.cc:493] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.581453 10755 raft_consensus.cc:3060] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.563153 10623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27eeb47600bd4d88b36eb4276c6a9c24" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7"
I20260630 12:37:47.587630 10760 raft_consensus.cc:2804] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.589349 10760 raft_consensus.cc:697] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Becoming Leader. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Running, Role: LEADER
I20260630 12:37:47.591017 10760 consensus_queue.cc:237] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.585408 10756 raft_consensus.cc:515] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.588358 10729 ts_tablet_manager.cc:1434] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7: Time spent starting tablet: real 0.074s	user 0.009s	sys 0.000s
I20260630 12:37:47.590078 10687 raft_consensus.cc:697] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Becoming Leader. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Running, Role: LEADER
I20260630 12:37:47.594702 10370 catalog_manager.cc:5697] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:47.595630 10687 consensus_queue.cc:237] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.597110 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "936459ec90ac473696a59b8d62c7a1ee" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155"
I20260630 12:37:47.559546 10678 leader_election.cc:290] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Requested vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
W20260630 12:37:47.598641 10439 leader_election.cc:343] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:47.601248 10730 tablet_bootstrap.cc:492] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155: No bootstrap required, opened a new log
I20260630 12:37:47.603111 10730 ts_tablet_manager.cc:1403] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155: Time spent bootstrapping tablet: real 0.035s	user 0.008s	sys 0.009s
I20260630 12:37:47.594745 10755 raft_consensus.cc:515] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.605552 10623 raft_consensus.cc:2393] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9a8f5d03823c48e8844765623649334a in current term 1: Already voted for candidate db54b6785c3e47e7bf358ddadbc6d6d7 in this term.
I20260630 12:37:47.606645 10755 leader_election.cc:290] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [CANDIDATE]: Term 1 election: Requested vote from peers 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591), 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527)
I20260630 12:37:47.607323 10475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27eeb47600bd4d88b36eb4276c6a9c24" candidate_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a8f5d03823c48e8844765623649334a"
I20260630 12:37:47.609555 10730 raft_consensus.cc:359] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.610476 10730 raft_consensus.cc:385] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:47.610826 10730 raft_consensus.cc:740] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2dd8b0ebe862418aae0b018701cac155, State: Initialized, Role: FOLLOWER
I20260630 12:37:47.613247 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27eeb47600bd4d88b36eb4276c6a9c24" candidate_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155"
I20260630 12:37:47.614003 10550 raft_consensus.cc:2393] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate db54b6785c3e47e7bf358ddadbc6d6d7 in current term 1: Already voted for candidate 9a8f5d03823c48e8844765623649334a in this term.
I20260630 12:37:47.614928 10730 consensus_queue.cc:260] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.615978 10588 leader_election.cc:304] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [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: db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 2dd8b0ebe862418aae0b018701cac155, 9a8f5d03823c48e8844765623649334a
I20260630 12:37:47.617312 10755 raft_consensus.cc:2749] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:47.617815 10730 ts_tablet_manager.cc:1434] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.001s
I20260630 12:37:47.619246 10756 leader_election.cc:290] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Requested vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.620929 10623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "936459ec90ac473696a59b8d62c7a1ee" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7"
I20260630 12:37:47.621523 10623 raft_consensus.cc:3060] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.626979 10370 catalog_manager.cc:5697] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a8f5d03823c48e8844765623649334a (127.0.235.1). New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.628531 10623 raft_consensus.cc:2468] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 1.
I20260630 12:37:47.630122 10438 leader_election.cc:304] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [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: 9a8f5d03823c48e8844765623649334a, db54b6785c3e47e7bf358ddadbc6d6d7; no voters: 2dd8b0ebe862418aae0b018701cac155
I20260630 12:37:47.630977 10687 raft_consensus.cc:2804] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.631451 10687 raft_consensus.cc:697] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Becoming Leader. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Running, Role: LEADER
I20260630 12:37:47.632228 10687 consensus_queue.cc:237] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
W20260630 12:37:47.638819 10421 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:47.641793 10370 catalog_manager.cc:5697] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a8f5d03823c48e8844765623649334a (127.0.235.1). New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.642987 10370 catalog_manager.cc:5697] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a8f5d03823c48e8844765623649334a (127.0.235.1). New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.652755 10680 raft_consensus.cc:493] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.653111 10680 raft_consensus.cc:515] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.654995 10680 leader_election.cc:290] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.665426 10475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae07179bbc1a42e19b07305fb16a444e" candidate_uuid: "2dd8b0ebe862418aae0b018701cac155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a8f5d03823c48e8844765623649334a" is_pre_election: true
I20260630 12:37:47.666090 10623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae07179bbc1a42e19b07305fb16a444e" candidate_uuid: "2dd8b0ebe862418aae0b018701cac155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" is_pre_election: true
I20260630 12:37:47.666863 10623 raft_consensus.cc:2393] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2dd8b0ebe862418aae0b018701cac155 in current term 1: Already voted for candidate 9a8f5d03823c48e8844765623649334a in this term.
I20260630 12:37:47.667680 10513 leader_election.cc:304] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [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: 2dd8b0ebe862418aae0b018701cac155; no voters: 9a8f5d03823c48e8844765623649334a, db54b6785c3e47e7bf358ddadbc6d6d7
I20260630 12:37:47.668264 10680 raft_consensus.cc:3060] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.673089 10680 raft_consensus.cc:2749] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:47.771399 10687 raft_consensus.cc:493] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.771938 10687 raft_consensus.cc:515] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.773572 10687 leader_election.cc:290] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.774535 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "027351a67cdc48b88b49ae207d2adf9f" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155" is_pre_election: true
I20260630 12:37:47.774570 10623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "027351a67cdc48b88b49ae207d2adf9f" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" is_pre_election: true
I20260630 12:37:47.775434 10550 raft_consensus.cc:2468] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 0.
I20260630 12:37:47.775455 10623 raft_consensus.cc:2468] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 0.
I20260630 12:37:47.776695 10439 leader_election.cc:304] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, 9a8f5d03823c48e8844765623649334a; no voters: 
I20260630 12:37:47.777318 10687 raft_consensus.cc:2804] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:47.777601 10687 raft_consensus.cc:493] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:47.777872 10687 raft_consensus.cc:3060] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.782568 10687 raft_consensus.cc:515] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.784256 10687 leader_election.cc:290] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Requested vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.784979 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "027351a67cdc48b88b49ae207d2adf9f" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155"
I20260630 12:37:47.785172 10623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "027351a67cdc48b88b49ae207d2adf9f" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7"
I20260630 12:37:47.785593 10550 raft_consensus.cc:3060] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.785713 10623 raft_consensus.cc:3060] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.792668 10550 raft_consensus.cc:2468] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 1.
I20260630 12:37:47.792668 10623 raft_consensus.cc:2468] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9a8f5d03823c48e8844765623649334a in term 1.
I20260630 12:37:47.794027 10439 leader_election.cc:304] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2dd8b0ebe862418aae0b018701cac155, 9a8f5d03823c48e8844765623649334a; no voters: 
I20260630 12:37:47.794687 10687 raft_consensus.cc:2804] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:47.795091 10687 raft_consensus.cc:697] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Becoming Leader. State: Replica: 9a8f5d03823c48e8844765623649334a, State: Running, Role: LEADER
I20260630 12:37:47.795773 10687 consensus_queue.cc:237] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.802986 10370 catalog_manager.cc:5697] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a reported cstate change: term changed from 0 to 1, leader changed from <none> to 9a8f5d03823c48e8844765623649334a (127.0.235.1). New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:47.932453 10687 consensus_queue.cc:1048] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:47.955474 10680 raft_consensus.cc:493] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.956001 10680 raft_consensus.cc:515] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.956645 10760 consensus_queue.cc:1048] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:47.958684 10680 leader_election.cc:290] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.960377 10623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "936459ec90ac473696a59b8d62c7a1ee" candidate_uuid: "2dd8b0ebe862418aae0b018701cac155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" is_pre_election: true
I20260630 12:37:47.961349 10623 raft_consensus.cc:2393] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2dd8b0ebe862418aae0b018701cac155 in current term 1: Already voted for candidate 9a8f5d03823c48e8844765623649334a in this term.
I20260630 12:37:47.972198 10475 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "936459ec90ac473696a59b8d62c7a1ee" candidate_uuid: "2dd8b0ebe862418aae0b018701cac155" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9a8f5d03823c48e8844765623649334a" is_pre_election: true
I20260630 12:37:47.974413 10515 leader_election.cc:304] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [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: 2dd8b0ebe862418aae0b018701cac155; no voters: 9a8f5d03823c48e8844765623649334a, db54b6785c3e47e7bf358ddadbc6d6d7
I20260630 12:37:47.975225 10687 raft_consensus.cc:493] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:47.975903 10680 raft_consensus.cc:3060] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:47.980680 10756 consensus_queue.cc:1048] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:47.975716 10687 raft_consensus.cc:515] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } }
I20260630 12:37:47.991074 10760 consensus_queue.cc:1048] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:47.994436 10687 leader_election.cc:290] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527), db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:47.995921 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fc99b0b1b18747f1a9a50505997bff42" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2dd8b0ebe862418aae0b018701cac155" is_pre_election: true
I20260630 12:37:47.993937 10680 raft_consensus.cc:2749] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:47.997011 10550 raft_consensus.cc:2393] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9a8f5d03823c48e8844765623649334a in current term 1: Already voted for candidate db54b6785c3e47e7bf358ddadbc6d6d7 in this term.
I20260630 12:37:48.019903 10550 raft_consensus.cc:1275] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Refusing update from remote peer db54b6785c3e47e7bf358ddadbc6d6d7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:48.020844 10475 raft_consensus.cc:3060] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:48.021122 10548 raft_consensus.cc:1275] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:48.026293 10624 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fc99b0b1b18747f1a9a50505997bff42" candidate_uuid: "9a8f5d03823c48e8844765623649334a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" is_pre_election: true
I20260630 12:37:48.027681 10547 raft_consensus.cc:1275] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:48.028463 10622 raft_consensus.cc:1275] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:48.029202 10760 consensus_queue.cc:1048] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.030229 10621 raft_consensus.cc:1275] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:48.031690 10755 consensus_queue.cc:1048] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.037087 10438 leader_election.cc:304] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [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: 9a8f5d03823c48e8844765623649334a; no voters: 2dd8b0ebe862418aae0b018701cac155, db54b6785c3e47e7bf358ddadbc6d6d7
I20260630 12:37:48.051139 10623 raft_consensus.cc:1275] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:48.060197 10475 raft_consensus.cc:1275] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Refusing update from remote peer db54b6785c3e47e7bf358ddadbc6d6d7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:48.062341 10760 raft_consensus.cc:2749] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:48.065649 10548 raft_consensus.cc:1275] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:48.066154 10755 consensus_queue.cc:1048] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.066252 10760 consensus_queue.cc:1048] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:48.069375 10687 consensus_queue.cc:1048] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.092970 10678 consensus_queue.cc:1048] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.086555 10760 consensus_queue.cc:1048] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.008s
I20260630 12:37:48.114445 10759 consensus_queue.cc:1048] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:48.253002 10780 mvcc.cc:204] Tried to move back new op lower bound from 7302443286355730432 to 7302443284862472192. Current Snapshot: MvccSnapshot[applied={T|T < 7302443286355730432}]
W20260630 12:37:48.316668 10439 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:43527, user_credentials={real_user=slave}} blocked reactor thread for 106687us
W20260630 12:37:49.071303 10771 meta_cache.cc:1261] Time spent looking up entry by key: real 0.053s	user 0.004s	sys 0.000s
I20260630 12:37:49.389598   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:49.396395 10823 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:49.396330 10824 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:49.397799 10826 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:49.398813   940 server_base.cc:1061] running on GCE node
I20260630 12:37:49.400152   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:49.400388   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:49.400585   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823069400568 us; error 0 us; skew 500 ppm
I20260630 12:37:49.401115   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:49.403810   940 webserver.cc:533] Webserver started at http://127.0.235.4:33209/ using document root <none> and password file <none>
I20260630 12:37:49.404314   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:49.404518   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:49.404934   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:49.406049   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "59ffeacb56cc44c78a3be0ffe865fa0c"
format_stamp: "Formatted at 2026-06-30 12:37:49 on dist-test-slave-47x1"
I20260630 12:37:49.410691   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:37:49.413710 10831 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:49.414482   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:49.414803   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "59ffeacb56cc44c78a3be0ffe865fa0c"
format_stamp: "Formatted at 2026-06-30 12:37:49 on dist-test-slave-47x1"
I20260630 12:37:49.415153   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:49.432799   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:49.434104   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:49.435333   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:49.437621   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:49.437837   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:49.438122   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:49.438308   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:49.476831   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:35591
I20260630 12:37:49.476935 10893 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:35591 every 8 connection(s)
I20260630 12:37:49.500280 10894 heartbeater.cc:344] Connected to a master server at 127.0.235.62:38349
I20260630 12:37:49.500661 10894 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:49.501552 10894 heartbeater.cc:507] Master 127.0.235.62:38349 requested a full tablet report, sending...
I20260630 12:37:49.503490 10372 ts_manager.cc:194] Registered new tserver with Master: 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4:35591)
I20260630 12:37:49.504942 10372 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40676
I20260630 12:37:49.684312 10623 consensus_queue.cc:237] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } attrs { replace: true } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } }
I20260630 12:37:49.689723 10547 raft_consensus.cc:1275] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Refusing update from remote peer db54b6785c3e47e7bf358ddadbc6d6d7: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260630 12:37:49.689862 10475 raft_consensus.cc:1275] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Refusing update from remote peer db54b6785c3e47e7bf358ddadbc6d6d7: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260630 12:37:49.691459 10817 consensus_queue.cc:1048] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260630 12:37:49.692395 10816 consensus_queue.cc:1048] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260630 12:37:49.699693 10755 raft_consensus.cc:2955] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } attrs { replace: true } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.701222 10474 raft_consensus.cc:2955] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } attrs { replace: true } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
W20260630 12:37:49.702602 10590 consensus_peers.cc:597] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 -> Peer 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4:35591): Couldn't send request to peer 59ffeacb56cc44c78a3be0ffe865fa0c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fc99b0b1b18747f1a9a50505997bff42. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:49.701294 10547 raft_consensus.cc:2955] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } attrs { replace: true } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.720997 10372 catalog_manager.cc:5697] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a reported cstate change: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } attrs { replace: true } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.731477 10474 consensus_queue.cc:237] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } }
I20260630 12:37:49.740193 10623 raft_consensus.cc:1275] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260630 12:37:49.741596 10808 consensus_queue.cc:1048] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260630 12:37:49.745796 10547 raft_consensus.cc:1275] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260630 12:37:49.747445 10808 consensus_queue.cc:1048] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260630 12:37:49.749451 10807 raft_consensus.cc:2955] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.750626 10623 raft_consensus.cc:2955] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.754961 10547 raft_consensus.cc:2955] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
W20260630 12:37:49.755951 10441 consensus_peers.cc:597] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a -> Peer 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4:35591): Couldn't send request to peer 59ffeacb56cc44c78a3be0ffe865fa0c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4b0f00e2046f4cc6ae26a57b583923b8. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:49.764639 10474 consensus_queue.cc:237] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } attrs { replace: true } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } }
I20260630 12:37:49.765172 10370 catalog_manager.cc:5697] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 reported cstate change: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.771948 10547 raft_consensus.cc:1275] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
W20260630 12:37:49.772469 10441 consensus_peers.cc:597] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a -> Peer 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4:35591): Couldn't send request to peer 59ffeacb56cc44c78a3be0ffe865fa0c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 936459ec90ac473696a59b8d62c7a1ee. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:49.773190 10808 consensus_queue.cc:1048] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260630 12:37:49.774888 10623 raft_consensus.cc:1275] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260630 12:37:49.776515 10808 consensus_queue.cc:1048] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260630 12:37:49.785876 10807 raft_consensus.cc:2955] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } attrs { replace: true } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.787279 10547 raft_consensus.cc:2955] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } attrs { replace: true } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.788950 10623 raft_consensus.cc:2955] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } attrs { replace: true } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.802922 10367 catalog_manager.cc:5697] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 reported cstate change: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } attrs { replace: true } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.805217 10474 consensus_queue.cc:237] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } }
W20260630 12:37:49.812641 10441 consensus_peers.cc:597] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a -> Peer 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4:35591): Couldn't send request to peer 59ffeacb56cc44c78a3be0ffe865fa0c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 27eeb47600bd4d88b36eb4276c6a9c24. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:49.815057 10545 raft_consensus.cc:1275] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260630 12:37:49.816255 10623 raft_consensus.cc:1275] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Refusing update from remote peer 9a8f5d03823c48e8844765623649334a: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260630 12:37:49.817521 10808 consensus_queue.cc:1048] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260630 12:37:49.818188 10687 consensus_queue.cc:1048] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [LEADER]: Connected to new peer: Peer: permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260630 12:37:49.825125 10808 raft_consensus.cc:2955] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.826543 10623 raft_consensus.cc:2955] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.827411 10545 raft_consensus.cc:2955] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.840013 10372 catalog_manager.cc:5697] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 reported cstate change: config changed from index -1 to 18, NON_VOTER 59ffeacb56cc44c78a3be0ffe865fa0c (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "9a8f5d03823c48e8844765623649334a" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "9a8f5d03823c48e8844765623649334a" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 43591 } } peers { permanent_uuid: "2dd8b0ebe862418aae0b018701cac155" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43527 } attrs { replace: true } } peers { permanent_uuid: "db54b6785c3e47e7bf358ddadbc6d6d7" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 34143 } } peers { permanent_uuid: "59ffeacb56cc44c78a3be0ffe865fa0c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 35591 } attrs { promote: true } } }
I20260630 12:37:49.998375   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:37:50.039795   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:50.040530   940 tablet_replica.cc:333] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a: stopping tablet replica
I20260630 12:37:50.041144   940 raft_consensus.cc:2243] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.041679   940 raft_consensus.cc:2272] T fc99b0b1b18747f1a9a50505997bff42 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.044605   940 tablet_replica.cc:333] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a: stopping tablet replica
I20260630 12:37:50.045184   940 raft_consensus.cc:2243] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.046195   940 raft_consensus.cc:2272] T 4b0f00e2046f4cc6ae26a57b583923b8 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.048910   940 tablet_replica.cc:333] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a: stopping tablet replica
I20260630 12:37:50.049461   940 raft_consensus.cc:2243] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.050264   940 raft_consensus.cc:2272] T 027351a67cdc48b88b49ae207d2adf9f P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.052479   940 tablet_replica.cc:333] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a: stopping tablet replica
I20260630 12:37:50.053102   940 raft_consensus.cc:2243] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.054057   940 raft_consensus.cc:2272] T 936459ec90ac473696a59b8d62c7a1ee P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.056241   940 tablet_replica.cc:333] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a: stopping tablet replica
I20260630 12:37:50.056778   940 raft_consensus.cc:2243] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.057708   940 raft_consensus.cc:2272] T 27eeb47600bd4d88b36eb4276c6a9c24 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.059973   940 tablet_replica.cc:333] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a: stopping tablet replica
I20260630 12:37:50.060498   940 raft_consensus.cc:2243] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.060956   940 raft_consensus.cc:2272] T 950331e3e87946ae97bd963f9e95b580 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.062964   940 tablet_replica.cc:333] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a: stopping tablet replica
I20260630 12:37:50.063680   940 raft_consensus.cc:2243] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.064455   940 raft_consensus.cc:2272] T ae07179bbc1a42e19b07305fb16a444e P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.066674   940 tablet_replica.cc:333] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a: stopping tablet replica
I20260630 12:37:50.067129   940 raft_consensus.cc:2243] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.067569   940 raft_consensus.cc:2272] T 739668277aef4730b8e4530605917525 P 9a8f5d03823c48e8844765623649334a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.097874   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:37:50.117920   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:37:50.146062   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:50.146860   940 tablet_replica.cc:333] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155: stopping tablet replica
I20260630 12:37:50.147720   940 raft_consensus.cc:2243] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.148357   940 raft_consensus.cc:2272] T 936459ec90ac473696a59b8d62c7a1ee P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.150934   940 tablet_replica.cc:333] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155: stopping tablet replica
I20260630 12:37:50.151485   940 raft_consensus.cc:2243] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.151993   940 raft_consensus.cc:2272] T 027351a67cdc48b88b49ae207d2adf9f P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.154968   940 tablet_replica.cc:333] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155: stopping tablet replica
I20260630 12:37:50.155519   940 raft_consensus.cc:2243] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.156124   940 raft_consensus.cc:2272] T ae07179bbc1a42e19b07305fb16a444e P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.159127   940 tablet_replica.cc:333] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155: stopping tablet replica
I20260630 12:37:50.159657   940 raft_consensus.cc:2243] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.160152   940 raft_consensus.cc:2272] T 27eeb47600bd4d88b36eb4276c6a9c24 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.162736   940 tablet_replica.cc:333] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155: stopping tablet replica
I20260630 12:37:50.163271   940 raft_consensus.cc:2243] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.163798   940 raft_consensus.cc:2272] T 4b0f00e2046f4cc6ae26a57b583923b8 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.165930   940 tablet_replica.cc:333] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155: stopping tablet replica
I20260630 12:37:50.166505   940 raft_consensus.cc:2243] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.166940   940 raft_consensus.cc:2272] T fc99b0b1b18747f1a9a50505997bff42 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.169245   940 tablet_replica.cc:333] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155: stopping tablet replica
I20260630 12:37:50.169734   940 raft_consensus.cc:2243] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.170198   940 raft_consensus.cc:2272] T 7397c6a5e4864bc1b1104ee3ff324910 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.172015   940 tablet_replica.cc:333] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155: stopping tablet replica
I20260630 12:37:50.172451   940 raft_consensus.cc:2243] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.172865   940 raft_consensus.cc:2272] T e62f214c7de64491af02d024966ba053 P 2dd8b0ebe862418aae0b018701cac155 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.199184 10909 ts_tablet_manager.cc:933] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: Initiating tablet copy from peer db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143)
I20260630 12:37:50.200682   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:37:50.201942 10909 tablet_copy_client.cc:323] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:34143
I20260630 12:37:50.229846 10634 tablet_copy_service.cc:140] P db54b6785c3e47e7bf358ddadbc6d6d7: Received BeginTabletCopySession request for tablet fc99b0b1b18747f1a9a50505997bff42 from peer 59ffeacb56cc44c78a3be0ffe865fa0c ({username='slave'} at 127.0.0.1:36600)
I20260630 12:37:50.230552   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:37:50.230499 10634 tablet_copy_service.cc:161] P db54b6785c3e47e7bf358ddadbc6d6d7: Beginning new tablet copy session on tablet fc99b0b1b18747f1a9a50505997bff42 from peer 59ffeacb56cc44c78a3be0ffe865fa0c at {username='slave'} at 127.0.0.1:36600: session id = 59ffeacb56cc44c78a3be0ffe865fa0c-fc99b0b1b18747f1a9a50505997bff42
I20260630 12:37:50.238942 10634 tablet_copy_source_session.cc:215] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:50.242586 10909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fc99b0b1b18747f1a9a50505997bff42. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.245375   940 tablet_copy_service.cc:362] P db54b6785c3e47e7bf358ddadbc6d6d7: Destroying tablet copy session 59ffeacb56cc44c78a3be0ffe865fa0c-fc99b0b1b18747f1a9a50505997bff42 due to service shutdown
I20260630 12:37:50.245815   940 tablet_copy_service.cc:434] P db54b6785c3e47e7bf358ddadbc6d6d7: ending tablet copy session 59ffeacb56cc44c78a3be0ffe865fa0c-fc99b0b1b18747f1a9a50505997bff42 on tablet fc99b0b1b18747f1a9a50505997bff42 with peer 59ffeacb56cc44c78a3be0ffe865fa0c
I20260630 12:37:50.259039 10909 tablet_copy_client.cc:806] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:50.259760 10909 tablet_copy_client.cc:670] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: tablet copy: Starting download of 1 WAL segments...
W20260630 12:37:50.260010 10588 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.2:43527: connect: Connection refused (error 111) [suppressed 67 similar messages]
W20260630 12:37:50.266378 10588 consensus_peers.cc:597] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 -> Peer 2dd8b0ebe862418aae0b018701cac155 (127.0.235.2:43527): Couldn't send request to peer 2dd8b0ebe862418aae0b018701cac155. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:43527: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:50.276503   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:50.277951   940 tablet_replica.cc:333] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7: stopping tablet replica
I20260630 12:37:50.278959   940 raft_consensus.cc:2243] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.279634   940 raft_consensus.cc:2272] T 027351a67cdc48b88b49ae207d2adf9f P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:37:50.280642 10589 consensus_peers.cc:597] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 -> Peer 9a8f5d03823c48e8844765623649334a (127.0.235.1:43591): Couldn't send request to peer 9a8f5d03823c48e8844765623649334a. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:43591: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:50.283120   940 tablet_replica.cc:333] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7: stopping tablet replica
I20260630 12:37:50.283733   940 raft_consensus.cc:2243] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.284258   940 raft_consensus.cc:2272] T 936459ec90ac473696a59b8d62c7a1ee P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.287074   940 tablet_replica.cc:333] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7: stopping tablet replica
I20260630 12:37:50.287635   940 raft_consensus.cc:2243] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.288560   940 raft_consensus.cc:2272] T 4b0f00e2046f4cc6ae26a57b583923b8 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.291246   940 tablet_replica.cc:333] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7: stopping tablet replica
I20260630 12:37:50.291778   940 raft_consensus.cc:2243] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.292703   940 raft_consensus.cc:2272] T fc99b0b1b18747f1a9a50505997bff42 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.295027   940 tablet_replica.cc:333] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7: stopping tablet replica
I20260630 12:37:50.295547   940 raft_consensus.cc:2243] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.296062   940 raft_consensus.cc:2272] T ae07179bbc1a42e19b07305fb16a444e P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.299038   940 tablet_replica.cc:333] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7: stopping tablet replica
I20260630 12:37:50.299584   940 raft_consensus.cc:2243] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:50.300136   940 raft_consensus.cc:2272] T 27eeb47600bd4d88b36eb4276c6a9c24 P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.302786   940 tablet_replica.cc:333] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7: stopping tablet replica
I20260630 12:37:50.303329   940 raft_consensus.cc:2243] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.303800   940 raft_consensus.cc:2272] T 2d327a11bbbf46f48847ca140631931d P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.305651   940 tablet_replica.cc:333] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7: stopping tablet replica
I20260630 12:37:50.306144   940 raft_consensus.cc:2243] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.306560   940 raft_consensus.cc:2272] T cd309050f23e45f98275b1dfaffec30b P db54b6785c3e47e7bf358ddadbc6d6d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.335024   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:37:50.362179   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
W20260630 12:37:50.373293 10909 ts_tablet_manager.cc:1011] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: Tablet Copy: Unable to fetch data from remote peer db54b6785c3e47e7bf358ddadbc6d6d7 (127.0.235.3:34143): Network error: Unable to download WAL segment with seq. number 1: unable to fetch data from remote: Client connection negotiation failed: client connection to 127.0.235.3:34143: connect: Connection refused (error 111)
I20260630 12:37:50.373896 10909 tablet_replica.cc:333] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: stopping tablet replica
I20260630 12:37:50.374316 10909 raft_consensus.cc:2243] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:50.374691 10909 raft_consensus.cc:2272] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c [term 1 LEARNER]: Raft consensus is shut down!
W20260630 12:37:50.377362 10909 tablet_copy_client.cc:1131] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.235.3:34143: connect: Connection refused (error 111)
W20260630 12:37:50.380015 10909 tablet_metadata.cc:476] failed to load DataDirGroup from superblock: Already present: tried to load directory group for tablet fc99b0b1b18747f1a9a50505997bff42 but one is already registered
I20260630 12:37:50.380551 10909 ts_tablet_manager.cc:1916] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:50.383988   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:50.396637 10909 ts_tablet_manager.cc:1929] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.0
I20260630 12:37:50.397118 10909 log.cc:1199] T fc99b0b1b18747f1a9a50505997bff42 P 59ffeacb56cc44c78a3be0ffe865fa0c: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822834383079-940-0/minicluster-data/ts-3-root/wals/fc99b0b1b18747f1a9a50505997bff42
I20260630 12:37:50.415635   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:37:50.425952   940 master.cc:562] Master@127.0.235.62:38349 shutting down...
W20260630 12:37:50.455804 10421 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:37:50.457119   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:50.457592   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:50.457864   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 38bd3d730abb42e49fe39fd387f70e51: stopping tablet replica
I20260630 12:37:50.478258   940 master.cc:584] Master@127.0.235.62:38349 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (6033 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:37:50.525044   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:43281
I20260630 12:37:50.526394   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:50.531545 10916 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.532538 10915 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.532994 10918 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:50.533653   940 server_base.cc:1061] running on GCE node
I20260630 12:37:50.534705   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:50.534924   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:50.535130   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823070535111 us; error 0 us; skew 500 ppm
I20260630 12:37:50.535859   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:50.539256   940 webserver.cc:533] Webserver started at http://127.0.235.62:36419/ using document root <none> and password file <none>
I20260630 12:37:50.539870   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:50.540078   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:50.540369   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:50.541874   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "5a8f6d55dcde40f380267868f923b67f"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-47x1"
I20260630 12:37:50.546305   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:37:50.549423 10923 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.550298   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:50.550520   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "5a8f6d55dcde40f380267868f923b67f"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-47x1"
I20260630 12:37:50.550734   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:50.568573   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:50.569516   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:50.604962   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:43281
I20260630 12:37:50.605082 10974 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:43281 every 8 connection(s)
I20260630 12:37:50.608628 10975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.618369 10975 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f: Bootstrap starting.
I20260630 12:37:50.622852 10975 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.626645 10975 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f: No bootstrap required, opened a new log
I20260630 12:37:50.628506 10975 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a8f6d55dcde40f380267868f923b67f" member_type: VOTER }
I20260630 12:37:50.628866 10975 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.629036 10975 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a8f6d55dcde40f380267868f923b67f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.629498 10975 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5a8f6d55dcde40f380267868f923b67f" member_type: VOTER }
I20260630 12:37:50.629907 10975 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:50.630106 10975 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:50.630322 10975 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.634413 10975 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a8f6d55dcde40f380267868f923b67f" member_type: VOTER }
I20260630 12:37:50.634845 10975 leader_election.cc:304] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [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: 5a8f6d55dcde40f380267868f923b67f; no voters: 
I20260630 12:37:50.635795 10975 leader_election.cc:290] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:50.636114 10978 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:50.637385 10978 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 1 LEADER]: Becoming Leader. State: Replica: 5a8f6d55dcde40f380267868f923b67f, State: Running, Role: LEADER
I20260630 12:37:50.637989 10978 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [LEADER]: Queue going to LEADER mode. State: All 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: "5a8f6d55dcde40f380267868f923b67f" member_type: VOTER }
I20260630 12:37:50.638597 10975 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:50.642416 10980 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5a8f6d55dcde40f380267868f923b67f. Latest consensus state: current_term: 1 leader_uuid: "5a8f6d55dcde40f380267868f923b67f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a8f6d55dcde40f380267868f923b67f" member_type: VOTER } }
I20260630 12:37:50.643067 10979 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5a8f6d55dcde40f380267868f923b67f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5a8f6d55dcde40f380267868f923b67f" member_type: VOTER } }
I20260630 12:37:50.643911 10980 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:50.644037 10979 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:50.645900 10986 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:50.651105 10986 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:50.653343   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:50.659716 10986 catalog_manager.cc:1383] Generated new cluster ID: 3f0190ffdf56483ea20efb51975c314f
I20260630 12:37:50.659971 10986 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:50.678076 10986 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:50.679370 10986 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:50.698042 10986 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f: Generated new TSK 0
I20260630 12:37:50.698640 10986 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:50.719328   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:50.725255 10996 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.726790 10997 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.727650 10999 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:50.727962   940 server_base.cc:1061] running on GCE node
I20260630 12:37:50.728868   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:50.729038   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:50.729156   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823070729146 us; error 0 us; skew 500 ppm
I20260630 12:37:50.729620   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:50.731735   940 webserver.cc:533] Webserver started at http://127.0.235.1:34149/ using document root <none> and password file <none>
I20260630 12:37:50.732136   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:50.732290   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:50.732489   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:50.733457   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "0260960405314718b1057879dd1be09f"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-47x1"
I20260630 12:37:50.737488   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:50.740512 11004 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.741195   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:50.741438   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "0260960405314718b1057879dd1be09f"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-47x1"
I20260630 12:37:50.741652   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:50.765563   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:50.766534   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:50.767805   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:50.769872   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:50.770084   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.770352   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:50.770511   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.805259   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:38577
I20260630 12:37:50.805351 11066 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:38577 every 8 connection(s)
I20260630 12:37:50.809959   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:50.816373 11071 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.817832 11072 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.819082 11074 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:50.820822   940 server_base.cc:1061] running on GCE node
I20260630 12:37:50.821599 11067 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43281
I20260630 12:37:50.821945 11067 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:50.822703 11067 heartbeater.cc:507] Master 127.0.235.62:43281 requested a full tablet report, sending...
I20260630 12:37:50.823086   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:50.823364   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:50.823557   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823070823538 us; error 0 us; skew 500 ppm
I20260630 12:37:50.824126   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:50.824674 10940 ts_manager.cc:194] Registered new tserver with Master: 0260960405314718b1057879dd1be09f (127.0.235.1:38577)
I20260630 12:37:50.826411   940 webserver.cc:533] Webserver started at http://127.0.235.2:35209/ using document root <none> and password file <none>
I20260630 12:37:50.826655 10940 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38390
I20260630 12:37:50.826903   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:50.827185   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:50.827456   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:50.828428   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "6137f4add07e425399843d794484c8ab"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-47x1"
I20260630 12:37:50.833561   940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.007s
I20260630 12:37:50.838419 11079 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.839658   940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:50.840021   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "6137f4add07e425399843d794484c8ab"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-47x1"
I20260630 12:37:50.840370   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:50.871183   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:50.872206   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:50.873539   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:50.875619   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:50.875835   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.876061   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:50.876226   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.913178   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:34711
I20260630 12:37:50.913285 11141 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:34711 every 8 connection(s)
I20260630 12:37:50.917951   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:50.923833 11145 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.925688 11146 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.928417 11148 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:50.928833   940 server_base.cc:1061] running on GCE node
I20260630 12:37:50.929263 11142 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43281
I20260630 12:37:50.929657 11142 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:50.929836   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:50.930128   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:50.930331   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823070930316 us; error 0 us; skew 500 ppm
I20260630 12:37:50.930426 11142 heartbeater.cc:507] Master 127.0.235.62:43281 requested a full tablet report, sending...
I20260630 12:37:50.930910   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:50.932850 10940 ts_manager.cc:194] Registered new tserver with Master: 6137f4add07e425399843d794484c8ab (127.0.235.2:34711)
I20260630 12:37:50.933452   940 webserver.cc:533] Webserver started at http://127.0.235.3:38711/ using document root <none> and password file <none>
I20260630 12:37:50.933933   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:50.934182   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:50.934444   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:50.934461 10940 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38396
I20260630 12:37:50.935827   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "8311bbfbe8564271ae49033eb071a446"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-47x1"
I20260630 12:37:50.940121   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:50.943174 11153 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.943926   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:50.944203   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "8311bbfbe8564271ae49033eb071a446"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-47x1"
I20260630 12:37:50.944468   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:50.960453   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:50.961433   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:50.962831   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:50.964983   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:50.965202   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.965431   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:50.965600   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.001346   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:42661
I20260630 12:37:51.001439 11215 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:42661 every 8 connection(s)
I20260630 12:37:51.014591 11216 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43281
I20260630 12:37:51.014962 11216 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:51.015640 11216 heartbeater.cc:507] Master 127.0.235.62:43281 requested a full tablet report, sending...
I20260630 12:37:51.017428 10940 ts_manager.cc:194] Registered new tserver with Master: 8311bbfbe8564271ae49033eb071a446 (127.0.235.3:42661)
I20260630 12:37:51.017637   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013304519s
I20260630 12:37:51.018805 10940 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38408
I20260630 12:37:51.039485 10940 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38410:
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:37:51.041169 10940 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:51.075987 11181 tablet_service.cc:1511] Processing CreateTablet for tablet e13dcb9f15734abab8c5f0b4af50f127 (DEFAULT_TABLE table=test-workload [id=d1c782999eee4cf3a63619382e5ee57d]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:51.077301 11181 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e13dcb9f15734abab8c5f0b4af50f127. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:51.078157 11032 tablet_service.cc:1511] Processing CreateTablet for tablet e13dcb9f15734abab8c5f0b4af50f127 (DEFAULT_TABLE table=test-workload [id=d1c782999eee4cf3a63619382e5ee57d]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:51.079114 11032 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e13dcb9f15734abab8c5f0b4af50f127. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:51.086377 11107 tablet_service.cc:1511] Processing CreateTablet for tablet e13dcb9f15734abab8c5f0b4af50f127 (DEFAULT_TABLE table=test-workload [id=d1c782999eee4cf3a63619382e5ee57d]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:51.087647 11107 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e13dcb9f15734abab8c5f0b4af50f127. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:51.092063 11231 tablet_bootstrap.cc:492] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446: Bootstrap starting.
I20260630 12:37:51.096768 11231 tablet_bootstrap.cc:654] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:51.099737 11232 tablet_bootstrap.cc:492] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f: Bootstrap starting.
I20260630 12:37:51.102603 11231 tablet_bootstrap.cc:492] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446: No bootstrap required, opened a new log
I20260630 12:37:51.103217 11231 ts_tablet_manager.cc:1403] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446: Time spent bootstrapping tablet: real 0.011s	user 0.011s	sys 0.000s
I20260630 12:37:51.103932 11234 tablet_bootstrap.cc:492] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab: Bootstrap starting.
I20260630 12:37:51.106148 11232 tablet_bootstrap.cc:654] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:51.106228 11231 raft_consensus.cc:359] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.107141 11231 raft_consensus.cc:385] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:51.107420 11231 raft_consensus.cc:740] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8311bbfbe8564271ae49033eb071a446, State: Initialized, Role: FOLLOWER
I20260630 12:37:51.108142 11231 consensus_queue.cc:260] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.109335 11234 tablet_bootstrap.cc:654] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:51.110474 11216 heartbeater.cc:499] Master 127.0.235.62:43281 was elected leader, sending a full tablet report...
I20260630 12:37:51.110957 11231 ts_tablet_manager.cc:1434] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:51.114038 11232 tablet_bootstrap.cc:492] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f: No bootstrap required, opened a new log
I20260630 12:37:51.114542 11232 ts_tablet_manager.cc:1403] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.005s
I20260630 12:37:51.115712 11234 tablet_bootstrap.cc:492] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab: No bootstrap required, opened a new log
I20260630 12:37:51.116175 11234 ts_tablet_manager.cc:1403] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab: Time spent bootstrapping tablet: real 0.012s	user 0.000s	sys 0.009s
I20260630 12:37:51.117172 11232 raft_consensus.cc:359] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.117945 11232 raft_consensus.cc:385] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:51.118283 11232 raft_consensus.cc:740] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0260960405314718b1057879dd1be09f, State: Initialized, Role: FOLLOWER
I20260630 12:37:51.118336 11234 raft_consensus.cc:359] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.119042 11232 consensus_queue.cc:260] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.119275 11234 raft_consensus.cc:385] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:51.120621 11234 raft_consensus.cc:740] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6137f4add07e425399843d794484c8ab, State: Initialized, Role: FOLLOWER
I20260630 12:37:51.121506 11234 consensus_queue.cc:260] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.123005 11067 heartbeater.cc:499] Master 127.0.235.62:43281 was elected leader, sending a full tablet report...
I20260630 12:37:51.123469 11232 ts_tablet_manager.cc:1434] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260630 12:37:51.123975 11142 heartbeater.cc:499] Master 127.0.235.62:43281 was elected leader, sending a full tablet report...
I20260630 12:37:51.124394 11234 ts_tablet_manager.cc:1434] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:37:51.309111 11239 raft_consensus.cc:493] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:51.309608 11239 raft_consensus.cc:515] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.313781 11239 leader_election.cc:290] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8311bbfbe8564271ae49033eb071a446 (127.0.235.3:42661), 0260960405314718b1057879dd1be09f (127.0.235.1:38577)
I20260630 12:37:51.321826 11191 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e13dcb9f15734abab8c5f0b4af50f127" candidate_uuid: "6137f4add07e425399843d794484c8ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8311bbfbe8564271ae49033eb071a446" is_pre_election: true
I20260630 12:37:51.321954 11042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e13dcb9f15734abab8c5f0b4af50f127" candidate_uuid: "6137f4add07e425399843d794484c8ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0260960405314718b1057879dd1be09f" is_pre_election: true
I20260630 12:37:51.322537 11191 raft_consensus.cc:2468] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6137f4add07e425399843d794484c8ab in term 0.
I20260630 12:37:51.322644 11042 raft_consensus.cc:2468] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6137f4add07e425399843d794484c8ab in term 0.
I20260630 12:37:51.323632 11080 leader_election.cc:304] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6137f4add07e425399843d794484c8ab, 8311bbfbe8564271ae49033eb071a446; no voters: 
I20260630 12:37:51.324347 11239 raft_consensus.cc:2804] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:51.324689 11239 raft_consensus.cc:493] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:51.325001 11239 raft_consensus.cc:3060] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:51.329562 11239 raft_consensus.cc:515] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.331072 11239 leader_election.cc:290] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [CANDIDATE]: Term 1 election: Requested vote from peers 8311bbfbe8564271ae49033eb071a446 (127.0.235.3:42661), 0260960405314718b1057879dd1be09f (127.0.235.1:38577)
I20260630 12:37:51.331784 11191 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e13dcb9f15734abab8c5f0b4af50f127" candidate_uuid: "6137f4add07e425399843d794484c8ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8311bbfbe8564271ae49033eb071a446"
I20260630 12:37:51.331918 11042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e13dcb9f15734abab8c5f0b4af50f127" candidate_uuid: "6137f4add07e425399843d794484c8ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0260960405314718b1057879dd1be09f"
I20260630 12:37:51.332254 11191 raft_consensus.cc:3060] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:51.332504 11042 raft_consensus.cc:3060] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:51.336767 11191 raft_consensus.cc:2468] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6137f4add07e425399843d794484c8ab in term 1.
I20260630 12:37:51.337389 11042 raft_consensus.cc:2468] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6137f4add07e425399843d794484c8ab in term 1.
I20260630 12:37:51.337767 11080 leader_election.cc:304] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6137f4add07e425399843d794484c8ab, 8311bbfbe8564271ae49033eb071a446; no voters: 
I20260630 12:37:51.338588 11239 raft_consensus.cc:2804] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:51.339458 11239 raft_consensus.cc:697] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 1 LEADER]: Becoming Leader. State: Replica: 6137f4add07e425399843d794484c8ab, State: Running, Role: LEADER
I20260630 12:37:51.340236 11239 consensus_queue.cc:237] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } }
I20260630 12:37:51.346949 10940 catalog_manager.cc:5697] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 6137f4add07e425399843d794484c8ab (127.0.235.2). New cstate: current_term: 1 leader_uuid: "6137f4add07e425399843d794484c8ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8311bbfbe8564271ae49033eb071a446" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 42661 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0260960405314718b1057879dd1be09f" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 38577 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6137f4add07e425399843d794484c8ab" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34711 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:51.373363   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:37:51.392609   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.393376   940 tablet_replica.cc:333] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f: stopping tablet replica
I20260630 12:37:51.393841   940 raft_consensus.cc:2243] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.394244   940 raft_consensus.cc:2272] T e13dcb9f15734abab8c5f0b4af50f127 P 0260960405314718b1057879dd1be09f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.412331   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:37:51.420711   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:37:51.437031   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.437873   940 tablet_replica.cc:333] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab: stopping tablet replica
I20260630 12:37:51.438402   940 raft_consensus.cc:2243] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.438985   940 pending_rounds.cc:70] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab: Trying to abort 1 pending ops.
I20260630 12:37:51.439182   940 pending_rounds.cc:77] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443300216610816 op_type: NO_OP noop_request { }
I20260630 12:37:51.439481   940 raft_consensus.cc:2889] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:51.439795   940 raft_consensus.cc:2272] T e13dcb9f15734abab8c5f0b4af50f127 P 6137f4add07e425399843d794484c8ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.458776   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:37:51.467176   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:37:51.483207   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.483889   940 tablet_replica.cc:333] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446: stopping tablet replica
I20260630 12:37:51.484408   940 raft_consensus.cc:2243] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.484827   940 raft_consensus.cc:2272] T e13dcb9f15734abab8c5f0b4af50f127 P 8311bbfbe8564271ae49033eb071a446 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.502712   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:37:51.511602   940 master.cc:562] Master@127.0.235.62:43281 shutting down...
I20260630 12:37:51.526849   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.527356   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.527693   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5a8f6d55dcde40f380267868f923b67f: stopping tablet replica
I20260630 12:37:51.546792   940 master.cc:584] Master@127.0.235.62:43281 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1052 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:37:51.576916   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:34069
I20260630 12:37:51.577910   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:51.582899 11243 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.583256 11244 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.590049 11246 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.590453   940 server_base.cc:1061] running on GCE node
I20260630 12:37:51.591287   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:51.591481   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:51.591655   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823071591622 us; error 0 us; skew 500 ppm
I20260630 12:37:51.592164   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:51.594291   940 webserver.cc:533] Webserver started at http://127.0.235.62:35259/ using document root <none> and password file <none>
I20260630 12:37:51.594749   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:51.594923   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:51.595207   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:51.596225   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "380dcc51a543489095609f3d96571a9e"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-47x1"
I20260630 12:37:51.600422   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:51.603503 11251 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.604223   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:51.604493   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "380dcc51a543489095609f3d96571a9e"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-47x1"
I20260630 12:37:51.604753   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:51.619431   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:51.620296   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:51.652622   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:34069
I20260630 12:37:51.652710 11302 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:34069 every 8 connection(s)
I20260630 12:37:51.656343 11303 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:51.666040 11303 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e: Bootstrap starting.
I20260630 12:37:51.669998 11303 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:51.673620 11303 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e: No bootstrap required, opened a new log
I20260630 12:37:51.675455 11303 raft_consensus.cc:359] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380dcc51a543489095609f3d96571a9e" member_type: VOTER }
I20260630 12:37:51.675812 11303 raft_consensus.cc:385] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:51.676085 11303 raft_consensus.cc:740] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 380dcc51a543489095609f3d96571a9e, State: Initialized, Role: FOLLOWER
I20260630 12:37:51.676643 11303 consensus_queue.cc:260] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "380dcc51a543489095609f3d96571a9e" member_type: VOTER }
I20260630 12:37:51.677095 11303 raft_consensus.cc:399] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:51.677306 11303 raft_consensus.cc:493] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:51.677567 11303 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:51.681587 11303 raft_consensus.cc:515] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380dcc51a543489095609f3d96571a9e" member_type: VOTER }
I20260630 12:37:51.682113 11303 leader_election.cc:304] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [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: 380dcc51a543489095609f3d96571a9e; no voters: 
I20260630 12:37:51.683108 11303 leader_election.cc:290] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:51.683401 11306 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:51.684682 11306 raft_consensus.cc:697] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 1 LEADER]: Becoming Leader. State: Replica: 380dcc51a543489095609f3d96571a9e, State: Running, Role: LEADER
I20260630 12:37:51.685338 11306 consensus_queue.cc:237] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [LEADER]: Queue going to LEADER mode. State: All 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: "380dcc51a543489095609f3d96571a9e" member_type: VOTER }
I20260630 12:37:51.685860 11303 sys_catalog.cc:565] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:51.688014 11308 sys_catalog.cc:455] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 380dcc51a543489095609f3d96571a9e. Latest consensus state: current_term: 1 leader_uuid: "380dcc51a543489095609f3d96571a9e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380dcc51a543489095609f3d96571a9e" member_type: VOTER } }
I20260630 12:37:51.687984 11307 sys_catalog.cc:455] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "380dcc51a543489095609f3d96571a9e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380dcc51a543489095609f3d96571a9e" member_type: VOTER } }
I20260630 12:37:51.688683 11308 sys_catalog.cc:458] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:51.688772 11307 sys_catalog.cc:458] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:51.698282 11311 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:51.702872 11311 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:51.703940   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:51.710994 11311 catalog_manager.cc:1383] Generated new cluster ID: a8e3219500db450e961e334048ee8de9
I20260630 12:37:51.711208 11311 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:51.732677 11311 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:51.733839 11311 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:51.745409 11311 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e: Generated new TSK 0
I20260630 12:37:51.745885 11311 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:51.770073   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:51.775388 11324 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.776808 11325 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.779273 11327 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.782226   940 server_base.cc:1061] running on GCE node
I20260630 12:37:51.784121   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:51.784332   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:51.784515   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823071784498 us; error 0 us; skew 500 ppm
I20260630 12:37:51.784984   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:51.787145   940 webserver.cc:533] Webserver started at http://127.0.235.1:37143/ using document root <none> and password file <none>
I20260630 12:37:51.787590   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:51.787777   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:51.788045   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:51.789062   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "7f8ab25d9e1b45d79144c952c06e147d"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-47x1"
I20260630 12:37:51.793116   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:51.796056 11332 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.796770   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:51.797035   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "7f8ab25d9e1b45d79144c952c06e147d"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-47x1"
I20260630 12:37:51.797310   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:51.829205   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:51.830214   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:51.831926   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:51.835458   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:51.835711   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.835994   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:51.836218   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.872623   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:42835
I20260630 12:37:51.872733 11394 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:42835 every 8 connection(s)
I20260630 12:37:51.877862   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:51.884298 11399 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.884663 11400 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.888203   940 server_base.cc:1061] running on GCE node
W20260630 12:37:51.888280 11402 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.889549   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:51.889770   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:51.889971   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823071889947 us; error 0 us; skew 500 ppm
I20260630 12:37:51.890559   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:51.890604 11395 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34069
I20260630 12:37:51.891065 11395 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:51.891958 11395 heartbeater.cc:507] Master 127.0.235.62:34069 requested a full tablet report, sending...
I20260630 12:37:51.893373   940 webserver.cc:533] Webserver started at http://127.0.235.2:38091/ using document root <none> and password file <none>
I20260630 12:37:51.893941   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:51.894191   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:51.894243 11268 ts_manager.cc:194] Registered new tserver with Master: 7f8ab25d9e1b45d79144c952c06e147d (127.0.235.1:42835)
I20260630 12:37:51.894659   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:51.895815   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "2bb69b8f559d4ece9e1b6c64ad30195c"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-47x1"
I20260630 12:37:51.896166 11268 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41970
I20260630 12:37:51.900609   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:51.903785 11407 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.904496   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:51.904770   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "2bb69b8f559d4ece9e1b6c64ad30195c"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-47x1"
I20260630 12:37:51.905019   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:51.917790   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:51.918711   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:51.919982   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:51.921978   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:51.922241   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.922463   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:51.922627   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.957314   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:42925
I20260630 12:37:51.957394 11469 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:42925 every 8 connection(s)
I20260630 12:37:51.961683   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:51.967665 11473 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:51.968250 11474 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.971378   940 server_base.cc:1061] running on GCE node
W20260630 12:37:51.972033 11477 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:51.972960 11470 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34069
I20260630 12:37:51.973109   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:51.973326 11470 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:51.973443   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:51.973783   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823071973764 us; error 0 us; skew 500 ppm
I20260630 12:37:51.974270 11470 heartbeater.cc:507] Master 127.0.235.62:34069 requested a full tablet report, sending...
I20260630 12:37:51.974386   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:51.976289 11268 ts_manager.cc:194] Registered new tserver with Master: 2bb69b8f559d4ece9e1b6c64ad30195c (127.0.235.2:42925)
I20260630 12:37:51.976962   940 webserver.cc:533] Webserver started at http://127.0.235.3:36799/ using document root <none> and password file <none>
I20260630 12:37:51.977473   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:51.977674   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:51.977676 11268 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41986
I20260630 12:37:51.978302   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:51.979540   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "035bd38f4b9f4ed39de6d965ecd956f1"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-47x1"
I20260630 12:37:51.984058   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:37:51.987210 11481 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:51.987949   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:51.988234   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "035bd38f4b9f4ed39de6d965ecd956f1"
format_stamp: "Formatted at 2026-06-30 12:37:51 on dist-test-slave-47x1"
I20260630 12:37:51.988476   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:52.022644   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.023650   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.025000   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:52.027201   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:52.027441   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.027665   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:52.027835   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.063254   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:34087
I20260630 12:37:52.063334 11543 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:34087 every 8 connection(s)
I20260630 12:37:52.067893   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.074229 11547 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.075220 11548 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.078223 11550 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:52.079461 11544 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34069
I20260630 12:37:52.079906 11544 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:52.080408   940 server_base.cc:1061] running on GCE node
I20260630 12:37:52.080677 11544 heartbeater.cc:507] Master 127.0.235.62:34069 requested a full tablet report, sending...
I20260630 12:37:52.081377   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:52.081637   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:52.081884   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823072081864 us; error 0 us; skew 500 ppm
I20260630 12:37:52.082540   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.082753 11268 ts_manager.cc:194] Registered new tserver with Master: 035bd38f4b9f4ed39de6d965ecd956f1 (127.0.235.3:34087)
I20260630 12:37:52.084127 11268 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41994
I20260630 12:37:52.085255   940 webserver.cc:533] Webserver started at http://127.0.235.4:34745/ using document root <none> and password file <none>
I20260630 12:37:52.085750   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.085952   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.086262   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.087394   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-47x1"
I20260630 12:37:52.091391   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260630 12:37:52.094340 11555 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.095095   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:52.095374   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-47x1"
I20260630 12:37:52.095639   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822834383079-940-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:52.112592   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.113560   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.114753   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:52.117372   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:52.117587   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.117830   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:52.117997   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.153440   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:41127
I20260630 12:37:52.153537 11617 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:41127 every 8 connection(s)
I20260630 12:37:52.167273 11618 heartbeater.cc:344] Connected to a master server at 127.0.235.62:34069
I20260630 12:37:52.167649 11618 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:52.168399 11618 heartbeater.cc:507] Master 127.0.235.62:34069 requested a full tablet report, sending...
I20260630 12:37:52.170329 11268 ts_manager.cc:194] Registered new tserver with Master: 6b2f9b36bce748fb8ea4a6c6ea4d3519 (127.0.235.4:41127)
I20260630 12:37:52.171356   940 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.014748153s
I20260630 12:37:52.171540 11268 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42006
I20260630 12:37:52.195559 11268 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42008:
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:37:52.237381 11360 tablet_service.cc:1511] Processing CreateTablet for tablet 026002dbdbbe4e20a9cdd5ffb00e1227 (DEFAULT_TABLE table=test-workload [id=16a1777c50894a37b7c9962ba143030f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:52.238607 11360 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 026002dbdbbe4e20a9cdd5ffb00e1227. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:52.248507 11435 tablet_service.cc:1511] Processing CreateTablet for tablet 026002dbdbbe4e20a9cdd5ffb00e1227 (DEFAULT_TABLE table=test-workload [id=16a1777c50894a37b7c9962ba143030f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:52.248943 11583 tablet_service.cc:1511] Processing CreateTablet for tablet 026002dbdbbe4e20a9cdd5ffb00e1227 (DEFAULT_TABLE table=test-workload [id=16a1777c50894a37b7c9962ba143030f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:52.250108 11435 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 026002dbdbbe4e20a9cdd5ffb00e1227. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:52.250448 11583 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 026002dbdbbe4e20a9cdd5ffb00e1227. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:52.255071 11633 tablet_bootstrap.cc:492] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d: Bootstrap starting.
I20260630 12:37:52.261358 11633 tablet_bootstrap.cc:654] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:52.264840 11634 tablet_bootstrap.cc:492] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c: Bootstrap starting.
I20260630 12:37:52.268241 11633 tablet_bootstrap.cc:492] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d: No bootstrap required, opened a new log
I20260630 12:37:52.268923 11633 ts_tablet_manager.cc:1403] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:37:52.270816 11636 tablet_bootstrap.cc:492] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519: Bootstrap starting.
I20260630 12:37:52.271585 11634 tablet_bootstrap.cc:654] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:52.272365 11633 raft_consensus.cc:359] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.272960 11633 raft_consensus.cc:385] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:52.273209 11633 raft_consensus.cc:740] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7f8ab25d9e1b45d79144c952c06e147d, State: Initialized, Role: FOLLOWER
I20260630 12:37:52.273849 11633 consensus_queue.cc:260] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.276479 11633 ts_tablet_manager.cc:1434] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:52.277149 11634 tablet_bootstrap.cc:492] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c: No bootstrap required, opened a new log
I20260630 12:37:52.277143 11395 heartbeater.cc:499] Master 127.0.235.62:34069 was elected leader, sending a full tablet report...
I20260630 12:37:52.277769 11634 ts_tablet_manager.cc:1403] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c: Time spent bootstrapping tablet: real 0.013s	user 0.003s	sys 0.008s
I20260630 12:37:52.278002 11636 tablet_bootstrap.cc:654] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:52.282048 11634 raft_consensus.cc:359] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.282766 11634 raft_consensus.cc:385] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:52.283046 11634 raft_consensus.cc:740] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2bb69b8f559d4ece9e1b6c64ad30195c, State: Initialized, Role: FOLLOWER
I20260630 12:37:52.283670 11636 tablet_bootstrap.cc:492] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519: No bootstrap required, opened a new log
I20260630 12:37:52.284199 11636 ts_tablet_manager.cc:1403] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.004s
I20260630 12:37:52.283763 11634 consensus_queue.cc:260] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.286603 11470 heartbeater.cc:499] Master 127.0.235.62:34069 was elected leader, sending a full tablet report...
I20260630 12:37:52.286662 11634 ts_tablet_manager.cc:1434] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:52.287276 11636 raft_consensus.cc:359] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.287858 11636 raft_consensus.cc:385] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:52.288106 11636 raft_consensus.cc:740] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6b2f9b36bce748fb8ea4a6c6ea4d3519, State: Initialized, Role: FOLLOWER
I20260630 12:37:52.288787 11636 consensus_queue.cc:260] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.290886 11618 heartbeater.cc:499] Master 127.0.235.62:34069 was elected leader, sending a full tablet report...
I20260630 12:37:52.291214 11636 ts_tablet_manager.cc:1434] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:37:52.492735 11641 raft_consensus.cc:493] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:52.493474 11641 raft_consensus.cc:515] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.499485 11641 leader_election.cc:290] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7f8ab25d9e1b45d79144c952c06e147d (127.0.235.1:42835), 2bb69b8f559d4ece9e1b6c64ad30195c (127.0.235.2:42925)
I20260630 12:37:52.506270 11370 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "026002dbdbbe4e20a9cdd5ffb00e1227" candidate_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f8ab25d9e1b45d79144c952c06e147d" is_pre_election: true
I20260630 12:37:52.506770 11445 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "026002dbdbbe4e20a9cdd5ffb00e1227" candidate_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" is_pre_election: true
I20260630 12:37:52.507112 11370 raft_consensus.cc:2468] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6b2f9b36bce748fb8ea4a6c6ea4d3519 in term 0.
I20260630 12:37:52.507525 11445 raft_consensus.cc:2468] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6b2f9b36bce748fb8ea4a6c6ea4d3519 in term 0.
I20260630 12:37:52.508415 11557 leader_election.cc:304] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6b2f9b36bce748fb8ea4a6c6ea4d3519, 7f8ab25d9e1b45d79144c952c06e147d; no voters: 
I20260630 12:37:52.509600 11641 raft_consensus.cc:2804] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:52.509938 11641 raft_consensus.cc:493] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:52.510265 11641 raft_consensus.cc:3060] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:52.518759 11641 raft_consensus.cc:515] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.520844 11641 leader_election.cc:290] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [CANDIDATE]: Term 1 election: Requested vote from peers 7f8ab25d9e1b45d79144c952c06e147d (127.0.235.1:42835), 2bb69b8f559d4ece9e1b6c64ad30195c (127.0.235.2:42925)
I20260630 12:37:52.521701 11370 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "026002dbdbbe4e20a9cdd5ffb00e1227" candidate_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7f8ab25d9e1b45d79144c952c06e147d"
I20260630 12:37:52.521937 11445 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "026002dbdbbe4e20a9cdd5ffb00e1227" candidate_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c"
I20260630 12:37:52.522338 11370 raft_consensus.cc:3060] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:52.522619 11445 raft_consensus.cc:3060] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:52.527434 11445 raft_consensus.cc:2468] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6b2f9b36bce748fb8ea4a6c6ea4d3519 in term 1.
I20260630 12:37:52.527575 11370 raft_consensus.cc:2468] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6b2f9b36bce748fb8ea4a6c6ea4d3519 in term 1.
I20260630 12:37:52.528434 11559 leader_election.cc:304] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2bb69b8f559d4ece9e1b6c64ad30195c, 6b2f9b36bce748fb8ea4a6c6ea4d3519; no voters: 
I20260630 12:37:52.529253 11641 raft_consensus.cc:2804] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:52.530210 11641 raft_consensus.cc:697] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 1 LEADER]: Becoming Leader. State: Replica: 6b2f9b36bce748fb8ea4a6c6ea4d3519, State: Running, Role: LEADER
I20260630 12:37:52.530997 11641 consensus_queue.cc:237] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } }
I20260630 12:37:52.536895 11268 catalog_manager.cc:5697] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6b2f9b36bce748fb8ea4a6c6ea4d3519 (127.0.235.4). New cstate: current_term: 1 leader_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7f8ab25d9e1b45d79144c952c06e147d" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 42835 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2bb69b8f559d4ece9e1b6c64ad30195c" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 42925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6b2f9b36bce748fb8ea4a6c6ea4d3519" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 41127 } health_report { overall_health: HEALTHY } } }
W20260630 12:37:52.569453   940 auto_rebalancer.cc:639] Failed to schedule move for tablet 026002dbdbbe4e20a9cdd5ffb00e1227: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:37:52.570819   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:37:52.587659   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:52.588312   940 tablet_replica.cc:333] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d: stopping tablet replica
I20260630 12:37:52.588864   940 raft_consensus.cc:2243] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:52.589249   940 raft_consensus.cc:2272] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 7f8ab25d9e1b45d79144c952c06e147d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.607750   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:37:52.616281   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:37:52.631929   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:52.632797   940 tablet_replica.cc:333] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c: stopping tablet replica
I20260630 12:37:52.633301   940 raft_consensus.cc:2243] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:52.633683   940 raft_consensus.cc:2272] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 2bb69b8f559d4ece9e1b6c64ad30195c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.652139   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:37:52.660605   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:37:52.677201   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:52.692082   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:37:52.700732   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:37:52.716982   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:52.717739   940 tablet_replica.cc:333] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519: stopping tablet replica
I20260630 12:37:52.718271   940 raft_consensus.cc:2243] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:52.718796   940 pending_rounds.cc:70] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519: Trying to abort 1 pending ops.
I20260630 12:37:52.718947   940 pending_rounds.cc:77] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443305093603328 op_type: NO_OP noop_request { }
I20260630 12:37:52.719159   940 raft_consensus.cc:2889] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:52.719374   940 raft_consensus.cc:2272] T 026002dbdbbe4e20a9cdd5ffb00e1227 P 6b2f9b36bce748fb8ea4a6c6ea4d3519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.738407   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:37:52.747478   940 master.cc:562] Master@127.0.235.62:34069 shutting down...
I20260630 12:37:52.761317   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:52.761803   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.762143   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 380dcc51a543489095609f3d96571a9e: stopping tablet replica
I20260630 12:37:52.779489   940 master.cc:584] Master@127.0.235.62:34069 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1233 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:37:52.810540   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:43269
I20260630 12:37:52.811527   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.816077 11647 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.816118 11648 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.817314 11650 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:52.818471   940 server_base.cc:1061] running on GCE node
I20260630 12:37:52.819186   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:52.819396   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:52.819547   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823072819529 us; error 0 us; skew 500 ppm
I20260630 12:37:52.820070   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.822324   940 webserver.cc:533] Webserver started at http://127.0.235.62:43305/ using document root <none> and password file <none>
I20260630 12:37:52.822711   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.822861   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.823047   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.823984   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-47x1"
I20260630 12:37:52.827936   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:37:52.830842 11655 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.831564   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:52.831837   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-47x1"
I20260630 12:37:52.832082   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:52.862927   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.863865   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.896557   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:43269
I20260630 12:37:52.896643 11706 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:43269 every 8 connection(s)
I20260630 12:37:52.900228 11707 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:52.910369 11707 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54: Bootstrap starting.
I20260630 12:37:52.914435 11707 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:52.918030 11707 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54: No bootstrap required, opened a new log
I20260630 12:37:52.919821 11707 raft_consensus.cc:359] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54" member_type: VOTER }
I20260630 12:37:52.920161 11707 raft_consensus.cc:385] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:52.920339 11707 raft_consensus.cc:740] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aeaa2351b0cb4b9eb5de0cc6a7aa0c54, State: Initialized, Role: FOLLOWER
I20260630 12:37:52.920909 11707 consensus_queue.cc:260] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54" member_type: VOTER }
I20260630 12:37:52.921299 11707 raft_consensus.cc:399] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:52.921479 11707 raft_consensus.cc:493] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:52.921674 11707 raft_consensus.cc:3060] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:52.925766 11707 raft_consensus.cc:515] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54" member_type: VOTER }
I20260630 12:37:52.926198 11707 leader_election.cc:304] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [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: aeaa2351b0cb4b9eb5de0cc6a7aa0c54; no voters: 
I20260630 12:37:52.927215 11707 leader_election.cc:290] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:52.927531 11710 raft_consensus.cc:2804] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:52.928900 11710 raft_consensus.cc:697] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 1 LEADER]: Becoming Leader. State: Replica: aeaa2351b0cb4b9eb5de0cc6a7aa0c54, State: Running, Role: LEADER
I20260630 12:37:52.929543 11710 consensus_queue.cc:237] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [LEADER]: Queue going to LEADER mode. State: All 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: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54" member_type: VOTER }
I20260630 12:37:52.930096 11707 sys_catalog.cc:565] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:52.932294 11712 sys_catalog.cc:455] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [sys.catalog]: SysCatalogTable state changed. Reason: New leader aeaa2351b0cb4b9eb5de0cc6a7aa0c54. Latest consensus state: current_term: 1 leader_uuid: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54" member_type: VOTER } }
I20260630 12:37:52.932293 11711 sys_catalog.cc:455] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aeaa2351b0cb4b9eb5de0cc6a7aa0c54" member_type: VOTER } }
I20260630 12:37:52.933010 11712 sys_catalog.cc:458] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:52.933110 11711 sys_catalog.cc:458] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:52.940577 11715 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:52.946141 11715 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:52.947055   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:52.954072 11715 catalog_manager.cc:1383] Generated new cluster ID: 5a25a01dbbc84c99a5a505b6f8784e69
I20260630 12:37:52.954317 11715 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:52.967712 11715 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:52.968907 11715 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:52.988020 11715 catalog_manager.cc:6070] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54: Generated new TSK 0
I20260630 12:37:52.988592 11715 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:53.013525   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:53.018723 11728 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.019896 11729 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.021481 11731 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:53.022101   940 server_base.cc:1061] running on GCE node
I20260630 12:37:53.022925   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:53.023121   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:53.023305   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823073023288 us; error 0 us; skew 500 ppm
I20260630 12:37:53.023803   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.025902   940 webserver.cc:533] Webserver started at http://127.0.235.1:43293/ using document root <none> and password file <none>
I20260630 12:37:53.026393   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.026587   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.026887   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.027916   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "5b4b0c8faa034effa1c2818a1ab57f35"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-47x1"
I20260630 12:37:53.032143   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:53.035262 11736 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.036044   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:53.036316   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "5b4b0c8faa034effa1c2818a1ab57f35"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-47x1"
I20260630 12:37:53.036571   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:53.047279   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:53.048136   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:53.049393   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:53.051524   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:53.051743   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.051968   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:53.052134   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.088380   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:36443
I20260630 12:37:53.088475 11798 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:36443 every 8 connection(s)
I20260630 12:37:53.093230   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:53.102068 11804 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.102582 11803 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.105922 11806 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:53.108410   940 server_base.cc:1061] running on GCE node
I20260630 12:37:53.109560   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:53.109834   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:53.110005   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823073109967 us; error 0 us; skew 500 ppm
I20260630 12:37:53.110566   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.112102 11799 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43269
I20260630 12:37:53.112484 11799 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:53.113300   940 webserver.cc:533] Webserver started at http://127.0.235.2:35703/ using document root <none> and password file <none>
I20260630 12:37:53.113368 11799 heartbeater.cc:507] Master 127.0.235.62:43269 requested a full tablet report, sending...
I20260630 12:37:53.114090   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.114357   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.114681   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.115602 11672 ts_manager.cc:194] Registered new tserver with Master: 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1:36443)
I20260630 12:37:53.115808   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "cb6c065da47e4da496321509f940e240"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-47x1"
I20260630 12:37:53.117743 11672 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44358
I20260630 12:37:53.120553   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:53.123657 11811 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.124392   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:53.124662   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "cb6c065da47e4da496321509f940e240"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-47x1"
I20260630 12:37:53.124934   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:53.140249   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:53.141378   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:53.142637   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:53.144692   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:53.144909   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.145145   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:53.145310   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.182382   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:43025
I20260630 12:37:53.182466 11873 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:43025 every 8 connection(s)
I20260630 12:37:53.187093   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:53.194753 11877 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:53.195529 11878 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:53.197829   940 server_base.cc:1061] running on GCE node
W20260630 12:37:53.198455 11880 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:53.199170 11874 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43269
I20260630 12:37:53.199569 11874 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:53.199607   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:53.199944   940 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:53.200114   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823073200096 us; error 0 us; skew 500 ppm
I20260630 12:37:53.200388 11874 heartbeater.cc:507] Master 127.0.235.62:43269 requested a full tablet report, sending...
I20260630 12:37:53.200701   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:53.202397 11672 ts_manager.cc:194] Registered new tserver with Master: cb6c065da47e4da496321509f940e240 (127.0.235.2:43025)
I20260630 12:37:53.203332   940 webserver.cc:533] Webserver started at http://127.0.235.3:45041/ using document root <none> and password file <none>
I20260630 12:37:53.203815   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:53.203832 11672 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44372
I20260630 12:37:53.204083   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:53.204466   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:53.205641   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "4f5f4d55ef224a6297f36d98b33d300a"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-47x1"
I20260630 12:37:53.209549   940 fs_manager.cc:696] Time spent creating directory manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:37:53.212471 11885 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.213137   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:53.213414   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "4f5f4d55ef224a6297f36d98b33d300a"
format_stamp: "Formatted at 2026-06-30 12:37:53 on dist-test-slave-47x1"
I20260630 12:37:53.213680   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:53.239950   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:53.240926   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:53.242234   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:53.244282   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:53.244501   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.244735   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:53.244905   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:53.280085   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:38339
I20260630 12:37:53.280185 11947 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:38339 every 8 connection(s)
I20260630 12:37:53.292611 11948 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43269
I20260630 12:37:53.293048 11948 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:53.293668 11948 heartbeater.cc:507] Master 127.0.235.62:43269 requested a full tablet report, sending...
I20260630 12:37:53.295481 11672 ts_manager.cc:194] Registered new tserver with Master: 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339)
I20260630 12:37:53.296543   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013236033s
I20260630 12:37:53.296660 11672 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44382
I20260630 12:37:54.120536 11799 heartbeater.cc:499] Master 127.0.235.62:43269 was elected leader, sending a full tablet report...
I20260630 12:37:54.206568 11874 heartbeater.cc:499] Master 127.0.235.62:43269 was elected leader, sending a full tablet report...
I20260630 12:37:54.299190 11948 heartbeater.cc:499] Master 127.0.235.62:43269 was elected leader, sending a full tablet report...
I20260630 12:37:54.350651 11672 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44386:
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:37:54.352625 11672 catalog_manager.cc:7077] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260630 12:37:54.416636 11764 tablet_service.cc:1511] Processing CreateTablet for tablet d2603a7533564b4eb06875c33255ffc9 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:54.417027 11913 tablet_service.cc:1511] Processing CreateTablet for tablet d2603a7533564b4eb06875c33255ffc9 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:54.417352 11911 tablet_service.cc:1511] Processing CreateTablet for tablet 073606f0b1c840d8b4b222d6c2628411 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:54.418072 11764 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d2603a7533564b4eb06875c33255ffc9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.418437 11913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d2603a7533564b4eb06875c33255ffc9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.419718 11763 tablet_service.cc:1511] Processing CreateTablet for tablet 276a7082a2cc4c19afc2097191b8ee62 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:54.419833 11912 tablet_service.cc:1511] Processing CreateTablet for tablet 276a7082a2cc4c19afc2097191b8ee62 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:54.421386 11762 tablet_service.cc:1511] Processing CreateTablet for tablet 073606f0b1c840d8b4b222d6c2628411 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:54.422617 11763 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 276a7082a2cc4c19afc2097191b8ee62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.423921 11762 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 073606f0b1c840d8b4b222d6c2628411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.422216 11910 tablet_service.cc:1511] Processing CreateTablet for tablet 08a69ae248e541528b23c83333cd6e4a (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:54.422978 11912 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 276a7082a2cc4c19afc2097191b8ee62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.425709 11911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 073606f0b1c840d8b4b222d6c2628411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.422525 11761 tablet_service.cc:1511] Processing CreateTablet for tablet 08a69ae248e541528b23c83333cd6e4a (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:54.427564 11910 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 08a69ae248e541528b23c83333cd6e4a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.427950 11761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 08a69ae248e541528b23c83333cd6e4a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.440626 11839 tablet_service.cc:1511] Processing CreateTablet for tablet d2603a7533564b4eb06875c33255ffc9 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:54.443940 11839 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d2603a7533564b4eb06875c33255ffc9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.443718 11838 tablet_service.cc:1511] Processing CreateTablet for tablet 276a7082a2cc4c19afc2097191b8ee62 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:54.445044 11838 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 276a7082a2cc4c19afc2097191b8ee62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.447021 11836 tablet_service.cc:1511] Processing CreateTablet for tablet 08a69ae248e541528b23c83333cd6e4a (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:54.448226 11836 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 08a69ae248e541528b23c83333cd6e4a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.451787 11837 tablet_service.cc:1511] Processing CreateTablet for tablet 073606f0b1c840d8b4b222d6c2628411 (DEFAULT_TABLE table=test-workload [id=a141bd1e0d36449c96ee634f70c69548]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:54.453055 11837 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 073606f0b1c840d8b4b222d6c2628411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:54.479569 11968 tablet_bootstrap.cc:492] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a: Bootstrap starting.
I20260630 12:37:54.485704 11968 tablet_bootstrap.cc:654] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.487862 11969 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: Bootstrap starting.
I20260630 12:37:54.493418 11970 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35: Bootstrap starting.
I20260630 12:37:54.499233 11970 tablet_bootstrap.cc:654] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.500180 11969 tablet_bootstrap.cc:654] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.505049 11968 tablet_bootstrap.cc:492] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a: No bootstrap required, opened a new log
I20260630 12:37:54.505460 11970 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35: No bootstrap required, opened a new log
I20260630 12:37:54.505544 11968 ts_tablet_manager.cc:1403] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a: Time spent bootstrapping tablet: real 0.032s	user 0.009s	sys 0.014s
I20260630 12:37:54.506083 11970 ts_tablet_manager.cc:1403] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:37:54.508085 11969 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: No bootstrap required, opened a new log
I20260630 12:37:54.508489 11969 ts_tablet_manager.cc:1403] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.000s
I20260630 12:37:54.508698 11968 raft_consensus.cc:359] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.508834 11970 raft_consensus.cc:359] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.509572 11968 raft_consensus.cc:385] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.509624 11970 raft_consensus.cc:385] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.510067 11968 raft_consensus.cc:740] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f5f4d55ef224a6297f36d98b33d300a, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.510169 11970 raft_consensus.cc:740] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b4b0c8faa034effa1c2818a1ab57f35, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.510910 11969 raft_consensus.cc:359] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.511518 11969 raft_consensus.cc:385] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.510993 11968 consensus_queue.cc:260] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.511133 11970 consensus_queue.cc:260] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.511814 11969 raft_consensus.cc:740] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb6c065da47e4da496321509f940e240, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.512591 11969 consensus_queue.cc:260] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.514431 11968 ts_tablet_manager.cc:1434] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.002s
I20260630 12:37:54.514809 11970 ts_tablet_manager.cc:1434] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:54.515496 11968 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: Bootstrap starting.
I20260630 12:37:54.521337 11968 tablet_bootstrap.cc:654] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.522935 11969 ts_tablet_manager.cc:1434] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: Time spent starting tablet: real 0.014s	user 0.002s	sys 0.012s
I20260630 12:37:54.524454 11970 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35: Bootstrap starting.
I20260630 12:37:54.530820 11969 tablet_bootstrap.cc:492] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240: Bootstrap starting.
I20260630 12:37:54.532445 11970 tablet_bootstrap.cc:654] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.532464 11968 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: No bootstrap required, opened a new log
I20260630 12:37:54.534538 11968 ts_tablet_manager.cc:1403] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
I20260630 12:37:54.537302 11968 raft_consensus.cc:359] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.538095 11968 raft_consensus.cc:385] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.538256 11969 tablet_bootstrap.cc:654] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.538738 11968 raft_consensus.cc:740] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f5f4d55ef224a6297f36d98b33d300a, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.539947 11970 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35: No bootstrap required, opened a new log
I20260630 12:37:54.539546 11968 consensus_queue.cc:260] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.540432 11970 ts_tablet_manager.cc:1403] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.009s
I20260630 12:37:54.541961 11968 ts_tablet_manager.cc:1434] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:54.543200 11970 raft_consensus.cc:359] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.543888 11970 raft_consensus.cc:385] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.544186 11970 raft_consensus.cc:740] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b4b0c8faa034effa1c2818a1ab57f35, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.544816 11968 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a: Bootstrap starting.
I20260630 12:37:54.545014 11970 consensus_queue.cc:260] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.552611 11970 ts_tablet_manager.cc:1434] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:37:54.553540 11968 tablet_bootstrap.cc:654] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.553540 11970 tablet_bootstrap.cc:492] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35: Bootstrap starting.
I20260630 12:37:54.555106 11969 tablet_bootstrap.cc:492] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240: No bootstrap required, opened a new log
I20260630 12:37:54.555594 11969 ts_tablet_manager.cc:1403] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240: Time spent bootstrapping tablet: real 0.025s	user 0.003s	sys 0.016s
I20260630 12:37:54.559576 11970 tablet_bootstrap.cc:654] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.559062 11969 raft_consensus.cc:359] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.560019 11969 raft_consensus.cc:385] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.560420 11969 raft_consensus.cc:740] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb6c065da47e4da496321509f940e240, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.561359 11969 consensus_queue.cc:260] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.563710 11969 ts_tablet_manager.cc:1434] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260630 12:37:54.564603 11969 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240: Bootstrap starting.
I20260630 12:37:54.564673 11968 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a: No bootstrap required, opened a new log
I20260630 12:37:54.565249 11968 ts_tablet_manager.cc:1403] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.001s
I20260630 12:37:54.567937 11968 raft_consensus.cc:359] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.568593 11968 raft_consensus.cc:385] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.568876 11968 raft_consensus.cc:740] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f5f4d55ef224a6297f36d98b33d300a, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.569633 11968 consensus_queue.cc:260] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.570549 11969 tablet_bootstrap.cc:654] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.574157 11968 ts_tablet_manager.cc:1434] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:37:54.575363 11968 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a: Bootstrap starting.
I20260630 12:37:54.576643 11970 tablet_bootstrap.cc:492] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35: No bootstrap required, opened a new log
I20260630 12:37:54.577127 11970 ts_tablet_manager.cc:1403] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.008s
I20260630 12:37:54.579882 11970 raft_consensus.cc:359] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.580569 11970 raft_consensus.cc:385] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.580852 11970 raft_consensus.cc:740] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b4b0c8faa034effa1c2818a1ab57f35, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.581975 11968 tablet_bootstrap.cc:654] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.581640 11970 consensus_queue.cc:260] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.582479 11969 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240: No bootstrap required, opened a new log
I20260630 12:37:54.582998 11969 ts_tablet_manager.cc:1403] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.004s
I20260630 12:37:54.583823 11970 ts_tablet_manager.cc:1434] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.004s
I20260630 12:37:54.585656 11970 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: Bootstrap starting.
I20260630 12:37:54.586130 11969 raft_consensus.cc:359] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.587110 11969 raft_consensus.cc:385] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.587476 11969 raft_consensus.cc:740] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb6c065da47e4da496321509f940e240, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.588613 11969 consensus_queue.cc:260] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.591368 11970 tablet_bootstrap.cc:654] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.593900 11969 ts_tablet_manager.cc:1434] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.003s
I20260630 12:37:54.594985 11969 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240: Bootstrap starting.
I20260630 12:37:54.603920 11969 tablet_bootstrap.cc:654] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.607046 11968 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a: No bootstrap required, opened a new log
I20260630 12:37:54.607462 11968 ts_tablet_manager.cc:1403] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.016s
I20260630 12:37:54.609091 11969 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240: No bootstrap required, opened a new log
I20260630 12:37:54.609593 11969 ts_tablet_manager.cc:1403] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.003s
I20260630 12:37:54.609721 11970 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: No bootstrap required, opened a new log
I20260630 12:37:54.610247 11970 ts_tablet_manager.cc:1403] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.008s
I20260630 12:37:54.610426 11968 raft_consensus.cc:359] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.612264 11968 raft_consensus.cc:385] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.612581 11968 raft_consensus.cc:740] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f5f4d55ef224a6297f36d98b33d300a, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.612489 11969 raft_consensus.cc:359] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.612622 11970 raft_consensus.cc:359] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.613443 11969 raft_consensus.cc:385] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.613550 11970 raft_consensus.cc:385] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.613978 11969 raft_consensus.cc:740] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cb6c065da47e4da496321509f940e240, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.614054 11970 raft_consensus.cc:740] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b4b0c8faa034effa1c2818a1ab57f35, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.613768 11968 consensus_queue.cc:260] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.614885 11969 consensus_queue.cc:260] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.615592 11975 raft_consensus.cc:493] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.615033 11970 consensus_queue.cc:260] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.619083 11968 ts_tablet_manager.cc:1434] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.002s
I20260630 12:37:54.619722 11969 ts_tablet_manager.cc:1434] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:37:54.620814 11975 raft_consensus.cc:515] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.621781 11970 ts_tablet_manager.cc:1434] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:37:54.629940 11976 raft_consensus.cc:493] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.630492 11976 raft_consensus.cc:515] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.631309 11975 leader_election.cc:290] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1:36443), cb6c065da47e4da496321509f940e240 (127.0.235.2:43025)
I20260630 12:37:54.633265 11976 leader_election.cc:290] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1:36443), 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339)
I20260630 12:37:54.659435 11974 raft_consensus.cc:493] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.659288 11849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "073606f0b1c840d8b4b222d6c2628411" candidate_uuid: "4f5f4d55ef224a6297f36d98b33d300a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb6c065da47e4da496321509f940e240" is_pre_election: true
I20260630 12:37:54.660115 11849 raft_consensus.cc:2468] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4f5f4d55ef224a6297f36d98b33d300a in term 0.
I20260630 12:37:54.659972 11974 raft_consensus.cc:515] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.664501 11887 leader_election.cc:304] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f5f4d55ef224a6297f36d98b33d300a, cb6c065da47e4da496321509f940e240; no voters: 
I20260630 12:37:54.665477 11975 raft_consensus.cc:2804] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.665891 11975 raft_consensus.cc:493] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.666258 11975 raft_consensus.cc:3060] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.672154 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "08a69ae248e541528b23c83333cd6e4a" candidate_uuid: "cb6c065da47e4da496321509f940e240" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f5f4d55ef224a6297f36d98b33d300a" is_pre_election: true
I20260630 12:37:54.673112 11923 raft_consensus.cc:2468] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cb6c065da47e4da496321509f940e240 in term 0.
I20260630 12:37:54.675241 11992 raft_consensus.cc:493] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.674924 11812 leader_election.cc:304] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f5f4d55ef224a6297f36d98b33d300a, cb6c065da47e4da496321509f940e240; no voters: 
I20260630 12:37:54.669734 11974 leader_election.cc:290] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cb6c065da47e4da496321509f940e240 (127.0.235.2:43025), 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339)
I20260630 12:37:54.676041 11976 raft_consensus.cc:2804] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.676373 11976 raft_consensus.cc:493] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.676644 11976 raft_consensus.cc:3060] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.678753 11992 raft_consensus.cc:515] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.680966 11992 leader_election.cc:290] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339), cb6c065da47e4da496321509f940e240 (127.0.235.2:43025)
I20260630 12:37:54.683179 11976 raft_consensus.cc:515] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.685647 11773 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "073606f0b1c840d8b4b222d6c2628411" candidate_uuid: "4f5f4d55ef224a6297f36d98b33d300a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" is_pre_election: true
I20260630 12:37:54.686116 11774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "08a69ae248e541528b23c83333cd6e4a" candidate_uuid: "cb6c065da47e4da496321509f940e240" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" is_pre_election: true
I20260630 12:37:54.686427 11773 raft_consensus.cc:2468] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4f5f4d55ef224a6297f36d98b33d300a in term 0.
I20260630 12:37:54.686849 11774 raft_consensus.cc:2468] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cb6c065da47e4da496321509f940e240 in term 0.
I20260630 12:37:54.686415 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "08a69ae248e541528b23c83333cd6e4a" candidate_uuid: "cb6c065da47e4da496321509f940e240" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f5f4d55ef224a6297f36d98b33d300a"
I20260630 12:37:54.688669 11923 raft_consensus.cc:3060] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.688863 11774 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "08a69ae248e541528b23c83333cd6e4a" candidate_uuid: "cb6c065da47e4da496321509f940e240" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b4b0c8faa034effa1c2818a1ab57f35"
I20260630 12:37:54.689438 11774 raft_consensus.cc:3060] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.694788 11975 raft_consensus.cc:515] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.697289 11774 raft_consensus.cc:2468] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cb6c065da47e4da496321509f940e240 in term 1.
I20260630 12:37:54.697717 11773 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "073606f0b1c840d8b4b222d6c2628411" candidate_uuid: "4f5f4d55ef224a6297f36d98b33d300a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b4b0c8faa034effa1c2818a1ab57f35"
I20260630 12:37:54.698244 11976 leader_election.cc:290] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [CANDIDATE]: Term 1 election: Requested vote from peers 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1:36443), 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339)
I20260630 12:37:54.698324 11773 raft_consensus.cc:3060] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.698752 11923 raft_consensus.cc:2468] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cb6c065da47e4da496321509f940e240 in term 1.
I20260630 12:37:54.699903 11812 leader_election.cc:304] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f5f4d55ef224a6297f36d98b33d300a, cb6c065da47e4da496321509f940e240; no voters: 
I20260630 12:37:54.701213 11849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "276a7082a2cc4c19afc2097191b8ee62" candidate_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb6c065da47e4da496321509f940e240" is_pre_election: true
I20260630 12:37:54.701821 11849 raft_consensus.cc:2468] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b4b0c8faa034effa1c2818a1ab57f35 in term 0.
I20260630 12:37:54.701987 11922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d2603a7533564b4eb06875c33255ffc9" candidate_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f5f4d55ef224a6297f36d98b33d300a" is_pre_election: true
I20260630 12:37:54.702687 11922 raft_consensus.cc:2468] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b4b0c8faa034effa1c2818a1ab57f35 in term 0.
I20260630 12:37:54.702790 11975 leader_election.cc:290] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [CANDIDATE]: Term 1 election: Requested vote from peers 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1:36443), cb6c065da47e4da496321509f940e240 (127.0.235.2:43025)
I20260630 12:37:54.703384 11849 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "073606f0b1c840d8b4b222d6c2628411" candidate_uuid: "4f5f4d55ef224a6297f36d98b33d300a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb6c065da47e4da496321509f940e240"
I20260630 12:37:54.703527 11976 raft_consensus.cc:2804] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.703985 11849 raft_consensus.cc:3060] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.704980 11976 raft_consensus.cc:697] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 1 LEADER]: Becoming Leader. State: Replica: cb6c065da47e4da496321509f940e240, State: Running, Role: LEADER
I20260630 12:37:54.705844 11976 consensus_queue.cc:237] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.706358 11737 leader_election.cc:304] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f5f4d55ef224a6297f36d98b33d300a, 5b4b0c8faa034effa1c2818a1ab57f35; no voters: 
I20260630 12:37:54.707250 11992 raft_consensus.cc:2804] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.707556 11992 raft_consensus.cc:493] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.707835 11992 raft_consensus.cc:3060] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.707957 11773 raft_consensus.cc:2468] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f5f4d55ef224a6297f36d98b33d300a in term 1.
I20260630 12:37:54.709201 11888 leader_election.cc:304] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f5f4d55ef224a6297f36d98b33d300a, 5b4b0c8faa034effa1c2818a1ab57f35; no voters: 
I20260630 12:37:54.710886 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d2603a7533564b4eb06875c33255ffc9" candidate_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb6c065da47e4da496321509f940e240" is_pre_election: true
I20260630 12:37:54.711580 11848 raft_consensus.cc:2468] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b4b0c8faa034effa1c2818a1ab57f35 in term 0.
I20260630 12:37:54.712097 11738 leader_election.cc:304] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5b4b0c8faa034effa1c2818a1ab57f35, cb6c065da47e4da496321509f940e240; no voters: 
I20260630 12:37:54.712314 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "276a7082a2cc4c19afc2097191b8ee62" candidate_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f5f4d55ef224a6297f36d98b33d300a" is_pre_election: true
I20260630 12:37:54.712954 11923 raft_consensus.cc:2468] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b4b0c8faa034effa1c2818a1ab57f35 in term 0.
I20260630 12:37:54.713608 11974 raft_consensus.cc:2804] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.714057 11974 raft_consensus.cc:493] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.714190 11975 raft_consensus.cc:2804] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.714598 11974 raft_consensus.cc:3060] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.714062 11992 raft_consensus.cc:515] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.715684 11975 raft_consensus.cc:697] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 LEADER]: Becoming Leader. State: Replica: 4f5f4d55ef224a6297f36d98b33d300a, State: Running, Role: LEADER
I20260630 12:37:54.716524 11975 consensus_queue.cc:237] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.717617 11992 leader_election.cc:290] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [CANDIDATE]: Term 1 election: Requested vote from peers 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339), cb6c065da47e4da496321509f940e240 (127.0.235.2:43025)
I20260630 12:37:54.718194 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d2603a7533564b4eb06875c33255ffc9" candidate_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f5f4d55ef224a6297f36d98b33d300a"
I20260630 12:37:54.718783 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d2603a7533564b4eb06875c33255ffc9" candidate_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb6c065da47e4da496321509f940e240"
I20260630 12:37:54.719388 11848 raft_consensus.cc:3060] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.718796 11923 raft_consensus.cc:3060] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.724592 11974 raft_consensus.cc:515] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.725737 11848 raft_consensus.cc:2468] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5b4b0c8faa034effa1c2818a1ab57f35 in term 1.
I20260630 12:37:54.725649 11672 catalog_manager.cc:5697] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a reported cstate change: term changed from 0 to 1, leader changed from <none> to 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3). New cstate: current_term: 1 leader_uuid: "4f5f4d55ef224a6297f36d98b33d300a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:54.727478 11738 leader_election.cc:304] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5b4b0c8faa034effa1c2818a1ab57f35, cb6c065da47e4da496321509f940e240; no voters: 
I20260630 12:37:54.728332 11922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "276a7082a2cc4c19afc2097191b8ee62" candidate_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f5f4d55ef224a6297f36d98b33d300a"
I20260630 12:37:54.728906 11922 raft_consensus.cc:3060] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.728901 11923 raft_consensus.cc:2468] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5b4b0c8faa034effa1c2818a1ab57f35 in term 1.
I20260630 12:37:54.730865 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "276a7082a2cc4c19afc2097191b8ee62" candidate_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cb6c065da47e4da496321509f940e240"
I20260630 12:37:54.731431 11848 raft_consensus.cc:3060] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.732197 11992 raft_consensus.cc:2804] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.736750 11922 raft_consensus.cc:2468] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5b4b0c8faa034effa1c2818a1ab57f35 in term 1.
I20260630 12:37:54.737970 11737 leader_election.cc:304] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4f5f4d55ef224a6297f36d98b33d300a, 5b4b0c8faa034effa1c2818a1ab57f35; no voters: 
I20260630 12:37:54.738708 11992 raft_consensus.cc:697] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 LEADER]: Becoming Leader. State: Replica: 5b4b0c8faa034effa1c2818a1ab57f35, State: Running, Role: LEADER
I20260630 12:37:54.739704 11848 raft_consensus.cc:2468] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5b4b0c8faa034effa1c2818a1ab57f35 in term 1.
I20260630 12:37:54.739573 11992 consensus_queue.cc:237] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } }
I20260630 12:37:54.742377 11998 raft_consensus.cc:2804] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.743074 11998 raft_consensus.cc:697] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 LEADER]: Becoming Leader. State: Replica: 5b4b0c8faa034effa1c2818a1ab57f35, State: Running, Role: LEADER
I20260630 12:37:54.711544 11849 raft_consensus.cc:2468] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4f5f4d55ef224a6297f36d98b33d300a in term 1.
I20260630 12:37:54.745184 11974 leader_election.cc:290] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [CANDIDATE]: Term 1 election: Requested vote from peers cb6c065da47e4da496321509f940e240 (127.0.235.2:43025), 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339)
I20260630 12:37:54.745278 11998 consensus_queue.cc:237] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } }
I20260630 12:37:54.748657 11672 catalog_manager.cc:5697] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 reported cstate change: term changed from 0 to 1, leader changed from <none> to cb6c065da47e4da496321509f940e240 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "cb6c065da47e4da496321509f940e240" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:54.751081 11669 catalog_manager.cc:5697] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:54.763170 11669 catalog_manager.cc:5697] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:55.107537 11976 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:55.120783 12004 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:55.126734 11999 consensus_queue.cc:1048] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:55.132977 11975 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:55.142395 11992 consensus_queue.cc:1048] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:55.150514 11995 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:55.199046 11992 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:55.208752 11998 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:01.866153   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:01.874495 12021 instance_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:38:01.874725 12022 instance_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:38:01.876566 12024 instance_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:38:01.878397   940 server_base.cc:1061] running on GCE node
I20260630 12:38:01.880158   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:01.880362   940 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:38:01.880506   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823081880495 us; error 0 us; skew 500 ppm
I20260630 12:38:01.880973   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:01.883585   940 webserver.cc:533] Webserver started at http://127.0.235.4:38517/ using document root <none> and password file <none>
I20260630 12:38:01.884050   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:01.884214   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:01.884456   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:01.885857   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "fd0e3cc331c7412f9adc98aa5a521b9c"
format_stamp: "Formatted at 2026-06-30 12:38:01 on dist-test-slave-47x1"
I20260630 12:38:01.890566   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:01.893857 12029 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:38:01.894603   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:01.894856   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "fd0e3cc331c7412f9adc98aa5a521b9c"
format_stamp: "Formatted at 2026-06-30 12:38:01 on dist-test-slave-47x1"
I20260630 12:38:01.895094   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-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:38:01.904289   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:01.905479   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:01.906927   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:01.909267   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:01.909469   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:01.909711   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:01.909886   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:01.950990   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:39991
I20260630 12:38:01.951088 12091 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:39991 every 8 connection(s)
I20260630 12:38:01.972306 12092 heartbeater.cc:344] Connected to a master server at 127.0.235.62:43269
I20260630 12:38:01.972702 12092 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:01.973448 12092 heartbeater.cc:507] Master 127.0.235.62:43269 requested a full tablet report, sending...
I20260630 12:38:01.975328 11672 ts_manager.cc:194] Registered new tserver with Master: fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4:39991)
I20260630 12:38:01.976831 11672 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46486
I20260630 12:38:02.007759 11849 consensus_queue.cc:237] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.015930 11773 raft_consensus.cc:1275] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Refusing update from remote peer cb6c065da47e4da496321509f940e240: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:02.016541 11922 raft_consensus.cc:1275] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Refusing update from remote peer cb6c065da47e4da496321509f940e240: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:02.017820 12099 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } 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:38:02.019028 12018 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:38:02.028889 12099 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.031147 11773 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.033454 11922 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
W20260630 12:38:02.037187 11815 consensus_peers.cc:597] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 -> Peer fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4:39991): Couldn't send request to peer fd0e3cc331c7412f9adc98aa5a521b9c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 08a69ae248e541528b23c83333cd6e4a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:02.047694 11672 catalog_manager.cc:5697] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 reported cstate change: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "cb6c065da47e4da496321509f940e240" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.061219 11922 consensus_queue.cc:237] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.069842 11849 raft_consensus.cc:1275] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Refusing update from remote peer 4f5f4d55ef224a6297f36d98b33d300a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:02.071441 11773 raft_consensus.cc:1275] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Refusing update from remote peer 4f5f4d55ef224a6297f36d98b33d300a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:02.071898 12020 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } 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:38:02.076064 12112 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:02.081074 12020 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.083318 11849 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.089003 11773 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
W20260630 12:38:02.097981 11889 consensus_peers.cc:597] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a -> Peer fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4:39991): Couldn't send request to peer fd0e3cc331c7412f9adc98aa5a521b9c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 073606f0b1c840d8b4b222d6c2628411. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:02.100011 11669 catalog_manager.cc:5697] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 reported cstate change: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "4f5f4d55ef224a6297f36d98b33d300a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.117127 11773 consensus_queue.cc:237] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.124893 11922 raft_consensus.cc:1275] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Refusing update from remote peer 5b4b0c8faa034effa1c2818a1ab57f35: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:02.124977 11849 raft_consensus.cc:1275] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Refusing update from remote peer 5b4b0c8faa034effa1c2818a1ab57f35: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:02.126449 12119 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } 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:38:02.127539 11974 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:38:02.137121 11740 consensus_peers.cc:597] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 -> Peer fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4:39991): Couldn't send request to peer fd0e3cc331c7412f9adc98aa5a521b9c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 276a7082a2cc4c19afc2097191b8ee62. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:02.141899 12119 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.143661 11849 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.144708 11922 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.160091 11672 catalog_manager.cc:5697] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 reported cstate change: config changed from index -1 to 2, NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } } }
I20260630 12:38:02.417337 12125 ts_tablet_manager.cc:933] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: Initiating tablet copy from peer cb6c065da47e4da496321509f940e240 (127.0.235.2:43025)
I20260630 12:38:02.419237 12125 tablet_copy_client.cc:323] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:43025
I20260630 12:38:02.428198 11859 tablet_copy_service.cc:140] P cb6c065da47e4da496321509f940e240: Received BeginTabletCopySession request for tablet 08a69ae248e541528b23c83333cd6e4a from peer fd0e3cc331c7412f9adc98aa5a521b9c ({username='slave'} at 127.0.0.1:55866)
I20260630 12:38:02.428771 11859 tablet_copy_service.cc:161] P cb6c065da47e4da496321509f940e240: Beginning new tablet copy session on tablet 08a69ae248e541528b23c83333cd6e4a from peer fd0e3cc331c7412f9adc98aa5a521b9c at {username='slave'} at 127.0.0.1:55866: session id = fd0e3cc331c7412f9adc98aa5a521b9c-08a69ae248e541528b23c83333cd6e4a
I20260630 12:38:02.435276 11859 tablet_copy_source_session.cc:215] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:02.438120 12125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 08a69ae248e541528b23c83333cd6e4a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:02.450753 12125 tablet_copy_client.cc:806] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:02.451390 12125 tablet_copy_client.cc:670] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:02.455147 12125 tablet_copy_client.cc:538] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:02.461133 12125 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: Bootstrap starting.
I20260630 12:38:02.471264 12127 ts_tablet_manager.cc:933] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: Initiating tablet copy from peer 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339)
I20260630 12:38:02.475852 12127 tablet_copy_client.cc:323] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:38339
I20260630 12:38:02.482975 12125 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: 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:38:02.483932 12125 tablet_bootstrap.cc:492] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: Bootstrap complete.
I20260630 12:38:02.484707 12125 ts_tablet_manager.cc:1403] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.008s
I20260630 12:38:02.487558 12125 raft_consensus.cc:359] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.488245 12125 raft_consensus.cc:740] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fd0e3cc331c7412f9adc98aa5a521b9c, State: Initialized, Role: LEARNER
I20260630 12:38:02.488845 12125 consensus_queue.cc:260] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.491110 11933 tablet_copy_service.cc:140] P 4f5f4d55ef224a6297f36d98b33d300a: Received BeginTabletCopySession request for tablet 073606f0b1c840d8b4b222d6c2628411 from peer fd0e3cc331c7412f9adc98aa5a521b9c ({username='slave'} at 127.0.0.1:42982)
I20260630 12:38:02.491185 12092 heartbeater.cc:499] Master 127.0.235.62:43269 was elected leader, sending a full tablet report...
I20260630 12:38:02.491849 12125 ts_tablet_manager.cc:1434] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260630 12:38:02.491839 11933 tablet_copy_service.cc:161] P 4f5f4d55ef224a6297f36d98b33d300a: Beginning new tablet copy session on tablet 073606f0b1c840d8b4b222d6c2628411 from peer fd0e3cc331c7412f9adc98aa5a521b9c at {username='slave'} at 127.0.0.1:42982: session id = fd0e3cc331c7412f9adc98aa5a521b9c-073606f0b1c840d8b4b222d6c2628411
I20260630 12:38:02.494148 11859 tablet_copy_service.cc:342] P cb6c065da47e4da496321509f940e240: Request end of tablet copy session fd0e3cc331c7412f9adc98aa5a521b9c-08a69ae248e541528b23c83333cd6e4a received from {username='slave'} at 127.0.0.1:55866
I20260630 12:38:02.494690 11859 tablet_copy_service.cc:434] P cb6c065da47e4da496321509f940e240: ending tablet copy session fd0e3cc331c7412f9adc98aa5a521b9c-08a69ae248e541528b23c83333cd6e4a on tablet 08a69ae248e541528b23c83333cd6e4a with peer fd0e3cc331c7412f9adc98aa5a521b9c
I20260630 12:38:02.502238 11933 tablet_copy_source_session.cc:215] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:02.505792 12127 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 073606f0b1c840d8b4b222d6c2628411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:02.524487 12127 tablet_copy_client.cc:806] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:02.525112 12127 tablet_copy_client.cc:670] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:02.533860 12127 tablet_copy_client.cc:538] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:02.541157 12127 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: Bootstrap starting.
I20260630 12:38:02.566675 12127 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: 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:38:02.567513 12127 tablet_bootstrap.cc:492] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: Bootstrap complete.
I20260630 12:38:02.568235 12127 ts_tablet_manager.cc:1403] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: Time spent bootstrapping tablet: real 0.027s	user 0.019s	sys 0.009s
I20260630 12:38:02.570706 12125 ts_tablet_manager.cc:933] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: Initiating tablet copy from peer 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1:36443)
I20260630 12:38:02.571116 12127 raft_consensus.cc:359] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.572039 12127 raft_consensus.cc:740] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fd0e3cc331c7412f9adc98aa5a521b9c, State: Initialized, Role: LEARNER
I20260630 12:38:02.572904 12127 consensus_queue.cc:260] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.575385 12125 tablet_copy_client.cc:323] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:36443
I20260630 12:38:02.577346 12127 ts_tablet_manager.cc:1434] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:38:02.583554 11933 tablet_copy_service.cc:342] P 4f5f4d55ef224a6297f36d98b33d300a: Request end of tablet copy session fd0e3cc331c7412f9adc98aa5a521b9c-073606f0b1c840d8b4b222d6c2628411 received from {username='slave'} at 127.0.0.1:42982
I20260630 12:38:02.584054 11933 tablet_copy_service.cc:434] P 4f5f4d55ef224a6297f36d98b33d300a: ending tablet copy session fd0e3cc331c7412f9adc98aa5a521b9c-073606f0b1c840d8b4b222d6c2628411 on tablet 073606f0b1c840d8b4b222d6c2628411 with peer fd0e3cc331c7412f9adc98aa5a521b9c
I20260630 12:38:02.590288 11784 tablet_copy_service.cc:140] P 5b4b0c8faa034effa1c2818a1ab57f35: Received BeginTabletCopySession request for tablet 276a7082a2cc4c19afc2097191b8ee62 from peer fd0e3cc331c7412f9adc98aa5a521b9c ({username='slave'} at 127.0.0.1:58172)
I20260630 12:38:02.590749 11784 tablet_copy_service.cc:161] P 5b4b0c8faa034effa1c2818a1ab57f35: Beginning new tablet copy session on tablet 276a7082a2cc4c19afc2097191b8ee62 from peer fd0e3cc331c7412f9adc98aa5a521b9c at {username='slave'} at 127.0.0.1:58172: session id = fd0e3cc331c7412f9adc98aa5a521b9c-276a7082a2cc4c19afc2097191b8ee62
I20260630 12:38:02.598636 11784 tablet_copy_source_session.cc:215] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:02.601526 12125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 276a7082a2cc4c19afc2097191b8ee62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:02.612309 12125 tablet_copy_client.cc:806] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:02.612812 12125 tablet_copy_client.cc:670] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:02.616528 12125 tablet_copy_client.cc:538] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:02.622558 12125 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: Bootstrap starting.
I20260630 12:38:02.637286 12125 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: 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:38:02.638064 12125 tablet_bootstrap.cc:492] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: Bootstrap complete.
I20260630 12:38:02.638670 12125 ts_tablet_manager.cc:1403] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.001s
I20260630 12:38:02.640784 12125 raft_consensus.cc:359] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.641383 12125 raft_consensus.cc:740] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fd0e3cc331c7412f9adc98aa5a521b9c, State: Initialized, Role: LEARNER
I20260630 12:38:02.641880 12125 consensus_queue.cc:260] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: true } }
I20260630 12:38:02.643954 12125 ts_tablet_manager.cc:1434] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:38:02.645684 11784 tablet_copy_service.cc:342] P 5b4b0c8faa034effa1c2818a1ab57f35: Request end of tablet copy session fd0e3cc331c7412f9adc98aa5a521b9c-276a7082a2cc4c19afc2097191b8ee62 received from {username='slave'} at 127.0.0.1:58172
I20260630 12:38:02.646076 11784 tablet_copy_service.cc:434] P 5b4b0c8faa034effa1c2818a1ab57f35: ending tablet copy session fd0e3cc331c7412f9adc98aa5a521b9c-276a7082a2cc4c19afc2097191b8ee62 on tablet 276a7082a2cc4c19afc2097191b8ee62 with peer fd0e3cc331c7412f9adc98aa5a521b9c
I20260630 12:38:02.974231 12067 raft_consensus.cc:1217] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:03.045295 12067 raft_consensus.cc:1217] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:03.162066 12067 raft_consensus.cc:1217] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:03.527895 12135 raft_consensus.cc:1064] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240: attempting to promote NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c to VOTER
I20260630 12:38:03.530468 12135 consensus_queue.cc:237] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } }
I20260630 12:38:03.536746 12067 raft_consensus.cc:1275] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Refusing update from remote peer cb6c065da47e4da496321509f940e240: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.536888 11922 raft_consensus.cc:1275] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Refusing update from remote peer cb6c065da47e4da496321509f940e240: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.538801 12140 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:03.541431 12142 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } 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:38:03.545465 11773 raft_consensus.cc:1275] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Refusing update from remote peer cb6c065da47e4da496321509f940e240: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.547454 12140 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } 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:38:03.563053 12140 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.564847 11773 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.564769 12067 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.574731 11922 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.579277 11670 catalog_manager.cc:5697] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c reported cstate change: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "cb6c065da47e4da496321509f940e240" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } attrs { replace: true } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.604877 11849 consensus_queue.cc:237] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [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: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } }
I20260630 12:38:03.609954 12067 raft_consensus.cc:1275] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Refusing update from remote peer cb6c065da47e4da496321509f940e240: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:03.610802 11922 raft_consensus.cc:1275] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Refusing update from remote peer cb6c065da47e4da496321509f940e240: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:03.611320 12142 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } 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:38:03.612237 12135 consensus_queue.cc:1048] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:03.618139 12142 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.619942 11922 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.627120 12067 raft_consensus.cc:2955] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.628886 11657 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 08a69ae248e541528b23c83333cd6e4a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:03.634827 12139 raft_consensus.cc:1064] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35: attempting to promote NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c to VOTER
I20260630 12:38:03.634157 11671 catalog_manager.cc:5697] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 reported cstate change: config changed from index 3 to 4, VOTER 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1) evicted. New cstate: current_term: 1 leader_uuid: "cb6c065da47e4da496321509f940e240" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:03.640060 12139 consensus_queue.cc:237] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } }
I20260630 12:38:03.647473 11764 tablet_service.cc:1558] Processing DeleteTablet for tablet 08a69ae248e541528b23c83333cd6e4a with delete_type TABLET_DATA_TOMBSTONED (TS 5b4b0c8faa034effa1c2818a1ab57f35 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41850
I20260630 12:38:03.649519 11849 raft_consensus.cc:1275] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Refusing update from remote peer 5b4b0c8faa034effa1c2818a1ab57f35: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.651152 12119 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:03.653599 12067 raft_consensus.cc:1275] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Refusing update from remote peer 5b4b0c8faa034effa1c2818a1ab57f35: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.656522 12119 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } 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:38:03.671007 11922 raft_consensus.cc:1275] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Refusing update from remote peer 5b4b0c8faa034effa1c2818a1ab57f35: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.673679 12119 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } 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:38:03.673126 12139 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.677065 12066 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.686324 12152 tablet_replica.cc:333] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: stopping tablet replica
I20260630 12:38:03.687572 12153 raft_consensus.cc:1064] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a: attempting to promote NON_VOTER fd0e3cc331c7412f9adc98aa5a521b9c to VOTER
I20260630 12:38:03.689515 12153 consensus_queue.cc:237] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } }
I20260630 12:38:03.692070 11671 catalog_manager.cc:5697] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 reported cstate change: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:38:03.693614 11849 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.699330 12152 raft_consensus.cc:2243] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:03.700174 12152 raft_consensus.cc:2272] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:03.705092 12152 ts_tablet_manager.cc:1916] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:03.707211 11773 consensus_queue.cc:237] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } }
I20260630 12:38:03.718603 12066 raft_consensus.cc:1275] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Refusing update from remote peer 5b4b0c8faa034effa1c2818a1ab57f35: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:03.710170 11922 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } attrs { replace: true } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.720089 12139 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } 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:38:03.721537 12066 raft_consensus.cc:1275] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 LEARNER]: Refusing update from remote peer 4f5f4d55ef224a6297f36d98b33d300a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.723134 12154 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } 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:38:03.723356 11848 raft_consensus.cc:1275] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Refusing update from remote peer 4f5f4d55ef224a6297f36d98b33d300a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.725989 12154 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } 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:38:03.730696 11773 raft_consensus.cc:1275] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Refusing update from remote peer 4f5f4d55ef224a6297f36d98b33d300a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:38:03.732267 12154 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:38:03.734143 11849 raft_consensus.cc:1275] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Refusing update from remote peer 5b4b0c8faa034effa1c2818a1ab57f35: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:03.734243 12119 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.737236 12138 consensus_queue.cc:1048] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:38:03.742163 11847 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.747431 12066 raft_consensus.cc:2955] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.755854 11658 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 276a7082a2cc4c19afc2097191b8ee62 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:03.760040 11671 catalog_manager.cc:5697] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 reported cstate change: config changed from index 3 to 4, VOTER 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3) evicted. New cstate: current_term: 1 leader_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.768635 12154 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.771714 12152 ts_tablet_manager.cc:1929] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:03.772240 12152 log.cc:1199] T 08a69ae248e541528b23c83333cd6e4a P 5b4b0c8faa034effa1c2818a1ab57f35: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-0-root/wals/08a69ae248e541528b23c83333cd6e4a
I20260630 12:38:03.773914 11658 catalog_manager.cc:5028] TS 5b4b0c8faa034effa1c2818a1ab57f35 (127.0.235.1:36443): tablet 08a69ae248e541528b23c83333cd6e4a (table test-workload [id=a141bd1e0d36449c96ee634f70c69548]) successfully deleted
I20260630 12:38:03.775640 12066 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.778963 11773 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.785856 11910 tablet_service.cc:1558] Processing DeleteTablet for tablet 276a7082a2cc4c19afc2097191b8ee62 with delete_type TABLET_DATA_TOMBSTONED (TS 4f5f4d55ef224a6297f36d98b33d300a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46606
I20260630 12:38:03.794397 12162 tablet_replica.cc:333] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: stopping tablet replica
I20260630 12:38:03.785418 11847 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.795447 12162 raft_consensus.cc:2243] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:03.796125 12162 raft_consensus.cc:2272] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:03.799439 11672 catalog_manager.cc:5697] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 reported cstate change: config changed from index 2 to 3, fd0e3cc331c7412f9adc98aa5a521b9c (127.0.235.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4f5f4d55ef224a6297f36d98b33d300a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "cb6c065da47e4da496321509f940e240" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 43025 } attrs { replace: true } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.800501 12162 ts_tablet_manager.cc:1916] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:03.817700 11922 consensus_queue.cc:237] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [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: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } }
I20260630 12:38:03.823163 12162 ts_tablet_manager.cc:1929] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:03.823695 12162 log.cc:1199] T 276a7082a2cc4c19afc2097191b8ee62 P 4f5f4d55ef224a6297f36d98b33d300a: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-2-root/wals/276a7082a2cc4c19afc2097191b8ee62
I20260630 12:38:03.823957 11773 raft_consensus.cc:1275] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Refusing update from remote peer 4f5f4d55ef224a6297f36d98b33d300a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:03.824215 12066 raft_consensus.cc:1275] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Refusing update from remote peer 4f5f4d55ef224a6297f36d98b33d300a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:38:03.825518 12154 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:03.825877 11656 catalog_manager.cc:5028] TS 4f5f4d55ef224a6297f36d98b33d300a (127.0.235.3:38339): tablet 276a7082a2cc4c19afc2097191b8ee62 (table test-workload [id=a141bd1e0d36449c96ee634f70c69548]) successfully deleted
I20260630 12:38:03.826375 12153 consensus_queue.cc:1048] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } 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:38:03.838093 12154 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cb6c065da47e4da496321509f940e240 (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.842186 11773 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cb6c065da47e4da496321509f940e240 (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.843060 12066 raft_consensus.cc:2955] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER cb6c065da47e4da496321509f940e240 (127.0.235.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.850761 11656 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 073606f0b1c840d8b4b222d6c2628411 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:03.855959 11670 catalog_manager.cc:5697] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c reported cstate change: config changed from index 3 to 4, VOTER cb6c065da47e4da496321509f940e240 (127.0.235.2) evicted. New cstate: current_term: 1 leader_uuid: "4f5f4d55ef224a6297f36d98b33d300a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5b4b0c8faa034effa1c2818a1ab57f35" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 36443 } } peers { permanent_uuid: "4f5f4d55ef224a6297f36d98b33d300a" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38339 } } peers { permanent_uuid: "fd0e3cc331c7412f9adc98aa5a521b9c" member_type: VOTER last_known_addr { host: "127.0.235.4" port: 39991 } attrs { promote: false } } }
I20260630 12:38:03.866437 11838 tablet_service.cc:1558] Processing DeleteTablet for tablet 073606f0b1c840d8b4b222d6c2628411 with delete_type TABLET_DATA_TOMBSTONED (TS cb6c065da47e4da496321509f940e240 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:38566
I20260630 12:38:03.868479 12163 tablet_replica.cc:333] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: stopping tablet replica
I20260630 12:38:03.869300 12163 raft_consensus.cc:2243] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:03.870004 12163 raft_consensus.cc:2272] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:03.873265 12163 ts_tablet_manager.cc:1916] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:38:03.883239 12163 ts_tablet_manager.cc:1929] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:38:03.883533 12163 log.cc:1199] T 073606f0b1c840d8b4b222d6c2628411 P cb6c065da47e4da496321509f940e240: Deleting WAL directory at /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822834383079-940-0/minicluster-data/ts-1-root/wals/073606f0b1c840d8b4b222d6c2628411
I20260630 12:38:03.884902 11657 catalog_manager.cc:5028] TS cb6c065da47e4da496321509f940e240 (127.0.235.2:43025): tablet 073606f0b1c840d8b4b222d6c2628411 (table test-workload [id=a141bd1e0d36449c96ee634f70c69548]) successfully deleted
I20260630 12:38:03.988759   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:38:04.011519   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:04.012307   940 tablet_replica.cc:333] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35: stopping tablet replica
I20260630 12:38:04.012888   940 raft_consensus.cc:2243] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:04.013756   940 raft_consensus.cc:2272] T d2603a7533564b4eb06875c33255ffc9 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.016016   940 tablet_replica.cc:333] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35: stopping tablet replica
I20260630 12:38:04.016485   940 raft_consensus.cc:2243] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:04.017342   940 raft_consensus.cc:2272] T 276a7082a2cc4c19afc2097191b8ee62 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.019556   940 tablet_replica.cc:333] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35: stopping tablet replica
I20260630 12:38:04.020036   940 raft_consensus.cc:2243] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.020473   940 raft_consensus.cc:2272] T 073606f0b1c840d8b4b222d6c2628411 P 5b4b0c8faa034effa1c2818a1ab57f35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.034452   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:38:04.049793   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:38:04.070760   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:04.071661   940 tablet_replica.cc:333] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240: stopping tablet replica
I20260630 12:38:04.072271   940 raft_consensus.cc:2243] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.072774   940 raft_consensus.cc:2272] T 276a7082a2cc4c19afc2097191b8ee62 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.075655   940 tablet_replica.cc:333] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240: stopping tablet replica
I20260630 12:38:04.076131   940 raft_consensus.cc:2243] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.076529   940 raft_consensus.cc:2272] T d2603a7533564b4eb06875c33255ffc9 P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.078536   940 tablet_replica.cc:333] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240: stopping tablet replica
I20260630 12:38:04.078979   940 raft_consensus.cc:2243] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:04.079665   940 raft_consensus.cc:2272] T 08a69ae248e541528b23c83333cd6e4a P cb6c065da47e4da496321509f940e240 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.103227   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:38:04.118261   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:38:04.139504   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:04.140337   940 tablet_replica.cc:333] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a: stopping tablet replica
I20260630 12:38:04.140892   940 raft_consensus.cc:2243] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.141461   940 raft_consensus.cc:2272] T 08a69ae248e541528b23c83333cd6e4a P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.144138   940 tablet_replica.cc:333] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a: stopping tablet replica
I20260630 12:38:04.144656   940 raft_consensus.cc:2243] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:04.145382   940 raft_consensus.cc:2272] T 073606f0b1c840d8b4b222d6c2628411 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.147743   940 tablet_replica.cc:333] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a: stopping tablet replica
I20260630 12:38:04.148223   940 raft_consensus.cc:2243] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.148635   940 raft_consensus.cc:2272] T d2603a7533564b4eb06875c33255ffc9 P 4f5f4d55ef224a6297f36d98b33d300a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.170903   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:38:04.185374   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:38:04.201591   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:04.202256   940 tablet_replica.cc:333] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c: stopping tablet replica
I20260630 12:38:04.202838   940 raft_consensus.cc:2243] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.203357   940 raft_consensus.cc:2272] T 276a7082a2cc4c19afc2097191b8ee62 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.206375   940 tablet_replica.cc:333] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c: stopping tablet replica
I20260630 12:38:04.207031   940 raft_consensus.cc:2243] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.207584   940 raft_consensus.cc:2272] T 073606f0b1c840d8b4b222d6c2628411 P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.209602   940 tablet_replica.cc:333] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c: stopping tablet replica
I20260630 12:38:04.210110   940 raft_consensus.cc:2243] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:04.210556   940 raft_consensus.cc:2272] T 08a69ae248e541528b23c83333cd6e4a P fd0e3cc331c7412f9adc98aa5a521b9c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.229588   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:38:04.240515   940 master.cc:562] Master@127.0.235.62:43269 shutting down...
I20260630 12:38:04.257381   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:04.257879   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:04.258263   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P aeaa2351b0cb4b9eb5de0cc6a7aa0c54: stopping tablet replica
I20260630 12:38:04.276678   940 master.cc:584] Master@127.0.235.62:43269 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (11507 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:38:04.316293   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:37857
I20260630 12:38:04.317277   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.321734 12164 instance_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:38:04.323163 12165 instance_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:38:04.323350 12167 instance_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:38:04.323652   940 server_base.cc:1061] running on GCE node
I20260630 12:38:04.324532   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:04.324708   940 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:38:04.324826   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823084324814 us; error 0 us; skew 500 ppm
I20260630 12:38:04.325212   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:04.327531   940 webserver.cc:533] Webserver started at http://127.0.235.62:42941/ using document root <none> and password file <none>
I20260630 12:38:04.328023   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:04.328208   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:04.328472   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:04.329491   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "de4aeebc27ad4a01bc46b43529a34506"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-47x1"
I20260630 12:38:04.333684   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:38:04.336853 12172 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:38:04.337538   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:04.337826   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "de4aeebc27ad4a01bc46b43529a34506"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-47x1"
I20260630 12:38:04.338127   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-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:38:04.354760   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:04.355830   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:04.391588   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:37857
I20260630 12:38:04.391682 12223 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:37857 every 8 connection(s)
I20260630 12:38:04.395267 12224 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:38:04.405284 12224 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506: Bootstrap starting.
I20260630 12:38:04.409657 12224 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:04.413405 12224 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506: No bootstrap required, opened a new log
I20260630 12:38:04.415280 12224 raft_consensus.cc:359] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "de4aeebc27ad4a01bc46b43529a34506" member_type: VOTER }
I20260630 12:38:04.415616 12224 raft_consensus.cc:385] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:04.415794 12224 raft_consensus.cc:740] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de4aeebc27ad4a01bc46b43529a34506, State: Initialized, Role: FOLLOWER
I20260630 12:38:04.416349 12224 consensus_queue.cc:260] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "de4aeebc27ad4a01bc46b43529a34506" member_type: VOTER }
I20260630 12:38:04.416747 12224 raft_consensus.cc:399] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:04.416934 12224 raft_consensus.cc:493] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:04.417129 12224 raft_consensus.cc:3060] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:04.421335 12224 raft_consensus.cc:515] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "de4aeebc27ad4a01bc46b43529a34506" member_type: VOTER }
I20260630 12:38:04.421792 12224 leader_election.cc:304] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [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: de4aeebc27ad4a01bc46b43529a34506; no voters: 
I20260630 12:38:04.422847 12224 leader_election.cc:290] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:04.423187 12227 raft_consensus.cc:2804] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:04.424423 12227 raft_consensus.cc:697] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 1 LEADER]: Becoming Leader. State: Replica: de4aeebc27ad4a01bc46b43529a34506, State: Running, Role: LEADER
I20260630 12:38:04.425041 12227 consensus_queue.cc:237] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [LEADER]: Queue going to LEADER mode. State: All 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: "de4aeebc27ad4a01bc46b43529a34506" member_type: VOTER }
I20260630 12:38:04.425597 12224 sys_catalog.cc:565] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:04.427955 12229 sys_catalog.cc:455] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [sys.catalog]: SysCatalogTable state changed. Reason: New leader de4aeebc27ad4a01bc46b43529a34506. Latest consensus state: current_term: 1 leader_uuid: "de4aeebc27ad4a01bc46b43529a34506" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "de4aeebc27ad4a01bc46b43529a34506" member_type: VOTER } }
I20260630 12:38:04.428001 12228 sys_catalog.cc:455] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "de4aeebc27ad4a01bc46b43529a34506" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "de4aeebc27ad4a01bc46b43529a34506" member_type: VOTER } }
I20260630 12:38:04.428704 12229 sys_catalog.cc:458] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:04.428768 12228 sys_catalog.cc:458] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:04.434000 12232 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:04.438745 12232 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:04.442093   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:04.447000 12232 catalog_manager.cc:1383] Generated new cluster ID: 6ef7cf4262104df692238f13c1cf847f
I20260630 12:38:04.447271 12232 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:04.458112 12232 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:04.459407 12232 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:04.474982 12232 catalog_manager.cc:6070] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506: Generated new TSK 0
I20260630 12:38:04.475545 12232 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:04.508531   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.513993 12245 instance_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:38:04.515043 12246 instance_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:38:04.516515 12248 instance_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:38:04.516707   940 server_base.cc:1061] running on GCE node
I20260630 12:38:04.517665   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:04.517850   940 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:38:04.517969   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823084517958 us; error 0 us; skew 500 ppm
I20260630 12:38:04.518460   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:04.520538   940 webserver.cc:533] Webserver started at http://127.0.235.1:46783/ using document root <none> and password file <none>
I20260630 12:38:04.520963   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:04.521111   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:04.521308   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:04.522374   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "921afd81bd9f4f61af3ed6844fd92329"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-47x1"
I20260630 12:38:04.526436   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:04.529471 12253 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:38:04.530205   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:04.530488   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "921afd81bd9f4f61af3ed6844fd92329"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-47x1"
I20260630 12:38:04.530771   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-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:38:04.544559   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:04.545562   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:04.546941   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:04.549094   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:04.549310   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.549528   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:04.549702   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.585517   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:33253
I20260630 12:38:04.585613 12315 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:33253 every 8 connection(s)
I20260630 12:38:04.590404   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.596220 12320 instance_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:38:04.597314 12321 instance_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:38:04.600281 12323 instance_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:38:04.601085   940 server_base.cc:1061] running on GCE node
I20260630 12:38:04.602129   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:04.602233 12316 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37857
W20260630 12:38:04.602397   940 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:38:04.602607   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823084602589 us; error 0 us; skew 500 ppm
I20260630 12:38:04.602638 12316 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:04.603389   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:04.603597 12316 heartbeater.cc:507] Master 127.0.235.62:37857 requested a full tablet report, sending...
I20260630 12:38:04.606159 12189 ts_manager.cc:194] Registered new tserver with Master: 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253)
I20260630 12:38:04.606176   940 webserver.cc:533] Webserver started at http://127.0.235.2:36643/ using document root <none> and password file <none>
I20260630 12:38:04.606925   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:04.607117   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:04.607370   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:04.608064 12189 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40622
I20260630 12:38:04.608436   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "f8f5abc10f784362b10a7a7b30249681"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-47x1"
I20260630 12:38:04.612900   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:04.615906 12328 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:38:04.616604   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:04.616884   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "f8f5abc10f784362b10a7a7b30249681"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-47x1"
I20260630 12:38:04.617149   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-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:38:04.634354   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:04.635335   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:04.636727   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:04.638785   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:04.638996   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.639271   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:04.639436   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.675550   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:41107
I20260630 12:38:04.675648 12390 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:41107 every 8 connection(s)
I20260630 12:38:04.680269   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.687456 12394 instance_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:38:04.688437 12395 instance_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:38:04.690027 12397 instance_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:38:04.690550   940 server_base.cc:1061] running on GCE node
I20260630 12:38:04.691587   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:04.691790   940 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:38:04.692008   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823084691989 us; error 0 us; skew 500 ppm
I20260630 12:38:04.692186 12391 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37857
I20260630 12:38:04.692587   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:04.692608 12391 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:04.693611 12391 heartbeater.cc:507] Master 127.0.235.62:37857 requested a full tablet report, sending...
I20260630 12:38:04.695166   940 webserver.cc:533] Webserver started at http://127.0.235.3:32997/ using document root <none> and password file <none>
I20260630 12:38:04.695709   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:04.695930   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:04.695771 12189 ts_manager.cc:194] Registered new tserver with Master: f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107)
I20260630 12:38:04.696265   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:04.697292 12189 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56352
I20260630 12:38:04.697288   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "d925ed64eba242f0a7b7d19990fb1b22"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-47x1"
I20260630 12:38:04.701869   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:38:04.704782 12402 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:38:04.705467   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:04.705746   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "d925ed64eba242f0a7b7d19990fb1b22"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-47x1"
I20260630 12:38:04.706043   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822834383079-940-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:38:04.715266   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:04.716274   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:04.717561   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:04.719828   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:04.720088   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.720311   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:04.720475   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.758471   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:38689
I20260630 12:38:04.758569 12464 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:38689 every 8 connection(s)
I20260630 12:38:04.771234 12465 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37857
I20260630 12:38:04.771590 12465 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:04.772261 12465 heartbeater.cc:507] Master 127.0.235.62:37857 requested a full tablet report, sending...
I20260630 12:38:04.773989 12189 ts_manager.cc:194] Registered new tserver with Master: d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:04.774984   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013234659s
I20260630 12:38:04.775396 12189 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56366
I20260630 12:38:05.610597 12316 heartbeater.cc:499] Master 127.0.235.62:37857 was elected leader, sending a full tablet report...
I20260630 12:38:05.699779 12391 heartbeater.cc:499] Master 127.0.235.62:37857 was elected leader, sending a full tablet report...
I20260630 12:38:05.777907 12465 heartbeater.cc:499] Master 127.0.235.62:37857 was elected leader, sending a full tablet report...
I20260630 12:38:05.827584 12189 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56368:
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:38:05.829939 12189 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:38:05.907850 12280 tablet_service.cc:1511] Processing CreateTablet for tablet 16bfd203828246729cc5c1299f36d7b9 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:05.909307 12280 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16bfd203828246729cc5c1299f36d7b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.910620 12278 tablet_service.cc:1511] Processing CreateTablet for tablet 5a8ddf3fa1c549a5986ae89143f44b73 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:05.911056 12281 tablet_service.cc:1511] Processing CreateTablet for tablet c346824230cd4180a4bd31714c38fba9 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:05.911899 12278 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a8ddf3fa1c549a5986ae89143f44b73. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.912542 12281 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c346824230cd4180a4bd31714c38fba9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.913872 12277 tablet_service.cc:1511] Processing CreateTablet for tablet 62dadff2ee4b4d63aae19eac9be37426 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:05.915344 12277 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62dadff2ee4b4d63aae19eac9be37426. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.917402 12430 tablet_service.cc:1511] Processing CreateTablet for tablet c346824230cd4180a4bd31714c38fba9 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:05.918643 12430 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c346824230cd4180a4bd31714c38fba9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.919315 12429 tablet_service.cc:1511] Processing CreateTablet for tablet 16bfd203828246729cc5c1299f36d7b9 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:05.920729 12429 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16bfd203828246729cc5c1299f36d7b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.923183 12426 tablet_service.cc:1511] Processing CreateTablet for tablet 62dadff2ee4b4d63aae19eac9be37426 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:05.924458 12426 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62dadff2ee4b4d63aae19eac9be37426. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.924583 12428 tablet_service.cc:1511] Processing CreateTablet for tablet 09212a3ced0748f2b06f595c8907a5f7 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:05.926117 12355 tablet_service.cc:1511] Processing CreateTablet for tablet 16bfd203828246729cc5c1299f36d7b9 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:05.926515 12425 tablet_service.cc:1511] Processing CreateTablet for tablet 71b214eacd7b441383bb72890ed67abb (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:05.927062 12427 tablet_service.cc:1511] Processing CreateTablet for tablet 5a8ddf3fa1c549a5986ae89143f44b73 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:05.927870 12355 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16bfd203828246729cc5c1299f36d7b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.908914 12279 tablet_service.cc:1511] Processing CreateTablet for tablet 09212a3ced0748f2b06f595c8907a5f7 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:05.929708 12279 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 09212a3ced0748f2b06f595c8907a5f7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.930347 12354 tablet_service.cc:1511] Processing CreateTablet for tablet 09212a3ced0748f2b06f595c8907a5f7 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:05.925869 12428 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 09212a3ced0748f2b06f595c8907a5f7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.934326 12354 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 09212a3ced0748f2b06f595c8907a5f7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.935720 12425 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71b214eacd7b441383bb72890ed67abb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.933518 12276 tablet_service.cc:1511] Processing CreateTablet for tablet 71b214eacd7b441383bb72890ed67abb (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:05.937093 12276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71b214eacd7b441383bb72890ed67abb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.938323 12427 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a8ddf3fa1c549a5986ae89143f44b73. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.924008 12356 tablet_service.cc:1511] Processing CreateTablet for tablet c346824230cd4180a4bd31714c38fba9 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:05.942910 12356 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c346824230cd4180a4bd31714c38fba9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.951952 12352 tablet_service.cc:1511] Processing CreateTablet for tablet 62dadff2ee4b4d63aae19eac9be37426 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:05.952215 12353 tablet_service.cc:1511] Processing CreateTablet for tablet 5a8ddf3fa1c549a5986ae89143f44b73 (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:05.953444 12352 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62dadff2ee4b4d63aae19eac9be37426. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.955888 12353 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5a8ddf3fa1c549a5986ae89143f44b73. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.959215 12351 tablet_service.cc:1511] Processing CreateTablet for tablet 71b214eacd7b441383bb72890ed67abb (DEFAULT_TABLE table=test-workload [id=98b562661c8a4343a4caebd6053ee53f]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:05.960587 12351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 71b214eacd7b441383bb72890ed67abb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.028800 12485 tablet_bootstrap.cc:492] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329: Bootstrap starting.
I20260630 12:38:06.034448 12486 tablet_bootstrap.cc:492] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681: Bootstrap starting.
I20260630 12:38:06.035531 12487 tablet_bootstrap.cc:492] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22: Bootstrap starting.
I20260630 12:38:06.040531 12485 tablet_bootstrap.cc:654] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.042465 12487 tablet_bootstrap.cc:654] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.044957 12486 tablet_bootstrap.cc:654] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.055178 12487 tablet_bootstrap.cc:492] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22: No bootstrap required, opened a new log
I20260630 12:38:06.055712 12487 ts_tablet_manager.cc:1403] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260630 12:38:06.056694 12485 tablet_bootstrap.cc:492] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329: No bootstrap required, opened a new log
I20260630 12:38:06.057196 12485 ts_tablet_manager.cc:1403] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329: Time spent bootstrapping tablet: real 0.029s	user 0.014s	sys 0.008s
I20260630 12:38:06.058634 12487 raft_consensus.cc:359] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.059129 12486 tablet_bootstrap.cc:492] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681: No bootstrap required, opened a new log
I20260630 12:38:06.059401 12487 raft_consensus.cc:385] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.059691 12486 ts_tablet_manager.cc:1403] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.011s
I20260630 12:38:06.059752 12487 raft_consensus.cc:740] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d925ed64eba242f0a7b7d19990fb1b22, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.060098 12485 raft_consensus.cc:359] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.060837 12485 raft_consensus.cc:385] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.061163 12485 raft_consensus.cc:740] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.060709 12487 consensus_queue.cc:260] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.061908 12485 consensus_queue.cc:260] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.062639 12486 raft_consensus.cc:359] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.063695 12486 raft_consensus.cc:385] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.064018 12486 raft_consensus.cc:740] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8f5abc10f784362b10a7a7b30249681, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.064919 12486 consensus_queue.cc:260] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.097065 12485 ts_tablet_manager.cc:1434] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329: Time spent starting tablet: real 0.039s	user 0.008s	sys 0.007s
I20260630 12:38:06.100201 12485 tablet_bootstrap.cc:492] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329: Bootstrap starting.
I20260630 12:38:06.107375 12487 ts_tablet_manager.cc:1434] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22: Time spent starting tablet: real 0.051s	user 0.009s	sys 0.004s
I20260630 12:38:06.109691 12485 tablet_bootstrap.cc:654] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.112533 12487 tablet_bootstrap.cc:492] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22: Bootstrap starting.
I20260630 12:38:06.123899 12486 ts_tablet_manager.cc:1434] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681: Time spent starting tablet: real 0.064s	user 0.018s	sys 0.019s
I20260630 12:38:06.125773 12486 tablet_bootstrap.cc:492] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681: Bootstrap starting.
I20260630 12:38:06.130877 12485 tablet_bootstrap.cc:492] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329: No bootstrap required, opened a new log
I20260630 12:38:06.131484 12485 ts_tablet_manager.cc:1403] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329: Time spent bootstrapping tablet: real 0.032s	user 0.012s	sys 0.019s
I20260630 12:38:06.132264 12487 tablet_bootstrap.cc:654] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.134057 12486 tablet_bootstrap.cc:654] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.135622 12485 raft_consensus.cc:359] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.137264 12485 raft_consensus.cc:385] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.137681 12485 raft_consensus.cc:740] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.138876 12485 consensus_queue.cc:260] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.142207 12485 ts_tablet_manager.cc:1434] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.008s
I20260630 12:38:06.144392 12485 tablet_bootstrap.cc:492] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329: Bootstrap starting.
I20260630 12:38:06.147073 12487 tablet_bootstrap.cc:492] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22: No bootstrap required, opened a new log
I20260630 12:38:06.147626 12487 ts_tablet_manager.cc:1403] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22: Time spent bootstrapping tablet: real 0.038s	user 0.014s	sys 0.007s
I20260630 12:38:06.149490 12485 tablet_bootstrap.cc:654] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.150902 12487 raft_consensus.cc:359] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.151659 12487 raft_consensus.cc:385] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.151980 12487 raft_consensus.cc:740] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d925ed64eba242f0a7b7d19990fb1b22, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.152973 12487 consensus_queue.cc:260] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.154260 12486 tablet_bootstrap.cc:492] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681: No bootstrap required, opened a new log
I20260630 12:38:06.154665 12485 tablet_bootstrap.cc:492] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329: No bootstrap required, opened a new log
I20260630 12:38:06.155210 12485 ts_tablet_manager.cc:1403] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.004s
I20260630 12:38:06.154836 12486 ts_tablet_manager.cc:1403] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681: Time spent bootstrapping tablet: real 0.030s	user 0.008s	sys 0.012s
I20260630 12:38:06.157008 12487 ts_tablet_manager.cc:1434] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:38:06.158609 12487 tablet_bootstrap.cc:492] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22: Bootstrap starting.
I20260630 12:38:06.158794 12485 raft_consensus.cc:359] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.159164 12486 raft_consensus.cc:359] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.160053 12486 raft_consensus.cc:385] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.160372 12486 raft_consensus.cc:740] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8f5abc10f784362b10a7a7b30249681, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.161171 12486 consensus_queue.cc:260] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.159662 12485 raft_consensus.cc:385] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.163862 12485 raft_consensus.cc:740] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.163513 12486 ts_tablet_manager.cc:1434] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.002s
I20260630 12:38:06.165817 12486 tablet_bootstrap.cc:492] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681: Bootstrap starting.
I20260630 12:38:06.166177 12487 tablet_bootstrap.cc:654] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.169430 12485 consensus_queue.cc:260] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.172276 12485 ts_tablet_manager.cc:1434] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
I20260630 12:38:06.174230 12485 tablet_bootstrap.cc:492] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329: Bootstrap starting.
I20260630 12:38:06.174624 12487 tablet_bootstrap.cc:492] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22: No bootstrap required, opened a new log
I20260630 12:38:06.175060 12487 ts_tablet_manager.cc:1403] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.004s
I20260630 12:38:06.172649 12486 tablet_bootstrap.cc:654] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.177758 12487 raft_consensus.cc:359] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.178555 12487 raft_consensus.cc:385] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.178903 12487 raft_consensus.cc:740] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d925ed64eba242f0a7b7d19990fb1b22, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.179962 12487 consensus_queue.cc:260] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.183368 12485 tablet_bootstrap.cc:654] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.184938 12487 ts_tablet_manager.cc:1434] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:38:06.186484 12487 tablet_bootstrap.cc:492] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22: Bootstrap starting.
I20260630 12:38:06.192485 12485 tablet_bootstrap.cc:492] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329: No bootstrap required, opened a new log
I20260630 12:38:06.192633 12487 tablet_bootstrap.cc:654] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.193038 12485 ts_tablet_manager.cc:1403] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.004s
I20260630 12:38:06.195711 12486 tablet_bootstrap.cc:492] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681: No bootstrap required, opened a new log
I20260630 12:38:06.196241 12486 ts_tablet_manager.cc:1403] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.008s
I20260630 12:38:06.196395 12485 raft_consensus.cc:359] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.197181 12485 raft_consensus.cc:385] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.197469 12485 raft_consensus.cc:740] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.197713 12487 tablet_bootstrap.cc:492] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22: No bootstrap required, opened a new log
I20260630 12:38:06.198235 12487 ts_tablet_manager.cc:1403] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.004s
I20260630 12:38:06.198308 12485 consensus_queue.cc:260] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.199383 12486 raft_consensus.cc:359] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.200199 12486 raft_consensus.cc:385] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.200542 12486 raft_consensus.cc:740] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8f5abc10f784362b10a7a7b30249681, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.200752 12485 ts_tablet_manager.cc:1434] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:06.201064 12487 raft_consensus.cc:359] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.201951 12487 raft_consensus.cc:385] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.202229 12485 tablet_bootstrap.cc:492] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329: Bootstrap starting.
I20260630 12:38:06.202351 12487 raft_consensus.cc:740] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d925ed64eba242f0a7b7d19990fb1b22, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.203289 12487 consensus_queue.cc:260] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.205286 12487 ts_tablet_manager.cc:1434] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.003s
I20260630 12:38:06.206645 12487 tablet_bootstrap.cc:492] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22: Bootstrap starting.
I20260630 12:38:06.209754 12485 tablet_bootstrap.cc:654] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.201690 12486 consensus_queue.cc:260] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.212980 12494 raft_consensus.cc:493] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.213439 12487 tablet_bootstrap.cc:654] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.213606 12494 raft_consensus.cc:515] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.221586 12486 ts_tablet_manager.cc:1434] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681: Time spent starting tablet: real 0.025s	user 0.004s	sys 0.008s
I20260630 12:38:06.223165 12486 tablet_bootstrap.cc:492] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681: Bootstrap starting.
I20260630 12:38:06.227262 12487 tablet_bootstrap.cc:492] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22: No bootstrap required, opened a new log
I20260630 12:38:06.227823 12487 ts_tablet_manager.cc:1403] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.010s
I20260630 12:38:06.232270 12487 raft_consensus.cc:359] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.233033 12487 raft_consensus.cc:385] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.233311 12487 raft_consensus.cc:740] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d925ed64eba242f0a7b7d19990fb1b22, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.234134 12487 consensus_queue.cc:260] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.239343 12494 leader_election.cc:290] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.240794 12487 ts_tablet_manager.cc:1434] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.003s
I20260630 12:38:06.242229 12487 tablet_bootstrap.cc:492] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22: Bootstrap starting.
I20260630 12:38:06.246253 12486 tablet_bootstrap.cc:654] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.249187 12487 tablet_bootstrap.cc:654] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.255013 12485 tablet_bootstrap.cc:492] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329: No bootstrap required, opened a new log
I20260630 12:38:06.255695 12485 ts_tablet_manager.cc:1403] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329: Time spent bootstrapping tablet: real 0.054s	user 0.015s	sys 0.021s
I20260630 12:38:06.259640 12485 raft_consensus.cc:359] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.260649 12485 raft_consensus.cc:385] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.261044 12487 tablet_bootstrap.cc:492] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22: No bootstrap required, opened a new log
I20260630 12:38:06.261811 12487 ts_tablet_manager.cc:1403] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260630 12:38:06.263233 12492 raft_consensus.cc:493] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.263790 12492 raft_consensus.cc:515] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.265049 12487 raft_consensus.cc:359] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.261034 12485 raft_consensus.cc:740] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.265817 12487 raft_consensus.cc:385] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.267679 12487 raft_consensus.cc:740] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d925ed64eba242f0a7b7d19990fb1b22, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.268043 12485 consensus_queue.cc:260] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.268510 12487 consensus_queue.cc:260] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.271224 12485 ts_tablet_manager.cc:1434] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.005s
I20260630 12:38:06.272919 12485 tablet_bootstrap.cc:492] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329: Bootstrap starting.
I20260630 12:38:06.276376 12486 tablet_bootstrap.cc:492] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681: No bootstrap required, opened a new log
I20260630 12:38:06.284034 12485 tablet_bootstrap.cc:654] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.280771 12291 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62dadff2ee4b4d63aae19eac9be37426" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921afd81bd9f4f61af3ed6844fd92329" is_pre_election: true
I20260630 12:38:06.284505 12486 ts_tablet_manager.cc:1403] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681: Time spent bootstrapping tablet: real 0.062s	user 0.021s	sys 0.007s
W20260630 12:38:06.285849 12332 leader_election.cc:343] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:06.287426 12492 leader_election.cc:290] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253), f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107)
I20260630 12:38:06.287777 12486 raft_consensus.cc:359] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.288585 12486 raft_consensus.cc:385] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.288869 12486 raft_consensus.cc:740] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8f5abc10f784362b10a7a7b30249681, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.298319 12485 tablet_bootstrap.cc:492] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329: No bootstrap required, opened a new log
I20260630 12:38:06.298899 12485 ts_tablet_manager.cc:1403] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.012s
I20260630 12:38:06.301468 12440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62dadff2ee4b4d63aae19eac9be37426" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22" is_pre_election: true
I20260630 12:38:06.301992 12485 raft_consensus.cc:359] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.302459 12440 raft_consensus.cc:2468] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f8f5abc10f784362b10a7a7b30249681 in term 0.
I20260630 12:38:06.302795 12485 raft_consensus.cc:385] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.303161 12485 raft_consensus.cc:740] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.304118 12485 consensus_queue.cc:260] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.304435 12330 leader_election.cc:304] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [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: d925ed64eba242f0a7b7d19990fb1b22, f8f5abc10f784362b10a7a7b30249681; no voters: 921afd81bd9f4f61af3ed6844fd92329
I20260630 12:38:06.289819 12486 consensus_queue.cc:260] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.308010 12485 ts_tablet_manager.cc:1434] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:38:06.308995 12494 raft_consensus.cc:2804] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:06.309379 12494 raft_consensus.cc:493] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:06.309780 12494 raft_consensus.cc:3060] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.323959 12486 ts_tablet_manager.cc:1434] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681: Time spent starting tablet: real 0.039s	user 0.007s	sys 0.000s
I20260630 12:38:06.325953 12494 raft_consensus.cc:515] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.330864 12487 ts_tablet_manager.cc:1434] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22: Time spent starting tablet: real 0.069s	user 0.034s	sys 0.033s
I20260630 12:38:06.332916 12486 tablet_bootstrap.cc:492] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681: Bootstrap starting.
I20260630 12:38:06.333601 12494 leader_election.cc:290] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 election: Requested vote from peers 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.334262 12440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62dadff2ee4b4d63aae19eac9be37426" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22"
I20260630 12:38:06.334769 12440 raft_consensus.cc:3060] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.338599 12493 raft_consensus.cc:493] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.338836 12291 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62dadff2ee4b4d63aae19eac9be37426" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921afd81bd9f4f61af3ed6844fd92329"
I20260630 12:38:06.339542 12291 raft_consensus.cc:3060] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.339143 12493 raft_consensus.cc:515] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.340998 12486 tablet_bootstrap.cc:654] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.343611 12493 leader_election.cc:290] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.354883 12440 raft_consensus.cc:2468] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f8f5abc10f784362b10a7a7b30249681 in term 1.
I20260630 12:38:06.356554 12330 leader_election.cc:304] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d925ed64eba242f0a7b7d19990fb1b22, f8f5abc10f784362b10a7a7b30249681; no voters: 
I20260630 12:38:06.357437 12494 raft_consensus.cc:2804] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.358022 12494 raft_consensus.cc:697] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 1 LEADER]: Becoming Leader. State: Replica: f8f5abc10f784362b10a7a7b30249681, State: Running, Role: LEADER
I20260630 12:38:06.353621 12291 raft_consensus.cc:2468] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f8f5abc10f784362b10a7a7b30249681 in term 1.
I20260630 12:38:06.359006 12494 consensus_queue.cc:237] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.361354 12493 raft_consensus.cc:493] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.362099 12493 raft_consensus.cc:515] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.364638 12493 leader_election.cc:290] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.365084 12493 raft_consensus.cc:493] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.365540 12493 raft_consensus.cc:515] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.367910 12493 leader_election.cc:290] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.368676 12512 raft_consensus.cc:493] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.369457 12512 raft_consensus.cc:515] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.374100 12512 leader_election.cc:290] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253), f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107)
I20260630 12:38:06.377024 12365 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71b214eacd7b441383bb72890ed67abb" candidate_uuid: "d925ed64eba242f0a7b7d19990fb1b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681" is_pre_election: true
I20260630 12:38:06.377975 12365 raft_consensus.cc:2468] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d925ed64eba242f0a7b7d19990fb1b22 in term 0.
I20260630 12:38:06.377791 12366 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62dadff2ee4b4d63aae19eac9be37426" candidate_uuid: "d925ed64eba242f0a7b7d19990fb1b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681" is_pre_election: true
I20260630 12:38:06.382887 12405 leader_election.cc:304] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d925ed64eba242f0a7b7d19990fb1b22, f8f5abc10f784362b10a7a7b30249681; no voters: 
I20260630 12:38:06.384181 12512 raft_consensus.cc:2804] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:06.384527 12512 raft_consensus.cc:493] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:06.384842 12512 raft_consensus.cc:3060] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.386153 12187 catalog_manager.cc:5697] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 reported cstate change: term changed from 0 to 1, leader changed from <none> to f8f5abc10f784362b10a7a7b30249681 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "f8f5abc10f784362b10a7a7b30249681" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:06.388557 12440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a8ddf3fa1c549a5986ae89143f44b73" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22" is_pre_election: true
I20260630 12:38:06.389266 12440 raft_consensus.cc:2468] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 0.
I20260630 12:38:06.391247 12440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c346824230cd4180a4bd31714c38fba9" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22" is_pre_election: true
I20260630 12:38:06.391947 12440 raft_consensus.cc:2468] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 0.
I20260630 12:38:06.393788 12439 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "09212a3ced0748f2b06f595c8907a5f7" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22" is_pre_election: true
I20260630 12:38:06.394493 12439 raft_consensus.cc:2468] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 0.
I20260630 12:38:06.394358 12291 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "62dadff2ee4b4d63aae19eac9be37426" candidate_uuid: "d925ed64eba242f0a7b7d19990fb1b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921afd81bd9f4f61af3ed6844fd92329" is_pre_election: true
I20260630 12:38:06.395763 12291 raft_consensus.cc:2393] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d925ed64eba242f0a7b7d19990fb1b22 in current term 1: Already voted for candidate f8f5abc10f784362b10a7a7b30249681 in this term.
I20260630 12:38:06.396207 12255 leader_election.cc:304] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 921afd81bd9f4f61af3ed6844fd92329, d925ed64eba242f0a7b7d19990fb1b22; no voters: 
I20260630 12:38:06.397833 12291 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71b214eacd7b441383bb72890ed67abb" candidate_uuid: "d925ed64eba242f0a7b7d19990fb1b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921afd81bd9f4f61af3ed6844fd92329" is_pre_election: true
I20260630 12:38:06.398304 12519 raft_consensus.cc:2804] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:06.398783 12519 raft_consensus.cc:493] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:06.398823 12291 raft_consensus.cc:2468] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d925ed64eba242f0a7b7d19990fb1b22 in term 0.
I20260630 12:38:06.399233 12519 raft_consensus.cc:3060] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.400282 12512 raft_consensus.cc:515] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.400803 12406 leader_election.cc:304] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [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: d925ed64eba242f0a7b7d19990fb1b22; no voters: 921afd81bd9f4f61af3ed6844fd92329, f8f5abc10f784362b10a7a7b30249681
I20260630 12:38:06.401938 12492 raft_consensus.cc:2749] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:06.404150 12366 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71b214eacd7b441383bb72890ed67abb" candidate_uuid: "d925ed64eba242f0a7b7d19990fb1b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681"
I20260630 12:38:06.404714 12366 raft_consensus.cc:3060] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.406776 12291 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "71b214eacd7b441383bb72890ed67abb" candidate_uuid: "d925ed64eba242f0a7b7d19990fb1b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921afd81bd9f4f61af3ed6844fd92329"
I20260630 12:38:06.407783 12255 leader_election.cc:304] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 921afd81bd9f4f61af3ed6844fd92329, d925ed64eba242f0a7b7d19990fb1b22; no voters: 
I20260630 12:38:06.407742 12291 raft_consensus.cc:3060] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.410203 12493 raft_consensus.cc:2804] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:06.410609 12493 raft_consensus.cc:493] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:06.410948 12493 raft_consensus.cc:3060] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.411584 12494 raft_consensus.cc:493] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.412101 12494 raft_consensus.cc:515] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.414402 12494 leader_election.cc:290] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.417505 12290 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "09212a3ced0748f2b06f595c8907a5f7" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921afd81bd9f4f61af3ed6844fd92329" is_pre_election: true
I20260630 12:38:06.418397 12290 raft_consensus.cc:2468] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f8f5abc10f784362b10a7a7b30249681 in term 0.
I20260630 12:38:06.419910 12440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "09212a3ced0748f2b06f595c8907a5f7" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22" is_pre_election: true
I20260630 12:38:06.420873 12440 raft_consensus.cc:2468] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f8f5abc10f784362b10a7a7b30249681 in term 0.
I20260630 12:38:06.422209 12332 leader_election.cc:304] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 921afd81bd9f4f61af3ed6844fd92329, f8f5abc10f784362b10a7a7b30249681; no voters: 
I20260630 12:38:06.426419 12255 leader_election.cc:304] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 921afd81bd9f4f61af3ed6844fd92329, d925ed64eba242f0a7b7d19990fb1b22; no voters: 
I20260630 12:38:06.426959 12494 raft_consensus.cc:2804] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:06.427464 12494 raft_consensus.cc:493] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:06.427803 12494 raft_consensus.cc:3060] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.433240 12519 raft_consensus.cc:515] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.434355 12366 raft_consensus.cc:2468] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d925ed64eba242f0a7b7d19990fb1b22 in term 1.
I20260630 12:38:06.434129 12493 raft_consensus.cc:515] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.436901 12486 tablet_bootstrap.cc:492] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681: No bootstrap required, opened a new log
I20260630 12:38:06.437503 12486 ts_tablet_manager.cc:1403] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681: Time spent bootstrapping tablet: real 0.105s	user 0.042s	sys 0.035s
I20260630 12:38:06.438071 12493 leader_election.cc:290] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 election: Requested vote from peers f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.438447 12405 leader_election.cc:304] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d925ed64eba242f0a7b7d19990fb1b22, f8f5abc10f784362b10a7a7b30249681; no voters: 
I20260630 12:38:06.438648 12493 raft_consensus.cc:493] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.441955 12364 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "09212a3ced0748f2b06f595c8907a5f7" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681" is_pre_election: true
I20260630 12:38:06.440758 12492 raft_consensus.cc:2804] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.442428 12493 raft_consensus.cc:515] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.444036 12522 raft_consensus.cc:2804] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:06.440501 12365 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c346824230cd4180a4bd31714c38fba9" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681" is_pre_election: true
I20260630 12:38:06.443919 12366 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a8ddf3fa1c549a5986ae89143f44b73" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681" is_pre_election: true
I20260630 12:38:06.441722 12291 raft_consensus.cc:2468] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d925ed64eba242f0a7b7d19990fb1b22 in term 1.
I20260630 12:38:06.442934 12512 leader_election.cc:290] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [CANDIDATE]: Term 1 election: Requested vote from peers 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253), f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107)
I20260630 12:38:06.441953 12486 raft_consensus.cc:359] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.448928 12486 raft_consensus.cc:385] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.441955 12494 raft_consensus.cc:515] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.449873 12486 raft_consensus.cc:740] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8f5abc10f784362b10a7a7b30249681, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.450614 12363 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c346824230cd4180a4bd31714c38fba9" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681"
I20260630 12:38:06.450793 12486 consensus_queue.cc:260] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.452555 12365 raft_consensus.cc:2468] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 0.
I20260630 12:38:06.452751 12439 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "09212a3ced0748f2b06f595c8907a5f7" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22"
I20260630 12:38:06.453377 12486 ts_tablet_manager.cc:1434] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681: Time spent starting tablet: real 0.016s	user 0.003s	sys 0.003s
I20260630 12:38:06.453769 12364 raft_consensus.cc:2393] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 921afd81bd9f4f61af3ed6844fd92329 in current term 1: Already voted for candidate f8f5abc10f784362b10a7a7b30249681 in this term.
I20260630 12:38:06.453390 12439 raft_consensus.cc:3060] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.454367 12440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c346824230cd4180a4bd31714c38fba9" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22"
I20260630 12:38:06.455106 12440 raft_consensus.cc:3060] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.445566 12522 raft_consensus.cc:493] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:06.458197 12494 leader_election.cc:290] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 election: Requested vote from peers 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.461678 12519 leader_election.cc:290] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 election: Requested vote from peers f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.495421 12492 raft_consensus.cc:697] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 1 LEADER]: Becoming Leader. State: Replica: d925ed64eba242f0a7b7d19990fb1b22, State: Running, Role: LEADER
I20260630 12:38:06.466188 12290 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "09212a3ced0748f2b06f595c8907a5f7" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921afd81bd9f4f61af3ed6844fd92329"
I20260630 12:38:06.467176 12438 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16bfd203828246729cc5c1299f36d7b9" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22" is_pre_election: true
I20260630 12:38:06.467828 12365 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a8ddf3fa1c549a5986ae89143f44b73" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681"
I20260630 12:38:06.498498 12492 consensus_queue.cc:237] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.499402 12438 raft_consensus.cc:2468] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 0.
I20260630 12:38:06.500790 12255 leader_election.cc:304] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 921afd81bd9f4f61af3ed6844fd92329, d925ed64eba242f0a7b7d19990fb1b22; no voters: 
W20260630 12:38:06.466385 12237 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:06.464941 12364 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16bfd203828246729cc5c1299f36d7b9" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681" is_pre_election: true
I20260630 12:38:06.468327 12439 raft_consensus.cc:2468] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f8f5abc10f784362b10a7a7b30249681 in term 1.
I20260630 12:38:06.470688 12437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a8ddf3fa1c549a5986ae89143f44b73" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22"
I20260630 12:38:06.503062 12440 raft_consensus.cc:2468] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 1.
I20260630 12:38:06.503147 12437 raft_consensus.cc:3060] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.503226 12330 leader_election.cc:304] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d925ed64eba242f0a7b7d19990fb1b22, f8f5abc10f784362b10a7a7b30249681; no voters: 
I20260630 12:38:06.460625 12486 tablet_bootstrap.cc:492] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681: Bootstrap starting.
I20260630 12:38:06.504350 12494 raft_consensus.cc:2804] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.458989 12522 raft_consensus.cc:3060] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.504987 12494 raft_consensus.cc:697] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 1 LEADER]: Becoming Leader. State: Replica: f8f5abc10f784362b10a7a7b30249681, State: Running, Role: LEADER
I20260630 12:38:06.505882 12494 consensus_queue.cc:237] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
W20260630 12:38:06.488068 12256 leader_election.cc:343] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:06.504565 12255 leader_election.cc:304] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [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: 921afd81bd9f4f61af3ed6844fd92329, d925ed64eba242f0a7b7d19990fb1b22; no voters: f8f5abc10f784362b10a7a7b30249681
I20260630 12:38:06.509159 12524 raft_consensus.cc:2804] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:38:06.510721 12256 leader_election.cc:343] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:06.501864 12519 raft_consensus.cc:2804] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:06.511526 12519 raft_consensus.cc:493] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:06.511910 12519 raft_consensus.cc:3060] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.512009 12486 tablet_bootstrap.cc:654] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.502578 12364 raft_consensus.cc:2468] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 0.
I20260630 12:38:06.459895 12493 leader_election.cc:290] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.514611 12524 raft_consensus.cc:697] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 LEADER]: Becoming Leader. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Running, Role: LEADER
I20260630 12:38:06.514885 12437 raft_consensus.cc:2468] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 1.
I20260630 12:38:06.515543 12524 consensus_queue.cc:237] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.516094 12255 leader_election.cc:304] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [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: 921afd81bd9f4f61af3ed6844fd92329, d925ed64eba242f0a7b7d19990fb1b22; no voters: f8f5abc10f784362b10a7a7b30249681
I20260630 12:38:06.516999 12493 raft_consensus.cc:2804] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.518509 12187 catalog_manager.cc:5697] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 reported cstate change: term changed from 0 to 1, leader changed from <none> to d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "d925ed64eba242f0a7b7d19990fb1b22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:06.529188 12493 raft_consensus.cc:697] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 LEADER]: Becoming Leader. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Running, Role: LEADER
I20260630 12:38:06.530333 12493 consensus_queue.cc:237] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.534673 12486 tablet_bootstrap.cc:492] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681: No bootstrap required, opened a new log
I20260630 12:38:06.535224 12486 ts_tablet_manager.cc:1403] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681: Time spent bootstrapping tablet: real 0.075s	user 0.016s	sys 0.021s
I20260630 12:38:06.538766 12522 raft_consensus.cc:515] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.538602 12486 raft_consensus.cc:359] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.538434 12187 catalog_manager.cc:5697] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 reported cstate change: term changed from 0 to 1, leader changed from <none> to f8f5abc10f784362b10a7a7b30249681 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "f8f5abc10f784362b10a7a7b30249681" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:06.540035 12290 raft_consensus.cc:2393] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f8f5abc10f784362b10a7a7b30249681 in current term 1: Already voted for candidate 921afd81bd9f4f61af3ed6844fd92329 in this term.
I20260630 12:38:06.541122 12522 leader_election.cc:290] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 election: Requested vote from peers f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.539669 12486 raft_consensus.cc:385] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.542233 12486 raft_consensus.cc:740] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f8f5abc10f784362b10a7a7b30249681, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.542338 12519 raft_consensus.cc:515] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.543262 12486 consensus_queue.cc:260] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.544438 12519 leader_election.cc:290] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 election: Requested vote from peers f8f5abc10f784362b10a7a7b30249681 (127.0.235.2:41107), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.545688 12365 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16bfd203828246729cc5c1299f36d7b9" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681"
I20260630 12:38:06.546133 12440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "09212a3ced0748f2b06f595c8907a5f7" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22"
I20260630 12:38:06.546301 12365 raft_consensus.cc:3060] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.546868 12440 raft_consensus.cc:2393] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 921afd81bd9f4f61af3ed6844fd92329 in current term 1: Already voted for candidate f8f5abc10f784362b10a7a7b30249681 in this term.
I20260630 12:38:06.546947 12437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "16bfd203828246729cc5c1299f36d7b9" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22"
I20260630 12:38:06.547665 12437 raft_consensus.cc:3060] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.542313 12364 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "09212a3ced0748f2b06f595c8907a5f7" candidate_uuid: "921afd81bd9f4f61af3ed6844fd92329" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f8f5abc10f784362b10a7a7b30249681"
I20260630 12:38:06.549913 12256 leader_election.cc:304] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [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: 921afd81bd9f4f61af3ed6844fd92329; no voters: d925ed64eba242f0a7b7d19990fb1b22, f8f5abc10f784362b10a7a7b30249681
I20260630 12:38:06.551077 12519 raft_consensus.cc:2749] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:06.553328 12365 raft_consensus.cc:2468] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 1.
I20260630 12:38:06.554322 12486 ts_tablet_manager.cc:1434] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.001s
I20260630 12:38:06.554406 12256 leader_election.cc:304] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 921afd81bd9f4f61af3ed6844fd92329, f8f5abc10f784362b10a7a7b30249681; no voters: 
I20260630 12:38:06.555397 12519 raft_consensus.cc:2804] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.556279 12519 raft_consensus.cc:697] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 LEADER]: Becoming Leader. State: Replica: 921afd81bd9f4f61af3ed6844fd92329, State: Running, Role: LEADER
I20260630 12:38:06.557157 12519 consensus_queue.cc:237] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.561252 12437 raft_consensus.cc:2468] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 921afd81bd9f4f61af3ed6844fd92329 in term 1.
I20260630 12:38:06.561540 12186 catalog_manager.cc:5697] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 reported cstate change: term changed from 0 to 1, leader changed from <none> to 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "921afd81bd9f4f61af3ed6844fd92329" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:06.574779 12186 catalog_manager.cc:5697] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 reported cstate change: term changed from 0 to 1, leader changed from <none> to 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "921afd81bd9f4f61af3ed6844fd92329" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:06.576200 12186 catalog_manager.cc:5697] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 reported cstate change: term changed from 0 to 1, leader changed from <none> to 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "921afd81bd9f4f61af3ed6844fd92329" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:06.693605 12494 raft_consensus.cc:493] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.694157 12494 raft_consensus.cc:515] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 } } peers { permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 } } peers { permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 } }
I20260630 12:38:06.696249 12494 leader_election.cc:290] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253), d925ed64eba242f0a7b7d19990fb1b22 (127.0.235.3:38689)
I20260630 12:38:06.697113 12290 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a8ddf3fa1c549a5986ae89143f44b73" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "921afd81bd9f4f61af3ed6844fd92329" is_pre_election: true
I20260630 12:38:06.697516 12437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5a8ddf3fa1c549a5986ae89143f44b73" candidate_uuid: "f8f5abc10f784362b10a7a7b30249681" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d925ed64eba242f0a7b7d19990fb1b22" is_pre_election: true
I20260630 12:38:06.698312 12437 raft_consensus.cc:2393] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f8f5abc10f784362b10a7a7b30249681 in current term 1: Already voted for candidate 921afd81bd9f4f61af3ed6844fd92329 in this term.
I20260630 12:38:06.699127 12330 leader_election.cc:304] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [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: f8f5abc10f784362b10a7a7b30249681; no voters: 921afd81bd9f4f61af3ed6844fd92329, d925ed64eba242f0a7b7d19990fb1b22
I20260630 12:38:06.699787 12494 raft_consensus.cc:3060] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.704538 12494 raft_consensus.cc:2749] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:06.893071 12494 consensus_queue.cc:1048] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [LEADER]: Connected to new peer: Peer: permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:06.904439 12494 consensus_queue.cc:1048] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:06.929528 12519 consensus_queue.cc:1048] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:06.939819 12365 raft_consensus.cc:3060] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.947126 12493 consensus_queue.cc:1048] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:06.957459 12503 consensus_queue.cc:1048] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [LEADER]: Connected to new peer: Peer: permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:06.959784 12503 consensus_queue.cc:1048] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:06.966645 12492 consensus_queue.cc:1048] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "921afd81bd9f4f61af3ed6844fd92329" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33253 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:06.990073 12492 consensus_queue.cc:1048] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:07.002614 12493 consensus_queue.cc:1048] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:07.013389 12522 consensus_queue.cc:1048] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:07.070525 12522 consensus_queue.cc:1048] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f8f5abc10f784362b10a7a7b30249681" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 41107 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:07.081616 12522 consensus_queue.cc:1048] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d925ed64eba242f0a7b7d19990fb1b22" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 38689 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:16.775131   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:38:16.803812   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:16.804603   940 tablet_replica.cc:333] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329: stopping tablet replica
I20260630 12:38:16.805521   940 raft_consensus.cc:2243] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.806519   940 raft_consensus.cc:2272] T 62dadff2ee4b4d63aae19eac9be37426 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.810158   940 tablet_replica.cc:333] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329: stopping tablet replica
I20260630 12:38:16.810770   940 raft_consensus.cc:2243] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.811707   940 raft_consensus.cc:2272] T 5a8ddf3fa1c549a5986ae89143f44b73 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.814232   940 tablet_replica.cc:333] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329: stopping tablet replica
I20260630 12:38:16.814795   940 raft_consensus.cc:2243] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.815711   940 raft_consensus.cc:2272] T 16bfd203828246729cc5c1299f36d7b9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.818308   940 tablet_replica.cc:333] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329: stopping tablet replica
I20260630 12:38:16.818881   940 raft_consensus.cc:2243] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.819790   940 raft_consensus.cc:2272] T c346824230cd4180a4bd31714c38fba9 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.822274   940 tablet_replica.cc:333] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329: stopping tablet replica
I20260630 12:38:16.822790   940 raft_consensus.cc:2243] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.823266   940 raft_consensus.cc:2272] T 71b214eacd7b441383bb72890ed67abb P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.825605   940 tablet_replica.cc:333] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329: stopping tablet replica
I20260630 12:38:16.826162   940 raft_consensus.cc:2243] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.826632   940 raft_consensus.cc:2272] T 09212a3ced0748f2b06f595c8907a5f7 P 921afd81bd9f4f61af3ed6844fd92329 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.856997   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:38:16.880970   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
W20260630 12:38:16.896354 12332 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:33253: connect: Connection refused (error 111) [suppressed 1 similar messages]
W20260630 12:38:16.903512 12332 consensus_peers.cc:597] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 -> Peer 921afd81bd9f4f61af3ed6844fd92329 (127.0.235.1:33253): Couldn't send request to peer 921afd81bd9f4f61af3ed6844fd92329. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:33253: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:16.910641   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:16.911423   940 tablet_replica.cc:333] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681: stopping tablet replica
I20260630 12:38:16.912161   940 raft_consensus.cc:2243] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.912700   940 raft_consensus.cc:2272] T 5a8ddf3fa1c549a5986ae89143f44b73 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.915176   940 tablet_replica.cc:333] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681: stopping tablet replica
I20260630 12:38:16.915750   940 raft_consensus.cc:2243] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.916230   940 raft_consensus.cc:2272] T 71b214eacd7b441383bb72890ed67abb P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.918553   940 tablet_replica.cc:333] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681: stopping tablet replica
I20260630 12:38:16.919112   940 raft_consensus.cc:2243] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.919703   940 raft_consensus.cc:2272] T c346824230cd4180a4bd31714c38fba9 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.922112   940 tablet_replica.cc:333] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681: stopping tablet replica
I20260630 12:38:16.922623   940 raft_consensus.cc:2243] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:16.923095   940 raft_consensus.cc:2272] T 16bfd203828246729cc5c1299f36d7b9 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.925374   940 tablet_replica.cc:333] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681: stopping tablet replica
I20260630 12:38:16.925868   940 raft_consensus.cc:2243] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.926893   940 raft_consensus.cc:2272] T 62dadff2ee4b4d63aae19eac9be37426 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.929227   940 tablet_replica.cc:333] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681: stopping tablet replica
I20260630 12:38:16.929685   940 raft_consensus.cc:2243] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:16.930676   940 raft_consensus.cc:2272] T 09212a3ced0748f2b06f595c8907a5f7 P f8f5abc10f784362b10a7a7b30249681 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:16.958248   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:38:16.979413   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:38:17.003028   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:17.003866   940 tablet_replica.cc:333] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22: stopping tablet replica
I20260630 12:38:17.004568   940 raft_consensus.cc:2243] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:17.005103   940 raft_consensus.cc:2272] T 62dadff2ee4b4d63aae19eac9be37426 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.007642   940 tablet_replica.cc:333] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22: stopping tablet replica
I20260630 12:38:17.008226   940 raft_consensus.cc:2243] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:17.008719   940 raft_consensus.cc:2272] T 16bfd203828246729cc5c1299f36d7b9 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.010953   940 tablet_replica.cc:333] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22: stopping tablet replica
I20260630 12:38:17.011461   940 raft_consensus.cc:2243] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:17.011987   940 raft_consensus.cc:2272] T c346824230cd4180a4bd31714c38fba9 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.014267   940 tablet_replica.cc:333] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22: stopping tablet replica
I20260630 12:38:17.014685   940 raft_consensus.cc:2243] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:17.015524   940 raft_consensus.cc:2272] T 71b214eacd7b441383bb72890ed67abb P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.017715   940 tablet_replica.cc:333] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22: stopping tablet replica
I20260630 12:38:17.018250   940 raft_consensus.cc:2243] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:17.018669   940 raft_consensus.cc:2272] T 09212a3ced0748f2b06f595c8907a5f7 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.020658   940 tablet_replica.cc:333] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22: stopping tablet replica
I20260630 12:38:17.021065   940 raft_consensus.cc:2243] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:17.021449   940 raft_consensus.cc:2272] T 5a8ddf3fa1c549a5986ae89143f44b73 P d925ed64eba242f0a7b7d19990fb1b22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.046389   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:38:17.065215   940 master.cc:562] Master@127.0.235.62:37857 shutting down...
I20260630 12:38:17.085882   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:17.086575   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:17.086867   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P de4aeebc27ad4a01bc46b43529a34506: stopping tablet replica
I20260630 12:38:17.106534   940 master.cc:584] Master@127.0.235.62:37857 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (12832 ms)
[----------] 24 tests from AutoRebalancerTest (262609 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:38:17.152192   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:37477
I20260630 12:38:17.153307   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:17.158701 12562 instance_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:38:17.158864 12561 instance_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:38:17.160159 12564 instance_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:38:17.161178   940 server_base.cc:1061] running on GCE node
I20260630 12:38:17.161959   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:17.162230   940 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:38:17.162392   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823097162361 us; error 0 us; skew 500 ppm
I20260630 12:38:17.162919   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:17.165149   940 webserver.cc:533] Webserver started at http://127.0.235.62:43655/ using document root <none> and password file <none>
I20260630 12:38:17.165654   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:17.165848   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:17.166163   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:17.167289   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "e73e9ddd1ccc4349836033132c94b7a4"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-47x1"
I20260630 12:38:17.171474   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:38:17.174657 12569 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:38:17.175374   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:17.175635   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "e73e9ddd1ccc4349836033132c94b7a4"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-47x1"
I20260630 12:38:17.175900   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-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:38:17.214701   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:17.215874   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:17.253095   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:37477
I20260630 12:38:17.253186 12620 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:37477 every 8 connection(s)
I20260630 12:38:17.257009 12621 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:38:17.268057 12621 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4: Bootstrap starting.
I20260630 12:38:17.272742 12621 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:17.276654 12621 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4: No bootstrap required, opened a new log
I20260630 12:38:17.279012 12621 raft_consensus.cc:359] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e73e9ddd1ccc4349836033132c94b7a4" member_type: VOTER }
I20260630 12:38:17.279448 12621 raft_consensus.cc:385] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:17.279673 12621 raft_consensus.cc:740] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e73e9ddd1ccc4349836033132c94b7a4, State: Initialized, Role: FOLLOWER
I20260630 12:38:17.280232 12621 consensus_queue.cc:260] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e73e9ddd1ccc4349836033132c94b7a4" member_type: VOTER }
I20260630 12:38:17.280681 12621 raft_consensus.cc:399] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:17.280905 12621 raft_consensus.cc:493] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:17.281177 12621 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:17.285486 12621 raft_consensus.cc:515] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e73e9ddd1ccc4349836033132c94b7a4" member_type: VOTER }
I20260630 12:38:17.285976 12621 leader_election.cc:304] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [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: e73e9ddd1ccc4349836033132c94b7a4; no voters: 
I20260630 12:38:17.287087 12621 leader_election.cc:290] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:17.287482 12624 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:17.288744 12624 raft_consensus.cc:697] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 1 LEADER]: Becoming Leader. State: Replica: e73e9ddd1ccc4349836033132c94b7a4, State: Running, Role: LEADER
I20260630 12:38:17.289397 12624 consensus_queue.cc:237] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [LEADER]: Queue going to LEADER mode. State: All 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: "e73e9ddd1ccc4349836033132c94b7a4" member_type: VOTER }
I20260630 12:38:17.289979 12621 sys_catalog.cc:565] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:17.294423 12625 sys_catalog.cc:455] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e73e9ddd1ccc4349836033132c94b7a4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e73e9ddd1ccc4349836033132c94b7a4" member_type: VOTER } }
I20260630 12:38:17.295051 12625 sys_catalog.cc:458] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:17.295704 12626 sys_catalog.cc:455] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e73e9ddd1ccc4349836033132c94b7a4. Latest consensus state: current_term: 1 leader_uuid: "e73e9ddd1ccc4349836033132c94b7a4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e73e9ddd1ccc4349836033132c94b7a4" member_type: VOTER } }
I20260630 12:38:17.296340 12626 sys_catalog.cc:458] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:17.297901 12631 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:17.305711 12631 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:17.306715   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:17.314307 12631 catalog_manager.cc:1383] Generated new cluster ID: 77a4501d5cb54934a98c3b0a4d2a55c8
I20260630 12:38:17.314559 12631 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:17.333626 12631 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:17.334942 12631 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:17.350674 12631 catalog_manager.cc:6070] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4: Generated new TSK 0
I20260630 12:38:17.351220 12631 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:17.373164   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:17.379302 12642 instance_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:38:17.379999 12643 instance_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:38:17.381616 12645 instance_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:38:17.382278   940 server_base.cc:1061] running on GCE node
I20260630 12:38:17.383181   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:17.383370   940 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:38:17.383491   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823097383480 us; error 0 us; skew 500 ppm
I20260630 12:38:17.383970   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:17.386124   940 webserver.cc:533] Webserver started at http://127.0.235.1:40883/ using document root <none> and password file <none>
I20260630 12:38:17.386533   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:17.386683   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:17.386884   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:17.387903   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "b981ac743826428f8bd266621f8075f7"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-47x1"
I20260630 12:38:17.392269   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:38:17.395256 12650 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:38:17.395963   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:17.396200   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "b981ac743826428f8bd266621f8075f7"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-47x1"
I20260630 12:38:17.396430   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-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:38:17.419103   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:17.420174   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:17.421464   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:17.423655   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:17.423844   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.424114   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:17.424288   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.462388   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:44205
I20260630 12:38:17.462445 12712 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:44205 every 8 connection(s)
I20260630 12:38:17.468703   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:17.476632 12718 instance_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:38:17.478258 12717 instance_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:38:17.480134   940 server_base.cc:1061] running on GCE node
W20260630 12:38:17.480306 12720 instance_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:38:17.481760   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:17.482044   940 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:38:17.482247   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823097482228 us; error 0 us; skew 500 ppm
I20260630 12:38:17.482353 12713 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37477
I20260630 12:38:17.482765 12713 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:17.482832   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:17.483593 12713 heartbeater.cc:507] Master 127.0.235.62:37477 requested a full tablet report, sending...
I20260630 12:38:17.485632   940 webserver.cc:533] Webserver started at http://127.0.235.2:43065/ using document root <none> and password file <none>
I20260630 12:38:17.485810 12586 ts_manager.cc:194] Registered new tserver with Master: b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205)
I20260630 12:38:17.486315   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:17.486595   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:17.486878   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:17.487776 12586 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43612
I20260630 12:38:17.488116   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "e6fe5d18b47a4a989685cf5038526471"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-47x1"
I20260630 12:38:17.492777   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:38:17.495934 12725 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:38:17.496668   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:17.496959   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "e6fe5d18b47a4a989685cf5038526471"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-47x1"
I20260630 12:38:17.497256   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-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:38:17.509956   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:17.511103   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:17.512447   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:17.514592   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:17.514807   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.515033   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:17.515194   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.553285   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:34957
I20260630 12:38:17.553387 12787 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:34957 every 8 connection(s)
I20260630 12:38:17.558122   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:17.564611 12791 instance_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:38:17.565018 12792 instance_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:38:17.567803   940 server_base.cc:1061] running on GCE node
W20260630 12:38:17.569096 12795 instance_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:38:17.569487 12788 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37477
I20260630 12:38:17.570000 12788 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:17.570240   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:17.570559   940 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:38:17.570768   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823097570748 us; error 0 us; skew 500 ppm
I20260630 12:38:17.570930 12788 heartbeater.cc:507] Master 127.0.235.62:37477 requested a full tablet report, sending...
I20260630 12:38:17.571497   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:17.573181 12586 ts_manager.cc:194] Registered new tserver with Master: e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957)
I20260630 12:38:17.574275   940 webserver.cc:533] Webserver started at http://127.0.235.3:41691/ using document root <none> and password file <none>
I20260630 12:38:17.574895   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:17.575054 12586 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43626
I20260630 12:38:17.575178   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:17.575645   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:17.576861   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "865a512c1d8e4e0899930a5e4d872c5b"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-47x1"
I20260630 12:38:17.581153   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:17.584187 12799 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:38:17.584921   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:17.585201   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "865a512c1d8e4e0899930a5e4d872c5b"
format_stamp: "Formatted at 2026-06-30 12:38:17 on dist-test-slave-47x1"
I20260630 12:38:17.585457   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-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:38:17.598861   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:17.600067   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:17.601387   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:17.603487   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:17.603675   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.603929   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:17.604082   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:17.642416   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:40077
I20260630 12:38:17.642508 12861 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:40077 every 8 connection(s)
I20260630 12:38:17.658738 12862 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37477
I20260630 12:38:17.659166 12862 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:17.659879 12862 heartbeater.cc:507] Master 127.0.235.62:37477 requested a full tablet report, sending...
I20260630 12:38:17.661645 12586 ts_manager.cc:194] Registered new tserver with Master: 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:17.662058   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016528466s
I20260630 12:38:17.663352 12586 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43634
I20260630 12:38:18.490309 12713 heartbeater.cc:499] Master 127.0.235.62:37477 was elected leader, sending a full tablet report...
I20260630 12:38:18.577709 12788 heartbeater.cc:499] Master 127.0.235.62:37477 was elected leader, sending a full tablet report...
I20260630 12:38:18.665974 12862 heartbeater.cc:499] Master 127.0.235.62:37477 was elected leader, sending a full tablet report...
I20260630 12:38:18.716401 12586 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43650:
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:38:18.718923 12586 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:38:18.786083 12753 tablet_service.cc:1511] Processing CreateTablet for tablet ca1984b5591842ea99f5772d60145f36 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:18.786832 12752 tablet_service.cc:1511] Processing CreateTablet for tablet 8367d37bee8f40068371d95880504704 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:18.787528 12753 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca1984b5591842ea99f5772d60145f36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.788172 12752 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8367d37bee8f40068371d95880504704. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.791085 12677 tablet_service.cc:1511] Processing CreateTablet for tablet 8367d37bee8f40068371d95880504704 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:18.792434 12677 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8367d37bee8f40068371d95880504704. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.795094 12676 tablet_service.cc:1511] Processing CreateTablet for tablet 879bd2e8e08b4c02846d88d73322bac5 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:18.796341 12676 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 879bd2e8e08b4c02846d88d73322bac5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.799083 12751 tablet_service.cc:1511] Processing CreateTablet for tablet 879bd2e8e08b4c02846d88d73322bac5 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:18.800360 12751 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 879bd2e8e08b4c02846d88d73322bac5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.802103 12749 tablet_service.cc:1511] Processing CreateTablet for tablet 7932631941034e0dbac729b407654c0a (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:18.802999 12827 tablet_service.cc:1511] Processing CreateTablet for tablet ca1984b5591842ea99f5772d60145f36 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:18.803424 12749 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7932631941034e0dbac729b407654c0a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.804328 12827 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca1984b5591842ea99f5772d60145f36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.807201 12674 tablet_service.cc:1511] Processing CreateTablet for tablet 7932631941034e0dbac729b407654c0a (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:18.808030 12748 tablet_service.cc:1511] Processing CreateTablet for tablet bc50f76f6f954b7cab62b9e7852d7e46 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:18.808506 12674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7932631941034e0dbac729b407654c0a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.809270 12748 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc50f76f6f954b7cab62b9e7852d7e46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.811690 12826 tablet_service.cc:1511] Processing CreateTablet for tablet 8367d37bee8f40068371d95880504704 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:18.811746 12675 tablet_service.cc:1511] Processing CreateTablet for tablet 54e158ce11c94a46af6e0bfe010be0ac (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:18.813318 12675 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54e158ce11c94a46af6e0bfe010be0ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.813392 12826 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8367d37bee8f40068371d95880504704. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.815537 12750 tablet_service.cc:1511] Processing CreateTablet for tablet 54e158ce11c94a46af6e0bfe010be0ac (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:18.817060 12750 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54e158ce11c94a46af6e0bfe010be0ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.819027 12825 tablet_service.cc:1511] Processing CreateTablet for tablet 879bd2e8e08b4c02846d88d73322bac5 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:18.819558 12678 tablet_service.cc:1511] Processing CreateTablet for tablet ca1984b5591842ea99f5772d60145f36 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:18.820806 12825 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 879bd2e8e08b4c02846d88d73322bac5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.821158 12678 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca1984b5591842ea99f5772d60145f36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.823784 12673 tablet_service.cc:1511] Processing CreateTablet for tablet bc50f76f6f954b7cab62b9e7852d7e46 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:18.824419 12824 tablet_service.cc:1511] Processing CreateTablet for tablet 54e158ce11c94a46af6e0bfe010be0ac (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:18.825057 12673 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc50f76f6f954b7cab62b9e7852d7e46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.825657 12824 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 54e158ce11c94a46af6e0bfe010be0ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.861404 12883 tablet_bootstrap.cc:492] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b: Bootstrap starting.
I20260630 12:38:18.863169 12882 tablet_bootstrap.cc:492] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471: Bootstrap starting.
I20260630 12:38:18.867102 12884 tablet_bootstrap.cc:492] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7: Bootstrap starting.
I20260630 12:38:18.868563 12883 tablet_bootstrap.cc:654] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.876255 12882 tablet_bootstrap.cc:654] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.880766 12827 tablet_service.cc:1511] Processing CreateTablet for tablet bc50f76f6f954b7cab62b9e7852d7e46 (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:18.882272 12824 tablet_service.cc:1511] Processing CreateTablet for tablet 7932631941034e0dbac729b407654c0a (DEFAULT_TABLE table=test-workload [id=890d88def26d44e1aec42ed6fabeba66]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:18.883306 12827 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc50f76f6f954b7cab62b9e7852d7e46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.885456 12883 tablet_bootstrap.cc:492] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b: No bootstrap required, opened a new log
I20260630 12:38:18.885982 12883 ts_tablet_manager.cc:1403] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.011s
I20260630 12:38:18.886169 12884 tablet_bootstrap.cc:654] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.889173 12883 raft_consensus.cc:359] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.890365 12824 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7932631941034e0dbac729b407654c0a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:18.895773 12882 tablet_bootstrap.cc:492] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471: No bootstrap required, opened a new log
I20260630 12:38:18.896339 12882 ts_tablet_manager.cc:1403] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471: Time spent bootstrapping tablet: real 0.034s	user 0.009s	sys 0.005s
I20260630 12:38:18.899483 12882 raft_consensus.cc:359] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.902595 12882 raft_consensus.cc:385] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.902973 12882 raft_consensus.cc:740] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.902278 12884 tablet_bootstrap.cc:492] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7: No bootstrap required, opened a new log
I20260630 12:38:18.903992 12884 ts_tablet_manager.cc:1403] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7: Time spent bootstrapping tablet: real 0.037s	user 0.012s	sys 0.002s
I20260630 12:38:18.906867 12884 raft_consensus.cc:359] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.908516 12884 raft_consensus.cc:385] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.908890 12884 raft_consensus.cc:740] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b981ac743826428f8bd266621f8075f7, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.907732 12882 consensus_queue.cc:260] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.910468 12884 consensus_queue.cc:260] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.889915 12883 raft_consensus.cc:385] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.919377 12883 raft_consensus.cc:740] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 865a512c1d8e4e0899930a5e4d872c5b, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.920466 12882 ts_tablet_manager.cc:1434] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471: Time spent starting tablet: real 0.024s	user 0.005s	sys 0.007s
I20260630 12:38:18.922894 12884 ts_tablet_manager.cc:1434] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.006s
I20260630 12:38:18.927032 12883 consensus_queue.cc:260] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.928018 12884 tablet_bootstrap.cc:492] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7: Bootstrap starting.
I20260630 12:38:18.928043 12882 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471: Bootstrap starting.
I20260630 12:38:18.935364 12884 tablet_bootstrap.cc:654] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.936793 12883 ts_tablet_manager.cc:1434] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b: Time spent starting tablet: real 0.050s	user 0.010s	sys 0.003s
I20260630 12:38:18.937800 12883 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b: Bootstrap starting.
I20260630 12:38:18.941665 12882 tablet_bootstrap.cc:654] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.943948 12883 tablet_bootstrap.cc:654] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.956331 12882 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471: No bootstrap required, opened a new log
I20260630 12:38:18.956593 12884 tablet_bootstrap.cc:492] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7: No bootstrap required, opened a new log
I20260630 12:38:18.956879 12882 ts_tablet_manager.cc:1403] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471: Time spent bootstrapping tablet: real 0.029s	user 0.007s	sys 0.012s
I20260630 12:38:18.957124 12884 ts_tablet_manager.cc:1403] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7: Time spent bootstrapping tablet: real 0.029s	user 0.018s	sys 0.003s
I20260630 12:38:18.957528 12883 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b: No bootstrap required, opened a new log
I20260630 12:38:18.958729 12883 ts_tablet_manager.cc:1403] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.008s
I20260630 12:38:18.959796 12882 raft_consensus.cc:359] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.960412 12882 raft_consensus.cc:385] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.960774 12882 raft_consensus.cc:740] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.960302 12884 raft_consensus.cc:359] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.961275 12884 raft_consensus.cc:385] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.961372 12883 raft_consensus.cc:359] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.961601 12884 raft_consensus.cc:740] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b981ac743826428f8bd266621f8075f7, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.962080 12883 raft_consensus.cc:385] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:18.961581 12882 consensus_queue.cc:260] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.962447 12883 raft_consensus.cc:740] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 865a512c1d8e4e0899930a5e4d872c5b, State: Initialized, Role: FOLLOWER
I20260630 12:38:18.962587 12884 consensus_queue.cc:260] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.963500 12883 consensus_queue.cc:260] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.964429 12882 ts_tablet_manager.cc:1434] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:18.964846 12884 ts_tablet_manager.cc:1434] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:38:18.965559 12882 tablet_bootstrap.cc:492] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471: Bootstrap starting.
I20260630 12:38:18.965979 12884 tablet_bootstrap.cc:492] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7: Bootstrap starting.
I20260630 12:38:18.967847 12883 ts_tablet_manager.cc:1434] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
W20260630 12:38:18.968189 12714 tablet.cc:2406] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:38:18.968940 12883 tablet_bootstrap.cc:492] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b: Bootstrap starting.
I20260630 12:38:18.972563 12882 tablet_bootstrap.cc:654] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.973869 12884 tablet_bootstrap.cc:654] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.975739 12883 tablet_bootstrap.cc:654] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:18.984912 12888 raft_consensus.cc:493] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:18.985453 12888 raft_consensus.cc:515] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:18.996574 12888 leader_election.cc:290] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:18.997682 12884 tablet_bootstrap.cc:492] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7: No bootstrap required, opened a new log
I20260630 12:38:18.997761 12882 tablet_bootstrap.cc:492] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471: No bootstrap required, opened a new log
I20260630 12:38:18.998448 12884 ts_tablet_manager.cc:1403] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7: Time spent bootstrapping tablet: real 0.033s	user 0.015s	sys 0.014s
I20260630 12:38:18.998697 12882 ts_tablet_manager.cc:1403] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.009s
I20260630 12:38:19.001504 12884 raft_consensus.cc:359] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.002312 12884 raft_consensus.cc:385] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.002610 12884 raft_consensus.cc:740] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b981ac743826428f8bd266621f8075f7, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.002511 12882 raft_consensus.cc:359] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.003819 12882 raft_consensus.cc:385] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.003788 12884 consensus_queue.cc:260] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.004446 12882 raft_consensus.cc:740] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.006170 12884 ts_tablet_manager.cc:1434] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:38:19.008180 12882 consensus_queue.cc:260] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.009093 12884 tablet_bootstrap.cc:492] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7: Bootstrap starting.
I20260630 12:38:19.011063 12882 ts_tablet_manager.cc:1434] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.006s
I20260630 12:38:19.012102 12882 tablet_bootstrap.cc:492] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471: Bootstrap starting.
I20260630 12:38:19.015769 12884 tablet_bootstrap.cc:654] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.019918 12882 tablet_bootstrap.cc:654] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.033604 12882 tablet_bootstrap.cc:492] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471: No bootstrap required, opened a new log
I20260630 12:38:19.034313 12882 ts_tablet_manager.cc:1403] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471: Time spent bootstrapping tablet: real 0.022s	user 0.014s	sys 0.006s
I20260630 12:38:19.037475 12882 raft_consensus.cc:359] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.038280 12882 raft_consensus.cc:385] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.038594 12882 raft_consensus.cc:740] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.039341 12883 tablet_bootstrap.cc:492] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b: No bootstrap required, opened a new log
I20260630 12:38:19.039495 12882 consensus_queue.cc:260] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.042842 12882 ts_tablet_manager.cc:1434] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:19.043259 12837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8367d37bee8f40068371d95880504704" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "865a512c1d8e4e0899930a5e4d872c5b" is_pre_election: true
I20260630 12:38:19.043908 12882 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471: Bootstrap starting.
I20260630 12:38:19.044081 12837 raft_consensus.cc:2468] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 0.
I20260630 12:38:19.045050 12884 tablet_bootstrap.cc:492] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7: No bootstrap required, opened a new log
I20260630 12:38:19.045584 12884 ts_tablet_manager.cc:1403] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7: Time spent bootstrapping tablet: real 0.037s	user 0.024s	sys 0.012s
I20260630 12:38:19.046123 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8367d37bee8f40068371d95880504704" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7" is_pre_election: true
I20260630 12:38:19.045606 12729 leader_election.cc:304] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 865a512c1d8e4e0899930a5e4d872c5b, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.047693 12888 raft_consensus.cc:2804] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:19.048095 12888 raft_consensus.cc:493] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:19.048514 12888 raft_consensus.cc:3060] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.048924 12884 raft_consensus.cc:359] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.039860 12883 ts_tablet_manager.cc:1403] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b: Time spent bootstrapping tablet: real 0.071s	user 0.021s	sys 0.023s
I20260630 12:38:19.049752 12884 raft_consensus.cc:385] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.050314 12884 raft_consensus.cc:740] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b981ac743826428f8bd266621f8075f7, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.050630 12882 tablet_bootstrap.cc:654] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.051360 12884 consensus_queue.cc:260] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.052453 12688 raft_consensus.cc:2468] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 0.
I20260630 12:38:19.053992 12884 ts_tablet_manager.cc:1434] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.005s
I20260630 12:38:19.055405 12884 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7: Bootstrap starting.
I20260630 12:38:19.058694 12883 raft_consensus.cc:359] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.059461 12883 raft_consensus.cc:385] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.059785 12883 raft_consensus.cc:740] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 865a512c1d8e4e0899930a5e4d872c5b, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.060669 12883 consensus_queue.cc:260] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.066009 12884 tablet_bootstrap.cc:654] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.068745 12883 ts_tablet_manager.cc:1434] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.001s
I20260630 12:38:19.069823 12883 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b: Bootstrap starting.
I20260630 12:38:19.075126 12888 raft_consensus.cc:515] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.076398 12883 tablet_bootstrap.cc:654] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.078451 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8367d37bee8f40068371d95880504704" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7"
I20260630 12:38:19.079133 12688 raft_consensus.cc:3060] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.087085 12888 leader_election.cc:290] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 election: Requested vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:19.088332 12837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8367d37bee8f40068371d95880504704" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "865a512c1d8e4e0899930a5e4d872c5b"
I20260630 12:38:19.086916 12688 raft_consensus.cc:2468] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 1.
I20260630 12:38:19.088999 12837 raft_consensus.cc:3060] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.090797 12728 leader_election.cc:304] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b981ac743826428f8bd266621f8075f7, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.090946 12882 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471: No bootstrap required, opened a new log
I20260630 12:38:19.091044 12884 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7: No bootstrap required, opened a new log
I20260630 12:38:19.091756 12882 ts_tablet_manager.cc:1403] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471: Time spent bootstrapping tablet: real 0.048s	user 0.021s	sys 0.025s
I20260630 12:38:19.091959 12884 ts_tablet_manager.cc:1403] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7: Time spent bootstrapping tablet: real 0.037s	user 0.025s	sys 0.008s
I20260630 12:38:19.091768 12888 raft_consensus.cc:2804] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:19.095455 12884 raft_consensus.cc:359] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.095887 12882 raft_consensus.cc:359] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.096385 12884 raft_consensus.cc:385] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.096904 12882 raft_consensus.cc:385] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.097012 12884 raft_consensus.cc:740] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b981ac743826428f8bd266621f8075f7, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.097437 12882 raft_consensus.cc:740] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.098416 12884 consensus_queue.cc:260] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.098603 12882 consensus_queue.cc:260] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.102214 12884 ts_tablet_manager.cc:1434] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:38:19.103343 12884 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7: Bootstrap starting.
I20260630 12:38:19.104306 12883 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b: No bootstrap required, opened a new log
I20260630 12:38:19.104908 12883 ts_tablet_manager.cc:1403] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b: Time spent bootstrapping tablet: real 0.035s	user 0.011s	sys 0.007s
I20260630 12:38:19.108335 12883 raft_consensus.cc:359] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.109230 12883 raft_consensus.cc:385] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.109577 12883 raft_consensus.cc:740] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 865a512c1d8e4e0899930a5e4d872c5b, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.110632 12883 consensus_queue.cc:260] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.112453 12884 tablet_bootstrap.cc:654] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.116307 12882 ts_tablet_manager.cc:1434] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471: Time spent starting tablet: real 0.024s	user 0.010s	sys 0.004s
I20260630 12:38:19.117316 12882 tablet_bootstrap.cc:492] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471: Bootstrap starting.
I20260630 12:38:19.118105 12837 raft_consensus.cc:2468] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 1.
I20260630 12:38:19.122409 12883 ts_tablet_manager.cc:1434] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b: Time spent starting tablet: real 0.017s	user 0.010s	sys 0.000s
I20260630 12:38:19.123119 12888 raft_consensus.cc:697] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 1 LEADER]: Becoming Leader. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Running, Role: LEADER
I20260630 12:38:19.124095 12883 tablet_bootstrap.cc:492] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b: Bootstrap starting.
I20260630 12:38:19.124330 12888 consensus_queue.cc:237] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.128923 12882 tablet_bootstrap.cc:654] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.139745 12883 tablet_bootstrap.cc:654] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.145856 12884 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7: No bootstrap required, opened a new log
I20260630 12:38:19.145681 12890 raft_consensus.cc:493] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:19.146440 12884 ts_tablet_manager.cc:1403] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7: Time spent bootstrapping tablet: real 0.043s	user 0.019s	sys 0.011s
I20260630 12:38:19.146458 12890 raft_consensus.cc:515] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.149559 12884 raft_consensus.cc:359] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.149302 12583 catalog_manager.cc:5697] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 reported cstate change: term changed from 0 to 1, leader changed from <none> to e6fe5d18b47a4a989685cf5038526471 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "e6fe5d18b47a4a989685cf5038526471" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:19.150309 12884 raft_consensus.cc:385] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.150655 12884 raft_consensus.cc:740] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b981ac743826428f8bd266621f8075f7, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.151412 12884 consensus_queue.cc:260] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.153589 12884 ts_tablet_manager.cc:1434] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:38:19.175643 12890 leader_election.cc:290] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957)
I20260630 12:38:19.181967 12882 tablet_bootstrap.cc:492] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471: No bootstrap required, opened a new log
I20260630 12:38:19.182824 12882 ts_tablet_manager.cc:1403] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471: Time spent bootstrapping tablet: real 0.066s	user 0.031s	sys 0.024s
I20260630 12:38:19.183812 12883 tablet_bootstrap.cc:492] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b: No bootstrap required, opened a new log
I20260630 12:38:19.184365 12883 ts_tablet_manager.cc:1403] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b: Time spent bootstrapping tablet: real 0.060s	user 0.028s	sys 0.011s
I20260630 12:38:19.186411 12882 raft_consensus.cc:359] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.187255 12882 raft_consensus.cc:385] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.187610 12882 raft_consensus.cc:740] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.187620 12883 raft_consensus.cc:359] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.188620 12882 consensus_queue.cc:260] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.188620 12883 raft_consensus.cc:385] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.189885 12883 raft_consensus.cc:740] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 865a512c1d8e4e0899930a5e4d872c5b, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.191079 12882 ts_tablet_manager.cc:1434] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:19.190685 12883 consensus_queue.cc:260] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.193146 12883 ts_tablet_manager.cc:1434] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:38:19.195307 12883 tablet_bootstrap.cc:492] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b: Bootstrap starting.
I20260630 12:38:19.195717 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "879bd2e8e08b4c02846d88d73322bac5" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7" is_pre_election: true
I20260630 12:38:19.196380 12688 raft_consensus.cc:2468] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 0.
I20260630 12:38:19.197769 12802 leader_election.cc:304] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 865a512c1d8e4e0899930a5e4d872c5b, b981ac743826428f8bd266621f8075f7; no voters: 
I20260630 12:38:19.198503 12763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "879bd2e8e08b4c02846d88d73322bac5" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6fe5d18b47a4a989685cf5038526471" is_pre_election: true
I20260630 12:38:19.199220 12763 raft_consensus.cc:2468] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 0.
I20260630 12:38:19.199594 12890 raft_consensus.cc:2804] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:19.200019 12890 raft_consensus.cc:493] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:19.200384 12890 raft_consensus.cc:3060] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.202427 12883 tablet_bootstrap.cc:654] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:19.208132 12883 tablet_bootstrap.cc:492] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b: No bootstrap required, opened a new log
I20260630 12:38:19.208534 12883 ts_tablet_manager.cc:1403] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b: Time spent bootstrapping tablet: real 0.013s	user 0.003s	sys 0.008s
I20260630 12:38:19.209208 12890 raft_consensus.cc:515] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.211130 12890 leader_election.cc:290] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 election: Requested vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957)
I20260630 12:38:19.210973 12883 raft_consensus.cc:359] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.211755 12883 raft_consensus.cc:385] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:19.211894 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "879bd2e8e08b4c02846d88d73322bac5" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7"
I20260630 12:38:19.212070 12883 raft_consensus.cc:740] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 865a512c1d8e4e0899930a5e4d872c5b, State: Initialized, Role: FOLLOWER
I20260630 12:38:19.212200 12763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "879bd2e8e08b4c02846d88d73322bac5" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6fe5d18b47a4a989685cf5038526471"
I20260630 12:38:19.212531 12688 raft_consensus.cc:3060] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.212797 12763 raft_consensus.cc:3060] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.212960 12883 consensus_queue.cc:260] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.215411 12883 ts_tablet_manager.cc:1434] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:19.219175 12763 raft_consensus.cc:2468] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 1.
I20260630 12:38:19.219492 12688 raft_consensus.cc:2468] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 1.
I20260630 12:38:19.220359 12801 leader_election.cc:304] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 865a512c1d8e4e0899930a5e4d872c5b, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.221321 12890 raft_consensus.cc:2804] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:19.222397 12890 raft_consensus.cc:697] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 LEADER]: Becoming Leader. State: Replica: 865a512c1d8e4e0899930a5e4d872c5b, State: Running, Role: LEADER
I20260630 12:38:19.223163 12890 consensus_queue.cc:237] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.230281 12583 catalog_manager.cc:5697] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b reported cstate change: term changed from 0 to 1, leader changed from <none> to 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3). New cstate: current_term: 1 leader_uuid: "865a512c1d8e4e0899930a5e4d872c5b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:19.250624 12888 raft_consensus.cc:493] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:19.251022 12888 raft_consensus.cc:515] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.252583 12888 leader_election.cc:290] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:19.253159 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54e158ce11c94a46af6e0bfe010be0ac" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7" is_pre_election: true
I20260630 12:38:19.253681 12837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54e158ce11c94a46af6e0bfe010be0ac" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "865a512c1d8e4e0899930a5e4d872c5b" is_pre_election: true
I20260630 12:38:19.253769 12688 raft_consensus.cc:2468] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 0.
I20260630 12:38:19.254324 12837 raft_consensus.cc:2468] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 0.
I20260630 12:38:19.255117 12728 leader_election.cc:304] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b981ac743826428f8bd266621f8075f7, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.256197 12888 raft_consensus.cc:2804] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:19.256815 12888 raft_consensus.cc:493] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:19.257380 12888 raft_consensus.cc:3060] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.265049 12888 raft_consensus.cc:515] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.266768 12888 leader_election.cc:290] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 election: Requested vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:19.267417 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54e158ce11c94a46af6e0bfe010be0ac" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7"
I20260630 12:38:19.267719 12837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "54e158ce11c94a46af6e0bfe010be0ac" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "865a512c1d8e4e0899930a5e4d872c5b"
I20260630 12:38:19.267916 12688 raft_consensus.cc:3060] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.268281 12837 raft_consensus.cc:3060] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.272523 12688 raft_consensus.cc:2468] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 1.
I20260630 12:38:19.272802 12837 raft_consensus.cc:2468] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 1.
I20260630 12:38:19.273479 12728 leader_election.cc:304] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b981ac743826428f8bd266621f8075f7, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.274159 12888 raft_consensus.cc:2804] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:19.274623 12888 raft_consensus.cc:697] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 1 LEADER]: Becoming Leader. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Running, Role: LEADER
I20260630 12:38:19.275203 12888 consensus_queue.cc:237] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.281960 12583 catalog_manager.cc:5697] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 reported cstate change: term changed from 0 to 1, leader changed from <none> to e6fe5d18b47a4a989685cf5038526471 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "e6fe5d18b47a4a989685cf5038526471" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:19.287815 12889 raft_consensus.cc:493] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:19.288283 12889 raft_consensus.cc:515] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.290594 12889 leader_election.cc:290] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957), 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:19.300432 12837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc50f76f6f954b7cab62b9e7852d7e46" candidate_uuid: "b981ac743826428f8bd266621f8075f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "865a512c1d8e4e0899930a5e4d872c5b" is_pre_election: true
I20260630 12:38:19.300742 12763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc50f76f6f954b7cab62b9e7852d7e46" candidate_uuid: "b981ac743826428f8bd266621f8075f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6fe5d18b47a4a989685cf5038526471" is_pre_election: true
I20260630 12:38:19.301146 12837 raft_consensus.cc:2468] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b981ac743826428f8bd266621f8075f7 in term 0.
I20260630 12:38:19.301367 12763 raft_consensus.cc:2468] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b981ac743826428f8bd266621f8075f7 in term 0.
W20260630 12:38:19.301729 12634 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:19.302371 12654 leader_election.cc:304] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 865a512c1d8e4e0899930a5e4d872c5b, b981ac743826428f8bd266621f8075f7; no voters: 
I20260630 12:38:19.303174 12889 raft_consensus.cc:2804] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:19.303491 12889 raft_consensus.cc:493] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:19.303774 12889 raft_consensus.cc:3060] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.308471 12889 raft_consensus.cc:515] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.309978 12889 leader_election.cc:290] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [CANDIDATE]: Term 1 election: Requested vote from peers e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957), 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:19.310653 12763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc50f76f6f954b7cab62b9e7852d7e46" candidate_uuid: "b981ac743826428f8bd266621f8075f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6fe5d18b47a4a989685cf5038526471"
I20260630 12:38:19.310899 12837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc50f76f6f954b7cab62b9e7852d7e46" candidate_uuid: "b981ac743826428f8bd266621f8075f7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "865a512c1d8e4e0899930a5e4d872c5b"
I20260630 12:38:19.311117 12763 raft_consensus.cc:3060] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.311450 12837 raft_consensus.cc:3060] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.315671 12763 raft_consensus.cc:2468] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b981ac743826428f8bd266621f8075f7 in term 1.
I20260630 12:38:19.315840 12837 raft_consensus.cc:2468] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b981ac743826428f8bd266621f8075f7 in term 1.
I20260630 12:38:19.316696 12652 leader_election.cc:304] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b981ac743826428f8bd266621f8075f7, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.317414 12889 raft_consensus.cc:2804] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:19.318303 12889 raft_consensus.cc:697] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 1 LEADER]: Becoming Leader. State: Replica: b981ac743826428f8bd266621f8075f7, State: Running, Role: LEADER
I20260630 12:38:19.319075 12889 consensus_queue.cc:237] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.325879 12583 catalog_manager.cc:5697] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 reported cstate change: term changed from 0 to 1, leader changed from <none> to b981ac743826428f8bd266621f8075f7 (127.0.235.1). New cstate: current_term: 1 leader_uuid: "b981ac743826428f8bd266621f8075f7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:19.345530 12890 raft_consensus.cc:493] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:19.346027 12890 raft_consensus.cc:515] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.347630 12890 leader_election.cc:290] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957), b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205)
I20260630 12:38:19.348307 12763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca1984b5591842ea99f5772d60145f36" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6fe5d18b47a4a989685cf5038526471" is_pre_election: true
I20260630 12:38:19.348603 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca1984b5591842ea99f5772d60145f36" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7" is_pre_election: true
I20260630 12:38:19.348879 12763 raft_consensus.cc:2468] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 0.
I20260630 12:38:19.349176 12688 raft_consensus.cc:2468] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 0.
I20260630 12:38:19.349927 12801 leader_election.cc:304] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 865a512c1d8e4e0899930a5e4d872c5b, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.350739 12890 raft_consensus.cc:2804] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:19.351028 12890 raft_consensus.cc:493] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:19.351286 12890 raft_consensus.cc:3060] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.355928 12890 raft_consensus.cc:515] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.357178 12888 raft_consensus.cc:493] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:19.357533 12890 leader_election.cc:290] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 election: Requested vote from peers e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957), b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205)
I20260630 12:38:19.357703 12888 raft_consensus.cc:515] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.358166 12763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca1984b5591842ea99f5772d60145f36" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6fe5d18b47a4a989685cf5038526471"
I20260630 12:38:19.358592 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ca1984b5591842ea99f5772d60145f36" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7"
I20260630 12:38:19.358729 12890 raft_consensus.cc:493] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:19.358783 12763 raft_consensus.cc:3060] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.359185 12688 raft_consensus.cc:3060] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.359369 12890 raft_consensus.cc:515] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.359797 12888 leader_election.cc:290] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:19.361845 12890 leader_election.cc:290] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957)
I20260630 12:38:19.361755 12837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7932631941034e0dbac729b407654c0a" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "865a512c1d8e4e0899930a5e4d872c5b" is_pre_election: true
I20260630 12:38:19.362468 12837 raft_consensus.cc:2468] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 0.
I20260630 12:38:19.363313 12687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7932631941034e0dbac729b407654c0a" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7" is_pre_election: true
I20260630 12:38:19.363845 12762 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7932631941034e0dbac729b407654c0a" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6fe5d18b47a4a989685cf5038526471" is_pre_election: true
I20260630 12:38:19.364517 12762 raft_consensus.cc:2468] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 0.
I20260630 12:38:19.364450 12686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7932631941034e0dbac729b407654c0a" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7" is_pre_election: true
I20260630 12:38:19.365316 12729 leader_election.cc:304] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 865a512c1d8e4e0899930a5e4d872c5b, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.364010 12687 raft_consensus.cc:2468] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 0.
I20260630 12:38:19.366745 12801 leader_election.cc:304] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 865a512c1d8e4e0899930a5e4d872c5b, e6fe5d18b47a4a989685cf5038526471; no voters: 
I20260630 12:38:19.367300 12888 raft_consensus.cc:2804] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:19.367745 12888 raft_consensus.cc:493] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:19.366724 12763 raft_consensus.cc:2468] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 1.
I20260630 12:38:19.367846 12688 raft_consensus.cc:2468] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 865a512c1d8e4e0899930a5e4d872c5b in term 1.
I20260630 12:38:19.367780 12890 raft_consensus.cc:2804] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:19.368228 12888 raft_consensus.cc:3060] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.368544 12890 raft_consensus.cc:493] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:19.368952 12890 raft_consensus.cc:3060] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.369093 12802 leader_election.cc:304] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 865a512c1d8e4e0899930a5e4d872c5b, b981ac743826428f8bd266621f8075f7; no voters: 
I20260630 12:38:19.369979 12913 raft_consensus.cc:2804] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:19.371364 12913 raft_consensus.cc:697] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 LEADER]: Becoming Leader. State: Replica: 865a512c1d8e4e0899930a5e4d872c5b, State: Running, Role: LEADER
I20260630 12:38:19.372195 12913 consensus_queue.cc:237] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.374418 12890 raft_consensus.cc:515] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.375151 12888 raft_consensus.cc:515] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.378078 12888 leader_election.cc:290] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [CANDIDATE]: Term 1 election: Requested vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:19.378155 12763 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7932631941034e0dbac729b407654c0a" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6fe5d18b47a4a989685cf5038526471"
I20260630 12:38:19.379118 12890 leader_election.cc:290] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [CANDIDATE]: Term 1 election: Requested vote from peers b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205), e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957)
I20260630 12:38:19.379334 12763 raft_consensus.cc:2393] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 865a512c1d8e4e0899930a5e4d872c5b in current term 1: Already voted for candidate e6fe5d18b47a4a989685cf5038526471 in this term.
I20260630 12:38:19.379179 12688 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7932631941034e0dbac729b407654c0a" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7"
I20260630 12:38:19.380050 12688 raft_consensus.cc:3060] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:19.380195 12687 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7932631941034e0dbac729b407654c0a" candidate_uuid: "865a512c1d8e4e0899930a5e4d872c5b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b981ac743826428f8bd266621f8075f7"
I20260630 12:38:19.381188 12837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7932631941034e0dbac729b407654c0a" candidate_uuid: "e6fe5d18b47a4a989685cf5038526471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "865a512c1d8e4e0899930a5e4d872c5b"
I20260630 12:38:19.381940 12837 raft_consensus.cc:2393] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e6fe5d18b47a4a989685cf5038526471 in current term 1: Already voted for candidate 865a512c1d8e4e0899930a5e4d872c5b in this term.
I20260630 12:38:19.381737 12802 leader_election.cc:304] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [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: 865a512c1d8e4e0899930a5e4d872c5b; no voters: b981ac743826428f8bd266621f8075f7, e6fe5d18b47a4a989685cf5038526471
I20260630 12:38:19.382731 12913 raft_consensus.cc:2749] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:19.382417 12583 catalog_manager.cc:5697] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b reported cstate change: term changed from 0 to 1, leader changed from <none> to 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3). New cstate: current_term: 1 leader_uuid: "865a512c1d8e4e0899930a5e4d872c5b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:19.386003 12688 raft_consensus.cc:2468] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6fe5d18b47a4a989685cf5038526471 in term 1.
I20260630 12:38:19.387100 12728 leader_election.cc:304] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [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: b981ac743826428f8bd266621f8075f7, e6fe5d18b47a4a989685cf5038526471; no voters: 865a512c1d8e4e0899930a5e4d872c5b
I20260630 12:38:19.387789 12888 raft_consensus.cc:2804] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:19.388317 12888 raft_consensus.cc:697] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 1 LEADER]: Becoming Leader. State: Replica: e6fe5d18b47a4a989685cf5038526471, State: Running, Role: LEADER
I20260630 12:38:19.388985 12888 consensus_queue.cc:237] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } }
I20260630 12:38:19.396099 12583 catalog_manager.cc:5697] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 reported cstate change: term changed from 0 to 1, leader changed from <none> to e6fe5d18b47a4a989685cf5038526471 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "e6fe5d18b47a4a989685cf5038526471" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:19.586933 12888 consensus_queue.cc:1048] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:19.603529 12905 consensus_queue.cc:1048] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:19.632685 12687 raft_consensus.cc:1275] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Refusing update from remote peer 865a512c1d8e4e0899930a5e4d872c5b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:19.634349 12913 consensus_queue.cc:1048] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:19.648375 12763 raft_consensus.cc:1275] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Refusing update from remote peer 865a512c1d8e4e0899930a5e4d872c5b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:19.650003 12762 raft_consensus.cc:1275] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Refusing update from remote peer 865a512c1d8e4e0899930a5e4d872c5b: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:19.654966 12890 consensus_queue.cc:1048] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:19.655077 12920 consensus_queue.cc:1048] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:19.657231 12920 consensus_queue.cc:1048] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:19.670447 12837 raft_consensus.cc:1275] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Refusing update from remote peer e6fe5d18b47a4a989685cf5038526471: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:19.672560 12905 consensus_queue.cc:1048] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:19.684145 12685 raft_consensus.cc:1275] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Refusing update from remote peer e6fe5d18b47a4a989685cf5038526471: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:19.686269 12888 consensus_queue.cc:1048] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:19.717254 12889 consensus_queue.cc:1048] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:19.725960 12834 raft_consensus.cc:1275] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Refusing update from remote peer e6fe5d18b47a4a989685cf5038526471: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:19.728017 12905 consensus_queue.cc:1048] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:19.772881 12684 raft_consensus.cc:1275] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Refusing update from remote peer e6fe5d18b47a4a989685cf5038526471: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:38:19.776464 12888 consensus_queue.cc:1048] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:19.781337 12889 consensus_queue.cc:1048] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:19.911912 12954 mvcc.cc:204] Tried to move back new op lower bound from 7302443416164188160 to 7302443414425194496. Current Snapshot: MvccSnapshot[applied={T|T < 7302443416127238144}]
W20260630 12:38:20.042829 12951 log.cc:927] Time spent T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7: Append to log took a long time: real 0.136s	user 0.001s	sys 0.000s
W20260630 12:38:20.118963 12729 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.3:40077, user_credentials={real_user=slave}} blocked reactor thread for 96971.9us
I20260630 12:38:20.659893   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:20.673920 12976 instance_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:38:20.677888 12977 instance_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:38:20.678272 12979 instance_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:38:20.680927   940 server_base.cc:1061] running on GCE node
I20260630 12:38:20.682211   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:20.682437   940 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:38:20.682621   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823100682602 us; error 0 us; skew 500 ppm
I20260630 12:38:20.683135   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:20.685465   940 webserver.cc:533] Webserver started at http://127.0.235.4:39973/ using document root <none> and password file <none>
I20260630 12:38:20.685933   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:20.686188   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:20.686460   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:20.687654   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "1181a86f8a49459288cbab7be409685b"
format_stamp: "Formatted at 2026-06-30 12:38:20 on dist-test-slave-47x1"
I20260630 12:38:20.692028   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:38:20.695078 12984 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:38:20.695814   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:20.696153   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "1181a86f8a49459288cbab7be409685b"
format_stamp: "Formatted at 2026-06-30 12:38:20 on dist-test-slave-47x1"
I20260630 12:38:20.696475   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822834383079-940-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:38:20.713537   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:20.714690   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:20.715955   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:20.718124   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:20.718320   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:20.718571   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:20.718753   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:20.756951   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:37819
I20260630 12:38:20.757050 13046 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:37819 every 8 connection(s)
I20260630 12:38:20.771517 13047 heartbeater.cc:344] Connected to a master server at 127.0.235.62:37477
I20260630 12:38:20.771898 13047 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:20.772562 13047 heartbeater.cc:507] Master 127.0.235.62:37477 requested a full tablet report, sending...
I20260630 12:38:20.774397 12580 ts_manager.cc:194] Registered new tserver with Master: 1181a86f8a49459288cbab7be409685b (127.0.235.4:37819)
I20260630 12:38:20.775699 12580 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43658
I20260630 12:38:21.348272 12686 consensus_queue.cc:237] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } attrs { replace: true } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } }
I20260630 12:38:21.355716 12763 raft_consensus.cc:1275] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Refusing update from remote peer b981ac743826428f8bd266621f8075f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:21.358718 12836 raft_consensus.cc:1275] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Refusing update from remote peer b981ac743826428f8bd266621f8075f7: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:21.359009 12889 consensus_queue.cc:1048] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.001s
I20260630 12:38:21.360548 13054 consensus_queue.cc:1048] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.001s
I20260630 12:38:21.367580 12889 raft_consensus.cc:2955] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } attrs { replace: true } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.369418 12763 raft_consensus.cc:2955] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } attrs { replace: true } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.370183 12836 raft_consensus.cc:2955] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } attrs { replace: true } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
W20260630 12:38:21.375264 12651 consensus_peers.cc:597] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 -> Peer 1181a86f8a49459288cbab7be409685b (127.0.235.4:37819): Couldn't send request to peer 1181a86f8a49459288cbab7be409685b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc50f76f6f954b7cab62b9e7852d7e46. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:21.386586 12580 catalog_manager.cc:5697] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 reported cstate change: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "b981ac743826428f8bd266621f8075f7" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:21.395084 12836 consensus_queue.cc:237] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } attrs { replace: true } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } }
I20260630 12:38:21.404542 12686 raft_consensus.cc:1275] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Refusing update from remote peer 865a512c1d8e4e0899930a5e4d872c5b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:21.406095 12920 consensus_queue.cc:1048] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:21.407260 12763 raft_consensus.cc:1275] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Refusing update from remote peer 865a512c1d8e4e0899930a5e4d872c5b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:21.409231 12920 consensus_queue.cc:1048] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
W20260630 12:38:21.414054 12800 consensus_peers.cc:597] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b -> Peer 1181a86f8a49459288cbab7be409685b (127.0.235.4:37819): Couldn't send request to peer 1181a86f8a49459288cbab7be409685b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ca1984b5591842ea99f5772d60145f36. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:21.414808 13063 raft_consensus.cc:2955] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } attrs { replace: true } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.416472 12686 raft_consensus.cc:2955] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } attrs { replace: true } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.419561 12763 raft_consensus.cc:2955] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } attrs { replace: true } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.428498 12584 catalog_manager.cc:5697] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 reported cstate change: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "865a512c1d8e4e0899930a5e4d872c5b" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } attrs { replace: true } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.429056 12836 consensus_queue.cc:237] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } }
W20260630 12:38:21.437160 12800 consensus_peers.cc:597] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b -> Peer 1181a86f8a49459288cbab7be409685b (127.0.235.4:37819): Couldn't send request to peer 1181a86f8a49459288cbab7be409685b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 879bd2e8e08b4c02846d88d73322bac5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:21.437865 12686 raft_consensus.cc:1275] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Refusing update from remote peer 865a512c1d8e4e0899930a5e4d872c5b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:21.438270 12763 raft_consensus.cc:1275] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Refusing update from remote peer 865a512c1d8e4e0899930a5e4d872c5b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:21.439388 12920 consensus_queue.cc:1048] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:21.441416 13063 consensus_queue.cc:1048] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.003s
I20260630 12:38:21.447335 13063 raft_consensus.cc:2955] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.449081 12686 raft_consensus.cc:2955] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.452059 12763 raft_consensus.cc:2955] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.462458 12580 catalog_manager.cc:5697] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b reported cstate change: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "865a512c1d8e4e0899930a5e4d872c5b" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:21.481072 12763 consensus_queue.cc:237] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } }
I20260630 12:38:21.487084 12836 raft_consensus.cc:1275] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Refusing update from remote peer e6fe5d18b47a4a989685cf5038526471: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:21.488525 12973 consensus_queue.cc:1048] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.001s
I20260630 12:38:21.489648 12686 raft_consensus.cc:1275] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Refusing update from remote peer e6fe5d18b47a4a989685cf5038526471: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:21.491102 12973 consensus_queue.cc:1048] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:21.495142 13067 raft_consensus.cc:2955] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
W20260630 12:38:21.498159 12726 consensus_peers.cc:597] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 -> Peer 1181a86f8a49459288cbab7be409685b (127.0.235.4:37819): Couldn't send request to peer 1181a86f8a49459288cbab7be409685b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8367d37bee8f40068371d95880504704. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:21.496645 12836 raft_consensus.cc:2955] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.499403 12686 raft_consensus.cc:2955] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.509533 12580 catalog_manager.cc:5697] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 reported cstate change: config changed from index -1 to 12, NON_VOTER 1181a86f8a49459288cbab7be409685b (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "e6fe5d18b47a4a989685cf5038526471" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } } }
I20260630 12:38:21.778155 13047 heartbeater.cc:499] Master 127.0.235.62:37477 was elected leader, sending a full tablet report...
I20260630 12:38:21.788523   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:38:21.819173 13069 ts_tablet_manager.cc:933] T bc50f76f6f954b7cab62b9e7852d7e46 P 1181a86f8a49459288cbab7be409685b: Initiating tablet copy from peer b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205)
I20260630 12:38:21.821053 13069 tablet_copy_client.cc:323] T bc50f76f6f954b7cab62b9e7852d7e46 P 1181a86f8a49459288cbab7be409685b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.1:44205
I20260630 12:38:21.828159   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:21.829046   940 tablet_replica.cc:333] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7: stopping tablet replica
I20260630 12:38:21.829934   940 raft_consensus.cc:2243] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:21.830703   940 raft_consensus.cc:2272] T 8367d37bee8f40068371d95880504704 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.834635   940 tablet_replica.cc:333] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7: stopping tablet replica
I20260630 12:38:21.835522   940 raft_consensus.cc:2243] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:21.836267   940 raft_consensus.cc:2272] T 879bd2e8e08b4c02846d88d73322bac5 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.841894   940 tablet_replica.cc:333] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7: stopping tablet replica
I20260630 12:38:21.842728   940 raft_consensus.cc:2243] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:21.843533   940 raft_consensus.cc:2272] T 7932631941034e0dbac729b407654c0a P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.846378   940 tablet_replica.cc:333] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7: stopping tablet replica
I20260630 12:38:21.847179   940 raft_consensus.cc:2243] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:21.847821   940 raft_consensus.cc:2272] T ca1984b5591842ea99f5772d60145f36 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.852595   940 tablet_replica.cc:333] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7: stopping tablet replica
I20260630 12:38:21.853341   940 raft_consensus.cc:2243] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:21.853878   940 raft_consensus.cc:2272] T 54e158ce11c94a46af6e0bfe010be0ac P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.858480   940 tablet_replica.cc:333] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7: stopping tablet replica
I20260630 12:38:21.859293   940 raft_consensus.cc:2243] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:21.860567   940 raft_consensus.cc:2272] T bc50f76f6f954b7cab62b9e7852d7e46 P b981ac743826428f8bd266621f8075f7 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:21.877199 12987 connection.cc:573] client connection to 127.0.235.1:44205 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
W20260630 12:38:21.879403 12986 connection.cc:466] server connection from 127.0.0.1:52708 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:52708 (request call id 1) could send its response
I20260630 12:38:21.887523   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
W20260630 12:38:21.890413 12802 consensus_peers.cc:597] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b -> Peer b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205): Couldn't send request to peer b981ac743826428f8bd266621f8075f7. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:44205: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:21.894383 13069 ts_tablet_manager.cc:933] T 8367d37bee8f40068371d95880504704 P 1181a86f8a49459288cbab7be409685b: Initiating tablet copy from peer e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957)
W20260630 12:38:21.898303 12802 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.235.1:44205: connect: Connection refused (error 111) [suppressed 2 similar messages]
W20260630 12:38:21.901620 12802 consensus_peers.cc:597] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b -> Peer b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205): Couldn't send request to peer b981ac743826428f8bd266621f8075f7. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:44205: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:21.911703   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
I20260630 12:38:21.915273 13069 tablet_copy_client.cc:323] T 8367d37bee8f40068371d95880504704 P 1181a86f8a49459288cbab7be409685b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.2:34957
W20260630 12:38:21.916917 12728 consensus_peers.cc:597] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 -> Peer b981ac743826428f8bd266621f8075f7 (127.0.235.1:44205): Couldn't send request to peer b981ac743826428f8bd266621f8075f7. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:44205: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:21.947661   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:21.948410   940 tablet_replica.cc:333] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471: stopping tablet replica
I20260630 12:38:21.949150   940 raft_consensus.cc:2243] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:21.949828   940 raft_consensus.cc:2272] T ca1984b5591842ea99f5772d60145f36 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.952931   940 tablet_replica.cc:333] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471: stopping tablet replica
I20260630 12:38:21.953637   940 raft_consensus.cc:2243] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:21.954576   940 raft_consensus.cc:2272] T 54e158ce11c94a46af6e0bfe010be0ac P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.957196   940 tablet_replica.cc:333] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471: stopping tablet replica
I20260630 12:38:21.957967   940 raft_consensus.cc:2243] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:21.958163 13076 ts_tablet_manager.cc:933] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: Initiating tablet copy from peer 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:21.958681   940 raft_consensus.cc:2272] T bc50f76f6f954b7cab62b9e7852d7e46 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.959753 13076 tablet_copy_client.cc:323] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:40077
I20260630 12:38:21.962656   940 tablet_replica.cc:333] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471: stopping tablet replica
I20260630 12:38:21.963297   940 raft_consensus.cc:2243] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:21.964195   940 raft_consensus.cc:2272] T 7932631941034e0dbac729b407654c0a P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.967303   940 tablet_replica.cc:333] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471: stopping tablet replica
I20260630 12:38:21.968788   940 raft_consensus.cc:2243] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:21.969671   940 raft_consensus.cc:2272] T 879bd2e8e08b4c02846d88d73322bac5 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.973356   940 tablet_replica.cc:333] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471: stopping tablet replica
I20260630 12:38:21.974315   940 raft_consensus.cc:2243] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:21.975801   940 raft_consensus.cc:2272] T 8367d37bee8f40068371d95880504704 P e6fe5d18b47a4a989685cf5038526471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:21.983759 13079 ts_tablet_manager.cc:933] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: Initiating tablet copy from peer 865a512c1d8e4e0899930a5e4d872c5b (127.0.235.3:40077)
I20260630 12:38:21.992684 12847 tablet_copy_service.cc:140] P 865a512c1d8e4e0899930a5e4d872c5b: Received BeginTabletCopySession request for tablet ca1984b5591842ea99f5772d60145f36 from peer 1181a86f8a49459288cbab7be409685b ({username='slave'} at 127.0.0.1:41416)
I20260630 12:38:21.993274 12847 tablet_copy_service.cc:161] P 865a512c1d8e4e0899930a5e4d872c5b: Beginning new tablet copy session on tablet ca1984b5591842ea99f5772d60145f36 from peer 1181a86f8a49459288cbab7be409685b at {username='slave'} at 127.0.0.1:41416: session id = 1181a86f8a49459288cbab7be409685b-ca1984b5591842ea99f5772d60145f36
I20260630 12:38:21.996771 13079 tablet_copy_client.cc:323] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:40077
I20260630 12:38:21.998673 12846 tablet_copy_service.cc:140] P 865a512c1d8e4e0899930a5e4d872c5b: Received BeginTabletCopySession request for tablet 879bd2e8e08b4c02846d88d73322bac5 from peer 1181a86f8a49459288cbab7be409685b ({username='slave'} at 127.0.0.1:41416)
I20260630 12:38:21.999267 12846 tablet_copy_service.cc:161] P 865a512c1d8e4e0899930a5e4d872c5b: Beginning new tablet copy session on tablet 879bd2e8e08b4c02846d88d73322bac5 from peer 1181a86f8a49459288cbab7be409685b at {username='slave'} at 127.0.0.1:41416: session id = 1181a86f8a49459288cbab7be409685b-879bd2e8e08b4c02846d88d73322bac5
I20260630 12:38:22.004592 12846 tablet_copy_source_session.cc:215] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:22.005800 12847 tablet_copy_source_session.cc:215] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:22.007169 13079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 879bd2e8e08b4c02846d88d73322bac5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.008671 13076 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ca1984b5591842ea99f5772d60145f36. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:22.017886   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:38:22.023245 13079 tablet_copy_client.cc:806] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:22.023777 13079 tablet_copy_client.cc:670] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:22.024628 13076 tablet_copy_client.cc:806] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:22.025200 13076 tablet_copy_client.cc:670] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:22.028465 13079 tablet_copy_client.cc:538] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:22.029578 13076 tablet_copy_client.cc:538] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:22.036532 13079 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: Bootstrap starting.
I20260630 12:38:22.038829 13076 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: Bootstrap starting.
W20260630 12:38:22.041442 12801 consensus_peers.cc:597] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b -> Peer e6fe5d18b47a4a989685cf5038526471 (127.0.235.2:34957): Couldn't send request to peer e6fe5d18b47a4a989685cf5038526471. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.2:34957: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:22.047057   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
W20260630 12:38:22.057469 12988 connection.cc:466] server connection from 127.0.0.1:52736 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:52736 (request call id 1) could send its response
I20260630 12:38:22.070796   940 tablet_copy_service.cc:362] P 865a512c1d8e4e0899930a5e4d872c5b: Destroying tablet copy session 1181a86f8a49459288cbab7be409685b-879bd2e8e08b4c02846d88d73322bac5 due to service shutdown
I20260630 12:38:22.071142   940 tablet_copy_service.cc:434] P 865a512c1d8e4e0899930a5e4d872c5b: ending tablet copy session 1181a86f8a49459288cbab7be409685b-879bd2e8e08b4c02846d88d73322bac5 on tablet 879bd2e8e08b4c02846d88d73322bac5 with peer 1181a86f8a49459288cbab7be409685b
I20260630 12:38:22.071671   940 tablet_copy_service.cc:362] P 865a512c1d8e4e0899930a5e4d872c5b: Destroying tablet copy session 1181a86f8a49459288cbab7be409685b-ca1984b5591842ea99f5772d60145f36 due to service shutdown
I20260630 12:38:22.071949   940 tablet_copy_service.cc:434] P 865a512c1d8e4e0899930a5e4d872c5b: ending tablet copy session 1181a86f8a49459288cbab7be409685b-ca1984b5591842ea99f5772d60145f36 on tablet ca1984b5591842ea99f5772d60145f36 with peer 1181a86f8a49459288cbab7be409685b
I20260630 12:38:22.111689   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:22.112509   940 tablet_replica.cc:333] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b: stopping tablet replica
I20260630 12:38:22.113387   940 raft_consensus.cc:2243] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.114228   940 raft_consensus.cc:2272] T bc50f76f6f954b7cab62b9e7852d7e46 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.118618   940 tablet_replica.cc:333] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b: stopping tablet replica
I20260630 12:38:22.119448   940 raft_consensus.cc:2243] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:22.120855   940 raft_consensus.cc:2272] T ca1984b5591842ea99f5772d60145f36 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.125000   940 tablet_replica.cc:333] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b: stopping tablet replica
I20260630 12:38:22.125782   940 raft_consensus.cc:2243] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.126447   940 raft_consensus.cc:2272] T 54e158ce11c94a46af6e0bfe010be0ac P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.129347   940 tablet_replica.cc:333] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b: stopping tablet replica
I20260630 12:38:22.130093   940 raft_consensus.cc:2243] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.130733   940 raft_consensus.cc:2272] T 7932631941034e0dbac729b407654c0a P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.133595   940 tablet_replica.cc:333] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b: stopping tablet replica
I20260630 12:38:22.134341   940 raft_consensus.cc:2243] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:22.135643   940 raft_consensus.cc:2272] T 879bd2e8e08b4c02846d88d73322bac5 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.138988   940 tablet_replica.cc:333] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b: stopping tablet replica
I20260630 12:38:22.139703   940 raft_consensus.cc:2243] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.140420   940 raft_consensus.cc:2272] T 8367d37bee8f40068371d95880504704 P 865a512c1d8e4e0899930a5e4d872c5b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.144160 13079 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: Bootstrap replayed 1/1 log segments. Stats: ops{read=12 overwritten=0 applied=12 ignored=0} inserts{seen=84 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:22.144954 13079 tablet_bootstrap.cc:492] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: Bootstrap complete.
I20260630 12:38:22.145539 13079 ts_tablet_manager.cc:1403] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: Time spent bootstrapping tablet: real 0.109s	user 0.085s	sys 0.014s
I20260630 12:38:22.147629 13079 raft_consensus.cc:359] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } }
I20260630 12:38:22.148322 13079 raft_consensus.cc:740] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1181a86f8a49459288cbab7be409685b, State: Initialized, Role: LEARNER
I20260630 12:38:22.148844 13079 consensus_queue.cc:260] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 12, Last appended: 1.12, Last appended by leader: 12, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } attrs { replace: true } } peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } }
I20260630 12:38:22.155949 13079 ts_tablet_manager.cc:1434] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.004s
W20260630 12:38:22.167652 13079 tablet_copy_client.cc:1131] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.235.3:40077: connect: Connection refused (error 111)
I20260630 12:38:22.168900   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:38:22.178392 13076 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: Bootstrap replayed 1/1 log segments. Stats: ops{read=12 overwritten=0 applied=12 ignored=0} inserts{seen=82 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:22.179185 13076 tablet_bootstrap.cc:492] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: Bootstrap complete.
I20260630 12:38:22.179792 13076 ts_tablet_manager.cc:1403] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: Time spent bootstrapping tablet: real 0.141s	user 0.088s	sys 0.044s
I20260630 12:38:22.181945 13076 raft_consensus.cc:359] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } attrs { replace: true } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } }
I20260630 12:38:22.182700 13076 raft_consensus.cc:740] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1181a86f8a49459288cbab7be409685b, State: Initialized, Role: LEARNER
I20260630 12:38:22.183259 13076 consensus_queue.cc:260] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 12, Last appended: 1.12, Last appended by leader: 12, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "e6fe5d18b47a4a989685cf5038526471" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 34957 } attrs { replace: true } } peers { permanent_uuid: "b981ac743826428f8bd266621f8075f7" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 44205 } } peers { permanent_uuid: "865a512c1d8e4e0899930a5e4d872c5b" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 40077 } } peers { permanent_uuid: "1181a86f8a49459288cbab7be409685b" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 37819 } attrs { promote: true } }
I20260630 12:38:22.185034 13076 ts_tablet_manager.cc:1434] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:38:22.185057   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
W20260630 12:38:22.187834 13076 tablet_copy_client.cc:1131] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.235.3:40077: connect: Connection refused (error 111)
I20260630 12:38:22.211458   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:22.213014   940 tablet_replica.cc:333] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b: stopping tablet replica
I20260630 12:38:22.213680   940 raft_consensus.cc:2243] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:22.214172   940 raft_consensus.cc:2272] T ca1984b5591842ea99f5772d60145f36 P 1181a86f8a49459288cbab7be409685b [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:22.216935   940 tablet_replica.cc:333] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b: stopping tablet replica
I20260630 12:38:22.217506   940 raft_consensus.cc:2243] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:22.217922   940 raft_consensus.cc:2272] T 879bd2e8e08b4c02846d88d73322bac5 P 1181a86f8a49459288cbab7be409685b [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:22.238372   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:38:22.249994   940 master.cc:562] Master@127.0.235.62:37477 shutting down...
W20260630 12:38:22.269279 12634 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:22.270663   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:22.271322   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.271756   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P e73e9ddd1ccc4349836033132c94b7a4: stopping tablet replica
I20260630 12:38:22.291973   940 master.cc:584] Master@127.0.235.62:37477 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (5176 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:38:22.327804   940 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.235.62:41685
I20260630 12:38:22.328918   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:22.333565 13084 instance_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:38:22.333765 13085 instance_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:38:22.335301 13087 instance_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:38:22.335987   940 server_base.cc:1061] running on GCE node
I20260630 12:38:22.336764   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:22.336956   940 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:38:22.337122   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823102337088 us; error 0 us; skew 500 ppm
I20260630 12:38:22.337625   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:22.339769   940 webserver.cc:533] Webserver started at http://127.0.235.62:38753/ using document root <none> and password file <none>
I20260630 12:38:22.340237   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:22.340427   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:22.340684   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:22.341679   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/master-0-root/instance:
uuid: "090286d0c2d84c6dbb76d00ac2d40369"
format_stamp: "Formatted at 2026-06-30 12:38:22 on dist-test-slave-47x1"
I20260630 12:38:22.345782   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260630 12:38:22.348822 13092 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:38:22.349519   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:22.349785   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/master-0-root
uuid: "090286d0c2d84c6dbb76d00ac2d40369"
format_stamp: "Formatted at 2026-06-30 12:38:22 on dist-test-slave-47x1"
I20260630 12:38:22.350047   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-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:38:22.366215   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:22.367089   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:22.399897   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.62:41685
I20260630 12:38:22.399991 13143 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.62:41685 every 8 connection(s)
I20260630 12:38:22.403579 13144 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:38:22.413890 13144 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369: Bootstrap starting.
I20260630 12:38:22.417979 13144 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:22.421610 13144 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369: No bootstrap required, opened a new log
I20260630 12:38:22.423523 13144 raft_consensus.cc:359] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "090286d0c2d84c6dbb76d00ac2d40369" member_type: VOTER }
I20260630 12:38:22.423872 13144 raft_consensus.cc:385] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:22.424042 13144 raft_consensus.cc:740] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 090286d0c2d84c6dbb76d00ac2d40369, State: Initialized, Role: FOLLOWER
I20260630 12:38:22.424628 13144 consensus_queue.cc:260] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "090286d0c2d84c6dbb76d00ac2d40369" member_type: VOTER }
I20260630 12:38:22.425030 13144 raft_consensus.cc:399] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:22.425201 13144 raft_consensus.cc:493] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:22.425422 13144 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:22.429689 13144 raft_consensus.cc:515] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "090286d0c2d84c6dbb76d00ac2d40369" member_type: VOTER }
I20260630 12:38:22.430179 13144 leader_election.cc:304] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [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: 090286d0c2d84c6dbb76d00ac2d40369; no voters: 
I20260630 12:38:22.431155 13144 leader_election.cc:290] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:22.431473 13147 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:22.432724 13147 raft_consensus.cc:697] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 1 LEADER]: Becoming Leader. State: Replica: 090286d0c2d84c6dbb76d00ac2d40369, State: Running, Role: LEADER
I20260630 12:38:22.433333 13147 consensus_queue.cc:237] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [LEADER]: Queue going to LEADER mode. State: All 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: "090286d0c2d84c6dbb76d00ac2d40369" member_type: VOTER }
I20260630 12:38:22.433923 13144 sys_catalog.cc:565] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:22.437549 13149 sys_catalog.cc:455] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 090286d0c2d84c6dbb76d00ac2d40369. Latest consensus state: current_term: 1 leader_uuid: "090286d0c2d84c6dbb76d00ac2d40369" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "090286d0c2d84c6dbb76d00ac2d40369" member_type: VOTER } }
I20260630 12:38:22.438282 13149 sys_catalog.cc:458] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:22.439262 13148 sys_catalog.cc:455] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "090286d0c2d84c6dbb76d00ac2d40369" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "090286d0c2d84c6dbb76d00ac2d40369" member_type: VOTER } }
I20260630 12:38:22.439821 13148 sys_catalog.cc:458] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:22.441210 13154 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:22.446161 13154 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:22.448458   940 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:22.454420 13154 catalog_manager.cc:1383] Generated new cluster ID: b5bd74d59d4245609d346b0332629fdd
I20260630 12:38:22.454653 13154 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:22.471261 13154 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:22.472409 13154 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:22.484073 13154 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369: Generated new TSK 0
I20260630 12:38:22.484639 13154 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:22.515476   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:22.520965 13165 instance_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:38:22.522153 13166 instance_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:38:22.523341 13168 instance_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:38:22.523717   940 server_base.cc:1061] running on GCE node
I20260630 12:38:22.524585   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:22.524792   940 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:38:22.524962   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823102524944 us; error 0 us; skew 500 ppm
I20260630 12:38:22.525435   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:22.527527   940 webserver.cc:533] Webserver started at http://127.0.235.1:32777/ using document root <none> and password file <none>
I20260630 12:38:22.527978   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:22.528162   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:22.528434   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:22.529490   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-0-root/instance:
uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
format_stamp: "Formatted at 2026-06-30 12:38:22 on dist-test-slave-47x1"
I20260630 12:38:22.533535   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:22.536542 13173 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:38:22.537245   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:22.537468   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-0-root
uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
format_stamp: "Formatted at 2026-06-30 12:38:22 on dist-test-slave-47x1"
I20260630 12:38:22.537679   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-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:38:22.549163   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:22.549984   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:22.551430   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:22.553488   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:22.553678   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:22.553923   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:22.554129   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:38:22.590154   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.1:33345
I20260630 12:38:22.590219 13235 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.1:33345 every 8 connection(s)
I20260630 12:38:22.594859   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:22.601356 13240 instance_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:38:22.603142 13241 instance_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:38:22.604616 13243 instance_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:38:22.606091   940 server_base.cc:1061] running on GCE node
I20260630 12:38:22.607651   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:22.607887   940 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:38:22.608067   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823102608052 us; error 0 us; skew 500 ppm
I20260630 12:38:22.608414 13236 heartbeater.cc:344] Connected to a master server at 127.0.235.62:41685
I20260630 12:38:22.608597   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:22.608803 13236 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:22.609647 13236 heartbeater.cc:507] Master 127.0.235.62:41685 requested a full tablet report, sending...
I20260630 12:38:22.611169   940 webserver.cc:533] Webserver started at http://127.0.235.2:36423/ using document root <none> and password file <none>
I20260630 12:38:22.611726   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:22.611932   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:22.611837 13109 ts_manager.cc:194] Registered new tserver with Master: b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345)
I20260630 12:38:22.612389   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:22.613523   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-1-root/instance:
uuid: "1a542fc251b34bdc9ebe661062e03ba6"
format_stamp: "Formatted at 2026-06-30 12:38:22 on dist-test-slave-47x1"
I20260630 12:38:22.613942 13109 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40716
I20260630 12:38:22.617786   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:22.621135 13248 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:38:22.621852   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:22.622146   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-1-root
uuid: "1a542fc251b34bdc9ebe661062e03ba6"
format_stamp: "Formatted at 2026-06-30 12:38:22 on dist-test-slave-47x1"
I20260630 12:38:22.622416   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-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:38:22.652853   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:22.654337   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:22.656566   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:22.659691   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:22.659971   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:22.660233   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:22.660410   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:22.712374   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.2:45605
I20260630 12:38:22.712466 13310 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.2:45605 every 8 connection(s)
I20260630 12:38:22.717039   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:22.723243 13314 instance_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:38:22.724696 13315 instance_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:38:22.726426 13317 instance_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:38:22.727177   940 server_base.cc:1061] running on GCE node
I20260630 12:38:22.727948   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:22.728142   940 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:38:22.728273   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823102728262 us; error 0 us; skew 500 ppm
I20260630 12:38:22.728681   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:22.731482   940 webserver.cc:533] Webserver started at http://127.0.235.3:38877/ using document root <none> and password file <none>
I20260630 12:38:22.732023   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:22.732240   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:22.732513 13311 heartbeater.cc:344] Connected to a master server at 127.0.235.62:41685
I20260630 12:38:22.732539   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:22.733011 13311 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:22.733697 13311 heartbeater.cc:507] Master 127.0.235.62:41685 requested a full tablet report, sending...
I20260630 12:38:22.733881   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-2-root/instance:
uuid: "cdbbe255032a48a4b84075a4d4964357"
format_stamp: "Formatted at 2026-06-30 12:38:22 on dist-test-slave-47x1"
I20260630 12:38:22.735725 13109 ts_manager.cc:194] Registered new tserver with Master: 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:22.737090 13109 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40724
I20260630 12:38:22.738749   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:22.742221 13322 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:38:22.743049   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:22.743289   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-2-root
uuid: "cdbbe255032a48a4b84075a4d4964357"
format_stamp: "Formatted at 2026-06-30 12:38:22 on dist-test-slave-47x1"
I20260630 12:38:22.743505   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-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:38:22.754362   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:22.755277   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:22.756505   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:22.758601   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:22.758790   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:22.759034   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:22.759186   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:22.794761   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.3:41147
I20260630 12:38:22.794863 13384 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.3:41147 every 8 connection(s)
I20260630 12:38:22.807466 13385 heartbeater.cc:344] Connected to a master server at 127.0.235.62:41685
I20260630 12:38:22.807898 13385 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:22.808564 13385 heartbeater.cc:507] Master 127.0.235.62:41685 requested a full tablet report, sending...
I20260630 12:38:22.810453 13109 ts_manager.cc:194] Registered new tserver with Master: cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:22.811089   940 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013244085s
I20260630 12:38:22.811776 13109 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40726
I20260630 12:38:23.616441 13236 heartbeater.cc:499] Master 127.0.235.62:41685 was elected leader, sending a full tablet report...
I20260630 12:38:23.739864 13311 heartbeater.cc:499] Master 127.0.235.62:41685 was elected leader, sending a full tablet report...
I20260630 12:38:23.814065 13385 heartbeater.cc:499] Master 127.0.235.62:41685 was elected leader, sending a full tablet report...
I20260630 12:38:23.865119 13109 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40734:
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:38:23.867446 13109 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:38:23.928248 13349 tablet_service.cc:1511] Processing CreateTablet for tablet ad025e4780a3450a95a1501fe226f29b (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:23.928584 13350 tablet_service.cc:1511] Processing CreateTablet for tablet 2d1ea5afb95745b9acb1faf1867e1297 (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:23.929641 13349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad025e4780a3450a95a1501fe226f29b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.930905 13348 tablet_service.cc:1511] Processing CreateTablet for tablet 8bd3640ba84946ec857d28f09277174b (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:23.932319 13350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d1ea5afb95745b9acb1faf1867e1297. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.933701 13348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bd3640ba84946ec857d28f09277174b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.938679 13347 tablet_service.cc:1511] Processing CreateTablet for tablet bd82f70ef5bd40c9821ff074b98dbedd (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:23.939437 13345 tablet_service.cc:1511] Processing CreateTablet for tablet 46e08e529e4f43cba5d0d0bba9f89d1c (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:23.939970 13347 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd82f70ef5bd40c9821ff074b98dbedd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.940659 13345 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46e08e529e4f43cba5d0d0bba9f89d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.943749 13346 tablet_service.cc:1511] Processing CreateTablet for tablet 52f1ed1a739142728049928cc5944571 (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:23.945013 13346 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 52f1ed1a739142728049928cc5944571. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.951608 13276 tablet_service.cc:1511] Processing CreateTablet for tablet 2d1ea5afb95745b9acb1faf1867e1297 (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:23.952833 13276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d1ea5afb95745b9acb1faf1867e1297. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.955204 13275 tablet_service.cc:1511] Processing CreateTablet for tablet ad025e4780a3450a95a1501fe226f29b (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:23.956401 13275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad025e4780a3450a95a1501fe226f29b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.963510 13274 tablet_service.cc:1511] Processing CreateTablet for tablet 8bd3640ba84946ec857d28f09277174b (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:23.963837 13273 tablet_service.cc:1511] Processing CreateTablet for tablet bd82f70ef5bd40c9821ff074b98dbedd (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:23.964828 13274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bd3640ba84946ec857d28f09277174b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.965425 13273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd82f70ef5bd40c9821ff074b98dbedd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.971274 13272 tablet_service.cc:1511] Processing CreateTablet for tablet 52f1ed1a739142728049928cc5944571 (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:23.971637 13271 tablet_service.cc:1511] Processing CreateTablet for tablet 46e08e529e4f43cba5d0d0bba9f89d1c (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:23.972564 13272 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 52f1ed1a739142728049928cc5944571. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:23.973166 13271 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46e08e529e4f43cba5d0d0bba9f89d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.006698 13407 tablet_bootstrap.cc:492] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6: Bootstrap starting.
I20260630 12:38:24.011826 13406 tablet_bootstrap.cc:492] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357: Bootstrap starting.
I20260630 12:38:24.017557 13406 tablet_bootstrap.cc:654] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.017557 13407 tablet_bootstrap.cc:654] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.023495 13201 tablet_service.cc:1511] Processing CreateTablet for tablet 2d1ea5afb95745b9acb1faf1867e1297 (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:24.024849 13201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d1ea5afb95745b9acb1faf1867e1297. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.025166 13200 tablet_service.cc:1511] Processing CreateTablet for tablet ad025e4780a3450a95a1501fe226f29b (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:24.026441 13200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad025e4780a3450a95a1501fe226f29b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.028803 13406 tablet_bootstrap.cc:492] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357: No bootstrap required, opened a new log
I20260630 12:38:24.029397 13406 ts_tablet_manager.cc:1403] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.000s
I20260630 12:38:24.029881 13407 tablet_bootstrap.cc:492] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6: No bootstrap required, opened a new log
I20260630 12:38:24.030419 13407 ts_tablet_manager.cc:1403] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.000s
I20260630 12:38:24.031116 13199 tablet_service.cc:1511] Processing CreateTablet for tablet 8bd3640ba84946ec857d28f09277174b (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:24.032366 13199 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bd3640ba84946ec857d28f09277174b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.033277 13407 raft_consensus.cc:359] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.034122 13407 raft_consensus.cc:385] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.032467 13406 raft_consensus.cc:359] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.034454 13407 raft_consensus.cc:740] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a542fc251b34bdc9ebe661062e03ba6, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.034718 13406 raft_consensus.cc:385] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.035238 13406 raft_consensus.cc:740] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.035328 13407 consensus_queue.cc:260] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.036687 13197 tablet_service.cc:1511] Processing CreateTablet for tablet 52f1ed1a739142728049928cc5944571 (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:24.036415 13406 consensus_queue.cc:260] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.035069 13198 tablet_service.cc:1511] Processing CreateTablet for tablet bd82f70ef5bd40c9821ff074b98dbedd (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:24.040089 13197 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 52f1ed1a739142728049928cc5944571. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.038789 13196 tablet_service.cc:1511] Processing CreateTablet for tablet 46e08e529e4f43cba5d0d0bba9f89d1c (DEFAULT_TABLE table=test-workload [id=79985a11a1d34784b04a07313390cd36]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:24.043264 13407 ts_tablet_manager.cc:1434] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:38:24.044056 13196 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 46e08e529e4f43cba5d0d0bba9f89d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.050040 13198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bd82f70ef5bd40c9821ff074b98dbedd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.051672 13406 ts_tablet_manager.cc:1434] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.004s
I20260630 12:38:24.052795 13406 tablet_bootstrap.cc:492] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357: Bootstrap starting.
I20260630 12:38:24.065313 13407 tablet_bootstrap.cc:492] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6: Bootstrap starting.
I20260630 12:38:24.072886 13407 tablet_bootstrap.cc:654] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.073382 13406 tablet_bootstrap.cc:654] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.075625 13412 tablet_bootstrap.cc:492] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc: Bootstrap starting.
I20260630 12:38:24.081889 13412 tablet_bootstrap.cc:654] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.086292 13407 tablet_bootstrap.cc:492] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6: No bootstrap required, opened a new log
I20260630 12:38:24.086656 13406 tablet_bootstrap.cc:492] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357: No bootstrap required, opened a new log
I20260630 12:38:24.086699 13407 ts_tablet_manager.cc:1403] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6: Time spent bootstrapping tablet: real 0.022s	user 0.003s	sys 0.015s
I20260630 12:38:24.087379 13406 ts_tablet_manager.cc:1403] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357: Time spent bootstrapping tablet: real 0.035s	user 0.007s	sys 0.012s
I20260630 12:38:24.087437 13412 tablet_bootstrap.cc:492] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc: No bootstrap required, opened a new log
I20260630 12:38:24.088101 13412 ts_tablet_manager.cc:1403] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:38:24.089309 13407 raft_consensus.cc:359] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.089861 13407 raft_consensus.cc:385] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.090135 13407 raft_consensus.cc:740] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a542fc251b34bdc9ebe661062e03ba6, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.090205 13406 raft_consensus.cc:359] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.091019 13406 raft_consensus.cc:385] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.090672 13412 raft_consensus.cc:359] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.090833 13407 consensus_queue.cc:260] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.091403 13406 raft_consensus.cc:740] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.091526 13412 raft_consensus.cc:385] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.091859 13412 raft_consensus.cc:740] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6d7fb261f0f4281ba2e51b24d280bcc, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.092192 13406 consensus_queue.cc:260] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.092599 13412 consensus_queue.cc:260] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.094627 13406 ts_tablet_manager.cc:1434] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:38:24.095856 13406 tablet_bootstrap.cc:492] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357: Bootstrap starting.
I20260630 12:38:24.098369 13412 ts_tablet_manager.cc:1434] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.005s
I20260630 12:38:24.099414 13412 tablet_bootstrap.cc:492] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc: Bootstrap starting.
I20260630 12:38:24.101779 13406 tablet_bootstrap.cc:654] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.101861 13407 ts_tablet_manager.cc:1434] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6: Time spent starting tablet: real 0.015s	user 0.001s	sys 0.004s
I20260630 12:38:24.105962 13412 tablet_bootstrap.cc:654] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.104462 13417 raft_consensus.cc:493] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.113555 13417 raft_consensus.cc:515] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.116693 13407 tablet_bootstrap.cc:492] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6: Bootstrap starting.
I20260630 12:38:24.122432 13417 leader_election.cc:290] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.129176 13407 tablet_bootstrap.cc:654] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.133286 13412 tablet_bootstrap.cc:492] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc: No bootstrap required, opened a new log
I20260630 12:38:24.133783 13412 ts_tablet_manager.cc:1403] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent bootstrapping tablet: real 0.035s	user 0.010s	sys 0.013s
I20260630 12:38:24.135691 13406 tablet_bootstrap.cc:492] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357: No bootstrap required, opened a new log
I20260630 12:38:24.136422 13406 ts_tablet_manager.cc:1403] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357: Time spent bootstrapping tablet: real 0.041s	user 0.031s	sys 0.009s
I20260630 12:38:24.139834 13406 raft_consensus.cc:359] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.140547 13406 raft_consensus.cc:385] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.140859 13406 raft_consensus.cc:740] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.140740 13412 raft_consensus.cc:359] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.141487 13412 raft_consensus.cc:385] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.141757 13406 consensus_queue.cc:260] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.144232 13406 ts_tablet_manager.cc:1434] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:24.145308 13406 tablet_bootstrap.cc:492] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357: Bootstrap starting.
I20260630 12:38:24.145419 13407 tablet_bootstrap.cc:492] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6: No bootstrap required, opened a new log
I20260630 12:38:24.146112 13407 ts_tablet_manager.cc:1403] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.005s
I20260630 12:38:24.148789 13407 raft_consensus.cc:359] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.149164 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d1ea5afb95745b9acb1faf1867e1297" candidate_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357" is_pre_election: true
I20260630 12:38:24.149471 13407 raft_consensus.cc:385] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.149905 13360 raft_consensus.cc:2468] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b6d7fb261f0f4281ba2e51b24d280bcc in term 0.
I20260630 12:38:24.141763 13412 raft_consensus.cc:740] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6d7fb261f0f4281ba2e51b24d280bcc, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.151705 13406 tablet_bootstrap.cc:654] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.152094 13177 leader_election.cc:304] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357; no voters: 
I20260630 12:38:24.152944 13417 raft_consensus.cc:2804] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:24.153337 13417 raft_consensus.cc:493] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:24.153666 13417 raft_consensus.cc:3060] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.149813 13407 raft_consensus.cc:740] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a542fc251b34bdc9ebe661062e03ba6, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.157068 13407 consensus_queue.cc:260] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.159292 13407 ts_tablet_manager.cc:1434] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6: Time spent starting tablet: real 0.013s	user 0.003s	sys 0.003s
I20260630 12:38:24.160166 13406 tablet_bootstrap.cc:492] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357: No bootstrap required, opened a new log
I20260630 12:38:24.160229 13407 tablet_bootstrap.cc:492] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6: Bootstrap starting.
I20260630 12:38:24.160768 13406 ts_tablet_manager.cc:1403] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.004s
I20260630 12:38:24.151727 13412 consensus_queue.cc:260] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.161702 13417 raft_consensus.cc:515] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.163499 13406 raft_consensus.cc:359] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.164193 13406 raft_consensus.cc:385] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.164472 13406 raft_consensus.cc:740] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.165191 13406 consensus_queue.cc:260] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.166551 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d1ea5afb95745b9acb1faf1867e1297" candidate_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357"
I20260630 12:38:24.167120 13360 raft_consensus.cc:3060] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.167596 13406 ts_tablet_manager.cc:1434] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:24.168546 13406 tablet_bootstrap.cc:492] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357: Bootstrap starting.
I20260630 12:38:24.164760 13417 leader_election.cc:290] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [CANDIDATE]: Term 1 election: Requested vote from peers cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.168514 13412 ts_tablet_manager.cc:1434] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent starting tablet: real 0.032s	user 0.001s	sys 0.004s
I20260630 12:38:24.169863 13412 tablet_bootstrap.cc:492] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc: Bootstrap starting.
I20260630 12:38:24.173712 13410 raft_consensus.cc:493] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.174449 13411 raft_consensus.cc:493] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.174834 13406 tablet_bootstrap.cc:654] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.174672 13410 raft_consensus.cc:515] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.174994 13411 raft_consensus.cc:515] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.180876 13410 leader_election.cc:290] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147), b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345)
I20260630 12:38:24.189132 13411 leader_election.cc:290] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.191839 13360 raft_consensus.cc:2468] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b6d7fb261f0f4281ba2e51b24d280bcc in term 1.
I20260630 12:38:24.194983 13177 leader_election.cc:304] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357; no voters: 
I20260630 12:38:24.195966 13417 raft_consensus.cc:2804] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:24.196491 13417 raft_consensus.cc:697] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 LEADER]: Becoming Leader. State: Replica: b6d7fb261f0f4281ba2e51b24d280bcc, State: Running, Role: LEADER
I20260630 12:38:24.197389 13417 consensus_queue.cc:237] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } }
I20260630 12:38:24.199425 13407 tablet_bootstrap.cc:654] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.204263 13412 tablet_bootstrap.cc:654] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.214869 13411 raft_consensus.cc:493] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.215459 13411 raft_consensus.cc:515] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.217562 13411 leader_election.cc:290] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.219153 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d1ea5afb95745b9acb1faf1867e1297" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357" is_pre_election: true
I20260630 12:38:24.219719 13406 tablet_bootstrap.cc:492] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357: No bootstrap required, opened a new log
I20260630 12:38:24.219899 13360 raft_consensus.cc:2393] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1a542fc251b34bdc9ebe661062e03ba6 in current term 1: Already voted for candidate b6d7fb261f0f4281ba2e51b24d280bcc in this term.
I20260630 12:38:24.220232 13406 ts_tablet_manager.cc:1403] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357: Time spent bootstrapping tablet: real 0.052s	user 0.006s	sys 0.013s
I20260630 12:38:24.223254 13406 raft_consensus.cc:359] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.223950 13406 raft_consensus.cc:385] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.225625 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d1ea5afb95745b9acb1faf1867e1297" candidate_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6" is_pre_election: true
I20260630 12:38:24.226326 13286 raft_consensus.cc:2468] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b6d7fb261f0f4281ba2e51b24d280bcc in term 0.
I20260630 12:38:24.228257 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d1ea5afb95745b9acb1faf1867e1297" candidate_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6"
I20260630 12:38:24.228767 13286 raft_consensus.cc:3060] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.237203 13286 raft_consensus.cc:2468] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b6d7fb261f0f4281ba2e51b24d280bcc in term 1.
I20260630 12:38:24.238085 13407 tablet_bootstrap.cc:492] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6: No bootstrap required, opened a new log
I20260630 12:38:24.238742 13407 ts_tablet_manager.cc:1403] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6: Time spent bootstrapping tablet: real 0.079s	user 0.011s	sys 0.018s
I20260630 12:38:24.239842 13406 raft_consensus.cc:740] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.241269 13412 tablet_bootstrap.cc:492] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc: No bootstrap required, opened a new log
I20260630 12:38:24.240852 13406 consensus_queue.cc:260] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.241804 13412 ts_tablet_manager.cc:1403] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent bootstrapping tablet: real 0.072s	user 0.002s	sys 0.007s
I20260630 12:38:24.243683 13406 ts_tablet_manager.cc:1434] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357: Time spent starting tablet: real 0.023s	user 0.005s	sys 0.003s
I20260630 12:38:24.242250 13407 raft_consensus.cc:359] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.244390 13407 raft_consensus.cc:385] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.244239 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d1ea5afb95745b9acb1faf1867e1297" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
I20260630 12:38:24.244730 13407 raft_consensus.cc:740] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a542fc251b34bdc9ebe661062e03ba6, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.244865 13406 tablet_bootstrap.cc:492] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357: Bootstrap starting.
I20260630 12:38:24.245530 13407 consensus_queue.cc:260] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.246356 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bd3640ba84946ec857d28f09277174b" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
I20260630 12:38:24.246996 13211 raft_consensus.cc:2468] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 0.
I20260630 12:38:24.249681 13251 leader_election.cc:304] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [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: 1a542fc251b34bdc9ebe661062e03ba6; no voters: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357
I20260630 12:38:24.250572 13210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad025e4780a3450a95a1501fe226f29b" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
I20260630 12:38:24.251427 13406 tablet_bootstrap.cc:654] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.251305 13410 raft_consensus.cc:2749] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:24.253743 13407 ts_tablet_manager.cc:1434] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.004s
I20260630 12:38:24.254900 13407 tablet_bootstrap.cc:492] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6: Bootstrap starting.
I20260630 12:38:24.261958 13407 tablet_bootstrap.cc:654] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.262750 13406 tablet_bootstrap.cc:492] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357: No bootstrap required, opened a new log
I20260630 12:38:24.263278 13406 ts_tablet_manager.cc:1403] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.012s
I20260630 12:38:24.265914 13406 raft_consensus.cc:359] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.266698 13406 raft_consensus.cc:385] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.266966 13406 raft_consensus.cc:740] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.267724 13325 leader_election.cc:304] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357; no voters: 
I20260630 12:38:24.268677 13411 raft_consensus.cc:2804] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260630 12:38:24.268812 13325 leader_election.cc:343] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:24.269057 13411 raft_consensus.cc:493] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:24.269411 13411 raft_consensus.cc:3060] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.270892 13412 raft_consensus.cc:359] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.271703 13412 raft_consensus.cc:385] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.271981 13412 raft_consensus.cc:740] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6d7fb261f0f4281ba2e51b24d280bcc, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.273406 13407 tablet_bootstrap.cc:492] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6: No bootstrap required, opened a new log
I20260630 12:38:24.273902 13407 ts_tablet_manager.cc:1403] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.004s
I20260630 12:38:24.276911 13407 raft_consensus.cc:359] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.277644 13407 raft_consensus.cc:385] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.277945 13407 raft_consensus.cc:740] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a542fc251b34bdc9ebe661062e03ba6, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.278862 13407 consensus_queue.cc:260] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.281565 13411 raft_consensus.cc:515] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.267783 13406 consensus_queue.cc:260] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.283143 13407 ts_tablet_manager.cc:1434] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:38:24.283973 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad025e4780a3450a95a1501fe226f29b" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6" is_pre_election: true
I20260630 12:38:24.284212 13407 tablet_bootstrap.cc:492] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6: Bootstrap starting.
I20260630 12:38:24.284605 13286 raft_consensus.cc:2468] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 0.
I20260630 12:38:24.285611 13285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bd3640ba84946ec857d28f09277174b" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6" is_pre_election: true
I20260630 12:38:24.286095 13324 leader_election.cc:304] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [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: 1a542fc251b34bdc9ebe661062e03ba6, cdbbe255032a48a4b84075a4d4964357; no voters: b6d7fb261f0f4281ba2e51b24d280bcc
I20260630 12:38:24.286268 13285 raft_consensus.cc:2468] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 0.
I20260630 12:38:24.287503 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bd3640ba84946ec857d28f09277174b" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6"
I20260630 12:38:24.288093 13286 raft_consensus.cc:3060] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.288271 13210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8bd3640ba84946ec857d28f09277174b" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
I20260630 12:38:24.288841 13210 raft_consensus.cc:3060] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.290293 13407 tablet_bootstrap.cc:654] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.293381 13109 catalog_manager.cc:5697] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc reported cstate change: term changed from 0 to 1, leader changed from <none> to b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1). New cstate: current_term: 1 leader_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:24.296360 13210 raft_consensus.cc:2468] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 1.
I20260630 12:38:24.297755 13325 leader_election.cc:304] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357; no voters: 
I20260630 12:38:24.299926 13438 raft_consensus.cc:2804] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:24.300359 13438 raft_consensus.cc:493] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:24.300724 13438 raft_consensus.cc:3060] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.303727 13286 raft_consensus.cc:2468] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 1.
I20260630 12:38:24.305626 13411 leader_election.cc:290] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 election: Requested vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.306245 13411 raft_consensus.cc:2804] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:24.306656 13411 raft_consensus.cc:697] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 1 LEADER]: Becoming Leader. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Running, Role: LEADER
I20260630 12:38:24.307432 13411 consensus_queue.cc:237] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.299574 13412 consensus_queue.cc:260] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.310657 13412 ts_tablet_manager.cc:1434] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent starting tablet: real 0.068s	user 0.006s	sys 0.000s
I20260630 12:38:24.311669 13412 tablet_bootstrap.cc:492] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc: Bootstrap starting.
I20260630 12:38:24.312623 13406 ts_tablet_manager.cc:1434] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357: Time spent starting tablet: real 0.049s	user 0.008s	sys 0.000s
I20260630 12:38:24.316521 13435 raft_consensus.cc:493] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.317018 13435 raft_consensus.cc:515] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.318991 13412 tablet_bootstrap.cc:654] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.319895 13210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
W20260630 12:38:24.321333 13325 leader_election.cc:343] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:24.322222 13436 raft_consensus.cc:493] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.322988 13410 raft_consensus.cc:493] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.323482 13410 raft_consensus.cc:515] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.324278 13435 leader_election.cc:290] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.322741 13436 raft_consensus.cc:515] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.326689 13210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
I20260630 12:38:24.327975 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357" is_pre_election: true
W20260630 12:38:24.328338 13251 leader_election.cc:343] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:24.326689 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6" is_pre_election: true
I20260630 12:38:24.329603 13286 raft_consensus.cc:2468] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 0.
I20260630 12:38:24.329013 13210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd82f70ef5bd40c9821ff074b98dbedd" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
I20260630 12:38:24.330705 13210 raft_consensus.cc:2468] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 0.
I20260630 12:38:24.331065 13436 leader_election.cc:290] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.325950 13410 leader_election.cc:290] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:24.328809 13360 raft_consensus.cc:2468] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1a542fc251b34bdc9ebe661062e03ba6 in term 0.
I20260630 12:38:24.332433 13325 leader_election.cc:304] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357; no voters: 
I20260630 12:38:24.333127 13324 leader_election.cc:304] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [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: 1a542fc251b34bdc9ebe661062e03ba6, cdbbe255032a48a4b84075a4d4964357; no voters: b6d7fb261f0f4281ba2e51b24d280bcc
I20260630 12:38:24.333371 13436 raft_consensus.cc:2804] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:24.333807 13436 raft_consensus.cc:493] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:24.334182 13436 raft_consensus.cc:3060] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.334193 13411 raft_consensus.cc:2804] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:24.335031 13411 raft_consensus.cc:493] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:24.335489 13411 raft_consensus.cc:3060] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.337327 13438 raft_consensus.cc:515] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.337109 13107 catalog_manager.cc:5697] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 reported cstate change: term changed from 0 to 1, leader changed from <none> to cdbbe255032a48a4b84075a4d4964357 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "cdbbe255032a48a4b84075a4d4964357" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:24.339473 13438 leader_election.cc:290] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 election: Requested vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.339934 13210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad025e4780a3450a95a1501fe226f29b" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
W20260630 12:38:24.341195 13325 leader_election.cc:343] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:24.334941 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd82f70ef5bd40c9821ff074b98dbedd" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6" is_pre_election: true
W20260630 12:38:24.343773 13324 leader_election.cc:343] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:24.344655 13252 leader_election.cc:304] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [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: 1a542fc251b34bdc9ebe661062e03ba6, cdbbe255032a48a4b84075a4d4964357; no voters: b6d7fb261f0f4281ba2e51b24d280bcc
I20260630 12:38:24.341848 13411 raft_consensus.cc:515] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.345937 13410 raft_consensus.cc:2804] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:24.345954 13436 raft_consensus.cc:515] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.347301 13411 leader_election.cc:290] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 election: Requested vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.346515 13410 raft_consensus.cc:493] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:24.348394 13410 raft_consensus.cc:3060] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.348964 13436 leader_election.cc:290] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 election: Requested vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:24.349998 13210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
I20260630 12:38:24.350287 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd82f70ef5bd40c9821ff074b98dbedd" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
I20260630 12:38:24.350893 13211 raft_consensus.cc:3060] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.351573 13407 tablet_bootstrap.cc:492] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6: No bootstrap required, opened a new log
W20260630 12:38:24.351465 13325 leader_election.cc:343] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:24.352196 13407 ts_tablet_manager.cc:1403] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6: Time spent bootstrapping tablet: real 0.068s	user 0.022s	sys 0.015s
I20260630 12:38:24.352660 13285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6"
I20260630 12:38:24.353049 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad025e4780a3450a95a1501fe226f29b" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6"
I20260630 12:38:24.353621 13284 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd82f70ef5bd40c9821ff074b98dbedd" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6"
I20260630 12:38:24.353621 13286 raft_consensus.cc:3060] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.355131 13407 raft_consensus.cc:359] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.355958 13407 raft_consensus.cc:385] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.357807 13407 raft_consensus.cc:740] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a542fc251b34bdc9ebe661062e03ba6, State: Initialized, Role: FOLLOWER
W20260630 12:38:24.358484 13324 leader_election.cc:343] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:24.358604 13407 consensus_queue.cc:260] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.357164 13410 raft_consensus.cc:515] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.359473 13211 raft_consensus.cc:2468] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 1.
I20260630 12:38:24.360375 13285 raft_consensus.cc:2393] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate cdbbe255032a48a4b84075a4d4964357 in current term 1: Already voted for candidate 1a542fc251b34bdc9ebe661062e03ba6 in this term.
I20260630 12:38:24.361321 13410 leader_election.cc:290] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 election: Requested vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:24.362363 13325 leader_election.cc:304] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [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: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357; no voters: 1a542fc251b34bdc9ebe661062e03ba6
I20260630 12:38:24.363678 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
I20260630 12:38:24.363878 13412 tablet_bootstrap.cc:492] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc: No bootstrap required, opened a new log
I20260630 12:38:24.364450 13412 ts_tablet_manager.cc:1403] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent bootstrapping tablet: real 0.053s	user 0.010s	sys 0.007s
I20260630 12:38:24.365538 13407 ts_tablet_manager.cc:1434] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:38:24.366087 13324 leader_election.cc:304] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [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: cdbbe255032a48a4b84075a4d4964357; no voters: 1a542fc251b34bdc9ebe661062e03ba6, b6d7fb261f0f4281ba2e51b24d280bcc
I20260630 12:38:24.366286 13436 raft_consensus.cc:2804] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:24.367129 13436 raft_consensus.cc:697] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 1 LEADER]: Becoming Leader. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Running, Role: LEADER
I20260630 12:38:24.366943 13412 raft_consensus.cc:359] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.367349 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357"
I20260630 12:38:24.367713 13412 raft_consensus.cc:385] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.367995 13436 consensus_queue.cc:237] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.368853 13286 raft_consensus.cc:2468] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 1.
W20260630 12:38:24.368923 13251 leader_election.cc:343] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:24.366806 13411 raft_consensus.cc:2749] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:24.370549 13360 raft_consensus.cc:2393] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1a542fc251b34bdc9ebe661062e03ba6 in current term 1: Already voted for candidate cdbbe255032a48a4b84075a4d4964357 in this term.
I20260630 12:38:24.368031 13412 raft_consensus.cc:740] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6d7fb261f0f4281ba2e51b24d280bcc, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.371747 13412 consensus_queue.cc:260] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.372453 13252 leader_election.cc:304] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [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: 1a542fc251b34bdc9ebe661062e03ba6; no voters: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357
I20260630 12:38:24.372578 13324 leader_election.cc:304] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [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: 1a542fc251b34bdc9ebe661062e03ba6, cdbbe255032a48a4b84075a4d4964357; no voters: b6d7fb261f0f4281ba2e51b24d280bcc
I20260630 12:38:24.374576 13412 ts_tablet_manager.cc:1434] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260630 12:38:24.375259 13441 raft_consensus.cc:2749] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:24.376142 13412 tablet_bootstrap.cc:492] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc: Bootstrap starting.
I20260630 12:38:24.374661 13411 raft_consensus.cc:2804] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:24.377442 13411 raft_consensus.cc:697] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 1 LEADER]: Becoming Leader. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Running, Role: LEADER
I20260630 12:38:24.378638 13411 consensus_queue.cc:237] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.381506 13417 raft_consensus.cc:493] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.381994 13417 raft_consensus.cc:515] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.382609 13412 tablet_bootstrap.cc:654] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.384171 13417 leader_election.cc:290] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605), cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:24.385927 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad025e4780a3450a95a1501fe226f29b" candidate_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6" is_pre_election: true
I20260630 12:38:24.386971 13286 raft_consensus.cc:2393] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b6d7fb261f0f4281ba2e51b24d280bcc in current term 1: Already voted for candidate cdbbe255032a48a4b84075a4d4964357 in this term.
I20260630 12:38:24.389990 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad025e4780a3450a95a1501fe226f29b" candidate_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357" is_pre_election: true
I20260630 12:38:24.391829 13177 leader_election.cc:304] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [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: b6d7fb261f0f4281ba2e51b24d280bcc; no voters: 1a542fc251b34bdc9ebe661062e03ba6, cdbbe255032a48a4b84075a4d4964357
I20260630 12:38:24.392982 13417 raft_consensus.cc:3060] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.395313 13412 tablet_bootstrap.cc:492] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc: No bootstrap required, opened a new log
I20260630 12:38:24.395885 13412 ts_tablet_manager.cc:1403] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.009s
I20260630 12:38:24.398497 13412 raft_consensus.cc:359] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.399284 13412 raft_consensus.cc:385] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.399617 13412 raft_consensus.cc:740] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6d7fb261f0f4281ba2e51b24d280bcc, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.400202 13417 raft_consensus.cc:2749] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:24.400560 13412 consensus_queue.cc:260] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.403183 13412 ts_tablet_manager.cc:1434] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.001s
I20260630 12:38:24.404184 13412 tablet_bootstrap.cc:492] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc: Bootstrap starting.
I20260630 12:38:24.409911 13412 tablet_bootstrap.cc:654] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.420737 13412 tablet_bootstrap.cc:492] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc: No bootstrap required, opened a new log
I20260630 12:38:24.421105 13412 ts_tablet_manager.cc:1403] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.003s
I20260630 12:38:24.421164 13107 catalog_manager.cc:5697] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 reported cstate change: term changed from 0 to 1, leader changed from <none> to cdbbe255032a48a4b84075a4d4964357 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "cdbbe255032a48a4b84075a4d4964357" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:24.423175 13412 raft_consensus.cc:359] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.423732 13412 raft_consensus.cc:385] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.424019 13412 raft_consensus.cc:740] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6d7fb261f0f4281ba2e51b24d280bcc, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.424639 13412 consensus_queue.cc:260] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.426503 13412 ts_tablet_manager.cc:1434] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:38:24.433408 13109 catalog_manager.cc:5697] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 reported cstate change: term changed from 0 to 1, leader changed from <none> to cdbbe255032a48a4b84075a4d4964357 (127.0.235.3). New cstate: current_term: 1 leader_uuid: "cdbbe255032a48a4b84075a4d4964357" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:24.445025 13441 raft_consensus.cc:493] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.445515 13441 raft_consensus.cc:515] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.447757 13441 leader_election.cc:290] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:24.448393 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46e08e529e4f43cba5d0d0bba9f89d1c" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
I20260630 12:38:24.448843 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46e08e529e4f43cba5d0d0bba9f89d1c" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357" is_pre_election: true
I20260630 12:38:24.449003 13211 raft_consensus.cc:2468] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1a542fc251b34bdc9ebe661062e03ba6 in term 0.
W20260630 12:38:24.449288 13157 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:24.449525 13360 raft_consensus.cc:2468] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1a542fc251b34bdc9ebe661062e03ba6 in term 0.
I20260630 12:38:24.450253 13251 leader_election.cc:304] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a542fc251b34bdc9ebe661062e03ba6, b6d7fb261f0f4281ba2e51b24d280bcc; no voters: 
I20260630 12:38:24.451050 13441 raft_consensus.cc:2804] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:24.451416 13441 raft_consensus.cc:493] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:24.451695 13441 raft_consensus.cc:3060] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.456377 13441 raft_consensus.cc:515] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.457768 13441 leader_election.cc:290] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 election: Requested vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:24.458423 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46e08e529e4f43cba5d0d0bba9f89d1c" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
I20260630 12:38:24.458675 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "46e08e529e4f43cba5d0d0bba9f89d1c" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357"
I20260630 12:38:24.458938 13211 raft_consensus.cc:3060] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.459229 13360 raft_consensus.cc:3060] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.463626 13211 raft_consensus.cc:2468] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1a542fc251b34bdc9ebe661062e03ba6 in term 1.
I20260630 12:38:24.463806 13360 raft_consensus.cc:2468] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1a542fc251b34bdc9ebe661062e03ba6 in term 1.
I20260630 12:38:24.464565 13251 leader_election.cc:304] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a542fc251b34bdc9ebe661062e03ba6, b6d7fb261f0f4281ba2e51b24d280bcc; no voters: 
I20260630 12:38:24.465234 13441 raft_consensus.cc:2804] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:24.465723 13441 raft_consensus.cc:697] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 LEADER]: Becoming Leader. State: Replica: 1a542fc251b34bdc9ebe661062e03ba6, State: Running, Role: LEADER
I20260630 12:38:24.466325 13441 consensus_queue.cc:237] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.473454 13109 catalog_manager.cc:5697] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2). New cstate: current_term: 1 leader_uuid: "1a542fc251b34bdc9ebe661062e03ba6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:24.486351 13441 raft_consensus.cc:493] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.486838 13441 raft_consensus.cc:515] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.488440 13441 leader_election.cc:290] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:24.489272 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd82f70ef5bd40c9821ff074b98dbedd" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
I20260630 12:38:24.489421 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bd82f70ef5bd40c9821ff074b98dbedd" candidate_uuid: "1a542fc251b34bdc9ebe661062e03ba6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357" is_pre_election: true
I20260630 12:38:24.490097 13211 raft_consensus.cc:2393] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1a542fc251b34bdc9ebe661062e03ba6 in current term 1: Already voted for candidate cdbbe255032a48a4b84075a4d4964357 in this term.
I20260630 12:38:24.491096 13251 leader_election.cc:304] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [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: 1a542fc251b34bdc9ebe661062e03ba6; no voters: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357
I20260630 12:38:24.491660 13441 raft_consensus.cc:3060] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.496387 13441 raft_consensus.cc:2749] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:24.701344 13417 consensus_queue.cc:1048] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.713330 13449 consensus_queue.cc:1048] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [LEADER]: Connected to new peer: Peer: permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.770558 13449 raft_consensus.cc:493] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:24.770970 13449 raft_consensus.cc:515] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:24.772562 13449 leader_election.cc:290] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605), cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:24.773579 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6" is_pre_election: true
I20260630 12:38:24.773742 13360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdbbe255032a48a4b84075a4d4964357" is_pre_election: true
I20260630 12:38:24.774245 13286 raft_consensus.cc:2393] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b6d7fb261f0f4281ba2e51b24d280bcc in current term 1: Already voted for candidate 1a542fc251b34bdc9ebe661062e03ba6 in this term.
I20260630 12:38:24.774544 13360 raft_consensus.cc:2393] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b6d7fb261f0f4281ba2e51b24d280bcc in current term 1: Already voted for candidate cdbbe255032a48a4b84075a4d4964357 in this term.
I20260630 12:38:24.775482 13177 leader_election.cc:304] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [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: b6d7fb261f0f4281ba2e51b24d280bcc; no voters: 1a542fc251b34bdc9ebe661062e03ba6, cdbbe255032a48a4b84075a4d4964357
I20260630 12:38:24.776165 13449 raft_consensus.cc:3060] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:24.781191 13449 raft_consensus.cc:2749] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:24.791664 13411 consensus_queue.cc:1048] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.802196 13438 consensus_queue.cc:1048] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.804251 13438 consensus_queue.cc:1048] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.815575 13436 consensus_queue.cc:1048] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.898490 13436 consensus_queue.cc:1048] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.908675 13411 consensus_queue.cc:1048] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.964185 13441 consensus_queue.cc:1048] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:24.976022 13461 consensus_queue.cc:1048] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:25.453318 13157 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:26.377468 13438 raft_consensus.cc:493] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:26.378355 13438 raft_consensus.cc:515] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:26.380631 13438 leader_election.cc:290] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:26.381716 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" is_pre_election: true
I20260630 12:38:26.382067 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6" is_pre_election: true
I20260630 12:38:26.382843 13211 raft_consensus.cc:2468] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 1.
I20260630 12:38:26.383224 13286 raft_consensus.cc:2468] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 1.
I20260630 12:38:26.384344 13325 leader_election.cc:304] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [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: b6d7fb261f0f4281ba2e51b24d280bcc, cdbbe255032a48a4b84075a4d4964357; no voters: 
I20260630 12:38:26.385231 13438 raft_consensus.cc:2804] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:38:26.385592 13438 raft_consensus.cc:493] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:26.385865 13438 raft_consensus.cc:3060] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:38:26.393887 13438 raft_consensus.cc:515] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:26.395579 13438 leader_election.cc:290] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [CANDIDATE]: Term 2 election: Requested vote from peers b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345), 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605)
I20260630 12:38:26.396176 13211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc"
I20260630 12:38:26.396587 13286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "52f1ed1a739142728049928cc5944571" candidate_uuid: "cdbbe255032a48a4b84075a4d4964357" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a542fc251b34bdc9ebe661062e03ba6"
I20260630 12:38:26.396821 13211 raft_consensus.cc:3060] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:38:26.397187 13286 raft_consensus.cc:3060] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:38:26.407147 13211 raft_consensus.cc:2468] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 2.
I20260630 12:38:26.407147 13286 raft_consensus.cc:2468] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cdbbe255032a48a4b84075a4d4964357 in term 2.
I20260630 12:38:26.408787 13324 leader_election.cc:304] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [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: 1a542fc251b34bdc9ebe661062e03ba6, cdbbe255032a48a4b84075a4d4964357; no voters: 
I20260630 12:38:26.409482 13438 raft_consensus.cc:2804] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:38:26.410454 13438 raft_consensus.cc:697] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 2 LEADER]: Becoming Leader. State: Replica: cdbbe255032a48a4b84075a4d4964357, State: Running, Role: LEADER
I20260630 12:38:26.411465 13438 consensus_queue.cc:237] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Queue going to LEADER 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: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } }
I20260630 12:38:26.419581 13107 catalog_manager.cc:5697] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 reported cstate change: term changed from 0 to 2, leader changed from <none> to cdbbe255032a48a4b84075a4d4964357 (127.0.235.3). New cstate: current_term: 2 leader_uuid: "cdbbe255032a48a4b84075a4d4964357" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:26.801280 13210 raft_consensus.cc:1275] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 2 FOLLOWER]: Refusing update from remote peer cdbbe255032a48a4b84075a4d4964357: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:38:26.805133 13285 raft_consensus.cc:1275] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 2 FOLLOWER]: Refusing update from remote peer cdbbe255032a48a4b84075a4d4964357: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:38:26.809293 13468 consensus_queue.cc:1048] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:26.813128 13468 consensus_queue.cc:1048] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:27.065290 13513 log.cc:927] Time spent T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357: Append to log took a long time: real 0.063s	user 0.000s	sys 0.000s
W20260630 12:38:27.137259 13522 log.cc:927] Time spent T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc: Append to log took a long time: real 0.057s	user 0.000s	sys 0.000s
I20260630 12:38:27.159394 13494 mvcc.cc:204] Tried to move back new op lower bound from 7302443445315702784 to 7302443443868377088. Current Snapshot: MvccSnapshot[applied={T|T < 7302443445315702784}]
W20260630 12:38:27.518054 13175 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.235.2:45605, user_credentials={real_user=slave}} blocked reactor thread for 70183us
I20260630 12:38:27.751385   940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:27.762996 13539 instance_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:38:27.763032 13540 instance_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:38:27.771764 13542 instance_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:38:27.771783   940 server_base.cc:1061] running on GCE node
I20260630 12:38:27.773193   940 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:27.773447   940 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:38:27.773643   940 hybrid_clock.cc:648] HybridClock initialized: now 1782823107773627 us; error 0 us; skew 500 ppm
I20260630 12:38:27.774186   940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:27.776657   940 webserver.cc:533] Webserver started at http://127.0.235.4:33855/ using document root <none> and password file <none>
I20260630 12:38:27.777164   940 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:27.777392   940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:27.777698   940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:27.778954   940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-3-root/instance:
uuid: "0e9c5a74e2d54e38aaa656a2071aa441"
format_stamp: "Formatted at 2026-06-30 12:38:27 on dist-test-slave-47x1"
I20260630 12:38:27.783407   940 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:27.786520 13547 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:38:27.787284   940 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:27.787575   940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-3-root
uuid: "0e9c5a74e2d54e38aaa656a2071aa441"
format_stamp: "Formatted at 2026-06-30 12:38:27 on dist-test-slave-47x1"
I20260630 12:38:27.787851   940 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task0aLtdQ/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822834383079-940-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:38:27.818758   940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:27.820225   940 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:27.821779   940 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:27.824139   940 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:27.824431   940 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:27.824673   940 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:27.824877   940 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:27.868249   940 rpc_server.cc:307] RPC server started. Bound to: 127.0.235.4:36083
I20260630 12:38:27.868352 13609 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.235.4:36083 every 8 connection(s)
I20260630 12:38:27.886121 13610 heartbeater.cc:344] Connected to a master server at 127.0.235.62:41685
I20260630 12:38:27.886461 13610 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:27.887092 13610 heartbeater.cc:507] Master 127.0.235.62:41685 requested a full tablet report, sending...
I20260630 12:38:27.888996 13105 ts_manager.cc:194] Registered new tserver with Master: 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4:36083)
I20260630 12:38:27.890719 13105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44920
I20260630 12:38:28.572264 13359 consensus_queue.cc:237] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } }
I20260630 12:38:28.578553 13282 raft_consensus.cc:1275] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Refusing update from remote peer cdbbe255032a48a4b84075a4d4964357: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:28.579056 13210 raft_consensus.cc:1275] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Refusing update from remote peer cdbbe255032a48a4b84075a4d4964357: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:28.580288 13616 consensus_queue.cc:1048] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:28.581230 13510 consensus_queue.cc:1048] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
W20260630 12:38:28.590407 13326 consensus_peers.cc:597] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 -> Peer 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4:36083): Couldn't send request to peer 0e9c5a74e2d54e38aaa656a2071aa441. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8bd3640ba84946ec857d28f09277174b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:28.589395 13619 raft_consensus.cc:2955] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.590577 13210 raft_consensus.cc:2955] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.591004 13282 raft_consensus.cc:2955] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.603219 13105 catalog_manager.cc:5697] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc reported cstate change: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "cdbbe255032a48a4b84075a4d4964357" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.618361 13282 consensus_queue.cc:237] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } attrs { replace: true } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } }
I20260630 12:38:28.632539 13210 raft_consensus.cc:1275] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Refusing update from remote peer 1a542fc251b34bdc9ebe661062e03ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:28.634322 13516 consensus_queue.cc:1048] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:28.634851 13359 raft_consensus.cc:1275] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Refusing update from remote peer 1a542fc251b34bdc9ebe661062e03ba6: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:28.636787 13516 consensus_queue.cc:1048] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:28.643611 13626 raft_consensus.cc:2955] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } attrs { replace: true } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.648257 13210 raft_consensus.cc:2955] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } attrs { replace: true } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
W20260630 12:38:28.649456 13252 consensus_peers.cc:597] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 -> Peer 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4:36083): Couldn't send request to peer 0e9c5a74e2d54e38aaa656a2071aa441. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 46e08e529e4f43cba5d0d0bba9f89d1c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:28.648877 13359 raft_consensus.cc:2955] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } attrs { replace: true } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.659233 13360 consensus_queue.cc:237] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [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: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } attrs { replace: true } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } }
I20260630 12:38:28.661612 13107 catalog_manager.cc:5697] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 reported cstate change: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "1a542fc251b34bdc9ebe661062e03ba6" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } attrs { replace: true } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
W20260630 12:38:28.666231 13326 consensus_peers.cc:597] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 -> Peer 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4:36083): Couldn't send request to peer 0e9c5a74e2d54e38aaa656a2071aa441. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bd82f70ef5bd40c9821ff074b98dbedd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:28.666740 13282 raft_consensus.cc:1275] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Refusing update from remote peer cdbbe255032a48a4b84075a4d4964357: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:28.667467 13210 raft_consensus.cc:1275] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Refusing update from remote peer cdbbe255032a48a4b84075a4d4964357: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:28.668061 13619 consensus_queue.cc:1048] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:28.669169 13510 consensus_queue.cc:1048] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:28.675961 13510 raft_consensus.cc:2955] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } attrs { replace: true } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.677703 13282 raft_consensus.cc:2955] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } attrs { replace: true } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.677896 13210 raft_consensus.cc:2955] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } attrs { replace: true } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.691591 13360 consensus_queue.cc:237] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 2.11, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } }
I20260630 12:38:28.692409 13107 catalog_manager.cc:5697] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc reported cstate change: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New cstate: current_term: 1 leader_uuid: "cdbbe255032a48a4b84075a4d4964357" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } attrs { replace: true } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
W20260630 12:38:28.699162 13326 consensus_peers.cc:597] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 -> Peer 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4:36083): Couldn't send request to peer 0e9c5a74e2d54e38aaa656a2071aa441. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 52f1ed1a739142728049928cc5944571. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:28.699882 13282 raft_consensus.cc:1275] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 2 FOLLOWER]: Refusing update from remote peer cdbbe255032a48a4b84075a4d4964357: Log matching property violated. Preceding OpId in replica: term: 2 index: 11. Preceding OpId from leader: term: 2 index: 12. (index mismatch)
I20260630 12:38:28.700676 13210 raft_consensus.cc:1275] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 2 FOLLOWER]: Refusing update from remote peer cdbbe255032a48a4b84075a4d4964357: Log matching property violated. Preceding OpId in replica: term: 2 index: 11. Preceding OpId from leader: term: 2 index: 12. (index mismatch)
I20260630 12:38:28.701628 13619 consensus_queue.cc:1048] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:28.702623 13510 consensus_queue.cc:1048] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:28.708421 13616 raft_consensus.cc:2955] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 2 LEADER]: Committing config change with OpId 2.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.710140 13210 raft_consensus.cc:2955] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 2 FOLLOWER]: Committing config change with OpId 2.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.721274 13282 raft_consensus.cc:2955] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 2 FOLLOWER]: Committing config change with OpId 2.12: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.734342 13105 catalog_manager.cc:5697] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc reported cstate change: config changed from index -1 to 12, NON_VOTER 0e9c5a74e2d54e38aaa656a2071aa441 (127.0.235.4) added. New cstate: current_term: 2 leader_uuid: "cdbbe255032a48a4b84075a4d4964357" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "b6d7fb261f0f4281ba2e51b24d280bcc" member_type: VOTER last_known_addr { host: "127.0.235.1" port: 33345 } } peers { permanent_uuid: "1a542fc251b34bdc9ebe661062e03ba6" member_type: VOTER last_known_addr { host: "127.0.235.2" port: 45605 } attrs { replace: true } } peers { permanent_uuid: "cdbbe255032a48a4b84075a4d4964357" member_type: VOTER last_known_addr { host: "127.0.235.3" port: 41147 } } peers { permanent_uuid: "0e9c5a74e2d54e38aaa656a2071aa441" member_type: NON_VOTER last_known_addr { host: "127.0.235.4" port: 36083 } attrs { promote: true } } }
I20260630 12:38:28.893019 13610 heartbeater.cc:499] Master 127.0.235.62:41685 was elected leader, sending a full tablet report...
I20260630 12:38:28.901297   940 tablet_server.cc:179] TabletServer@127.0.235.1:0 shutting down...
I20260630 12:38:28.941799   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:28.942682   940 tablet_replica.cc:333] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc: stopping tablet replica
I20260630 12:38:28.943648   940 raft_consensus.cc:2243] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:28.944537   940 raft_consensus.cc:2272] T 46e08e529e4f43cba5d0d0bba9f89d1c P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:28.948212   940 tablet_replica.cc:333] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc: stopping tablet replica
I20260630 12:38:28.948936   940 raft_consensus.cc:2243] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:28.949514   940 raft_consensus.cc:2272] T 52f1ed1a739142728049928cc5944571 P b6d7fb261f0f4281ba2e51b24d280bcc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:28.953374   940 tablet_replica.cc:333] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc: stopping tablet replica
I20260630 12:38:28.953951   940 raft_consensus.cc:2243] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:28.954460   940 raft_consensus.cc:2272] T ad025e4780a3450a95a1501fe226f29b P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:28.956672   940 tablet_replica.cc:333] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc: stopping tablet replica
I20260630 12:38:28.957221   940 raft_consensus.cc:2243] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:28.957988   940 raft_consensus.cc:2272] T 2d1ea5afb95745b9acb1faf1867e1297 P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:28.960270   940 tablet_replica.cc:333] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc: stopping tablet replica
I20260630 12:38:28.960799   940 raft_consensus.cc:2243] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:28.961256   940 raft_consensus.cc:2272] T bd82f70ef5bd40c9821ff074b98dbedd P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:28.963936   940 tablet_replica.cc:333] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc: stopping tablet replica
I20260630 12:38:28.964426   940 raft_consensus.cc:2243] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:28.964941   940 raft_consensus.cc:2272] T 8bd3640ba84946ec857d28f09277174b P b6d7fb261f0f4281ba2e51b24d280bcc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:28.992306   940 tablet_server.cc:196] TabletServer@127.0.235.1:0 shutdown complete.
I20260630 12:38:29.013193   940 tablet_server.cc:179] TabletServer@127.0.235.2:0 shutting down...
W20260630 12:38:29.028764 13324 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:38:29.036959 13324 consensus_peers.cc:597] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 -> Peer 1a542fc251b34bdc9ebe661062e03ba6 (127.0.235.2:45605): Couldn't send request to peer 1a542fc251b34bdc9ebe661062e03ba6. 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:38:29.050221   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:29.051000   940 tablet_replica.cc:333] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6: stopping tablet replica
I20260630 12:38:29.051771   940 raft_consensus.cc:2243] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:29.052275   940 raft_consensus.cc:2272] T ad025e4780a3450a95a1501fe226f29b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.054553   940 tablet_replica.cc:333] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6: stopping tablet replica
I20260630 12:38:29.055068   940 raft_consensus.cc:2243] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:29.055627   940 raft_consensus.cc:2272] T 8bd3640ba84946ec857d28f09277174b P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.058104   940 tablet_replica.cc:333] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6: stopping tablet replica
I20260630 12:38:29.058689   940 raft_consensus.cc:2243] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:29.059315   940 raft_consensus.cc:2272] T 52f1ed1a739142728049928cc5944571 P 1a542fc251b34bdc9ebe661062e03ba6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.062498   940 tablet_replica.cc:333] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6: stopping tablet replica
I20260630 12:38:29.063009   940 raft_consensus.cc:2243] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:29.063480   940 raft_consensus.cc:2272] T bd82f70ef5bd40c9821ff074b98dbedd P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.066267   940 tablet_replica.cc:333] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6: stopping tablet replica
I20260630 12:38:29.066772   940 raft_consensus.cc:2243] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:29.067207   940 raft_consensus.cc:2272] T 2d1ea5afb95745b9acb1faf1867e1297 P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.069317   940 tablet_replica.cc:333] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6: stopping tablet replica
I20260630 12:38:29.069895   940 raft_consensus.cc:2243] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:29.070971   940 raft_consensus.cc:2272] T 46e08e529e4f43cba5d0d0bba9f89d1c P 1a542fc251b34bdc9ebe661062e03ba6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.097759   940 tablet_server.cc:196] TabletServer@127.0.235.2:0 shutdown complete.
I20260630 12:38:29.122085   940 tablet_server.cc:179] TabletServer@127.0.235.3:0 shutting down...
I20260630 12:38:29.124931 13631 ts_tablet_manager.cc:933] T 52f1ed1a739142728049928cc5944571 P 0e9c5a74e2d54e38aaa656a2071aa441: Initiating tablet copy from peer cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:29.125435 13630 ts_tablet_manager.cc:933] T 8bd3640ba84946ec857d28f09277174b P 0e9c5a74e2d54e38aaa656a2071aa441: Initiating tablet copy from peer cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:29.129962 13631 tablet_copy_client.cc:323] T 52f1ed1a739142728049928cc5944571 P 0e9c5a74e2d54e38aaa656a2071aa441: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:41147
I20260630 12:38:29.155073 13630 tablet_copy_client.cc:323] T 8bd3640ba84946ec857d28f09277174b P 0e9c5a74e2d54e38aaa656a2071aa441: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:41147
W20260630 12:38:29.172608 13325 consensus_peers.cc:597] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 -> Peer b6d7fb261f0f4281ba2e51b24d280bcc (127.0.235.1:33345): Couldn't send request to peer b6d7fb261f0f4281ba2e51b24d280bcc. Status: Network error: Client connection negotiation failed: client connection to 127.0.235.1:33345: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:29.189694   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:29.190692   940 tablet_replica.cc:333] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357: stopping tablet replica
I20260630 12:38:29.191371   940 raft_consensus.cc:2243] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:29.192054   940 raft_consensus.cc:2272] T 46e08e529e4f43cba5d0d0bba9f89d1c P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.195116   940 tablet_replica.cc:333] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357: stopping tablet replica
I20260630 12:38:29.195667   940 raft_consensus.cc:2243] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:38:29.196501   940 raft_consensus.cc:2272] T 52f1ed1a739142728049928cc5944571 P cdbbe255032a48a4b84075a4d4964357 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.200102 13638 ts_tablet_manager.cc:933] T bd82f70ef5bd40c9821ff074b98dbedd P 0e9c5a74e2d54e38aaa656a2071aa441: Initiating tablet copy from peer cdbbe255032a48a4b84075a4d4964357 (127.0.235.3:41147)
I20260630 12:38:29.200623   940 tablet_replica.cc:333] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357: stopping tablet replica
I20260630 12:38:29.201454   940 raft_consensus.cc:2243] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:29.201664 13638 tablet_copy_client.cc:323] T bd82f70ef5bd40c9821ff074b98dbedd P 0e9c5a74e2d54e38aaa656a2071aa441: tablet copy: Beginning tablet copy session from remote peer at address 127.0.235.3:41147
I20260630 12:38:29.202616   940 raft_consensus.cc:2272] T 8bd3640ba84946ec857d28f09277174b P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.206144   940 tablet_replica.cc:333] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357: stopping tablet replica
I20260630 12:38:29.206840   940 raft_consensus.cc:2243] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:29.207401   940 raft_consensus.cc:2272] T 2d1ea5afb95745b9acb1faf1867e1297 P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.210331   940 tablet_replica.cc:333] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357: stopping tablet replica
I20260630 12:38:29.210970   940 raft_consensus.cc:2243] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:29.212013   940 raft_consensus.cc:2272] T bd82f70ef5bd40c9821ff074b98dbedd P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.215194   940 tablet_replica.cc:333] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357: stopping tablet replica
I20260630 12:38:29.215798   940 raft_consensus.cc:2243] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:29.216701   940 raft_consensus.cc:2272] T ad025e4780a3450a95a1501fe226f29b P cdbbe255032a48a4b84075a4d4964357 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:29.243364 13549 connection.cc:466] server connection from 127.0.0.1:60674 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:60674 (request call id 5) could send its response
I20260630 12:38:29.249548   940 tablet_server.cc:196] TabletServer@127.0.235.3:0 shutdown complete.
I20260630 12:38:29.269632   940 tablet_server.cc:179] TabletServer@127.0.235.4:0 shutting down...
I20260630 12:38:29.286648   940 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260630 12:38:29.296819 13549 connection.cc:466] server connection from 127.0.0.1:60674 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:60674 (request call id 3) could send its response
W20260630 12:38:29.301254 13549 connection.cc:466] server connection from 127.0.0.1:60674 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:60674 (request call id 4) could send its response
I20260630 12:38:29.317790   940 tablet_server.cc:196] TabletServer@127.0.235.4:0 shutdown complete.
I20260630 12:38:29.325568   940 master.cc:562] Master@127.0.235.62:41685 shutting down...
W20260630 12:38:29.355967 13157 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:29.357041   940 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:29.357537   940 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:29.357863   940 tablet_replica.cc:333] T 00000000000000000000000000000000 P 090286d0c2d84c6dbb76d00ac2d40369: stopping tablet replica
I20260630 12:38:29.377486   940 master.cc:584] Master@127.0.235.62:41685 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (7094 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (12271 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (274881 ms total)
[  PASSED  ] 26 tests.
I20260630 12:38:29.431691   940 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 ~67 seconds ago
I20260630 12:38:29.431946   940 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 ~67 seconds ago
I20260630 12:38:29.432153   940 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4755: suppressed but not reported on 9 messages since previous log ~67 seconds ago
I20260630 12:38:29.432338   940 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5375: suppressed but not reported on 13 messages since previous log ~100 seconds ago
I20260630 12:38:29.432538   940 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 ~187 seconds ago
I20260630 12:38:29.432791   940 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 8 messages since previous log ~248 seconds ago
I20260630 12:38:29.433130   940 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 35 messages since previous log ~10 seconds ago
I20260630 12:38:29.433332   940 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 4 messages since previous log ~0 seconds ago
